#popup_container {
  font-family: Arial, sans-serif;
  font-size: 12px;
  min-width: 300px; /* Dialog will be no smaller than this */
  max-width: 600px; /* Dialog will wrap after this width */
  background: #a8a8a8 url(/images/icon/alertBgPanel.gif) scroll repeat-x 0px 26px;
  border: solid 5px #333;
  color: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
} 

#popup_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75em;
  color: #fff;
  background: #333 url(/images/icon/alertTitle.gif) top repeat-x;
  border: solid 1px #000;
  border-bottom: solid 1px #666;
  cursor: default;
  padding: 0em;
  margin: 0em;
} 

#popup_content {
  text-align: center;
  padding: 1em 1.75em;
  margin: 0em;
} 

#popup_panel {
  text-align: center;
  margin: 1em 0em 0em 0em;
} 

#popup_panel input {
  color: #fff;
  background-color: #000;
  border: solid 1px #fff;
  margin: 0px 3px;
  cursor: pointer;
} 

#popup_panel input:hover {
  background-color: #333;  
} 

#popup_prompt {
  margin: .5em 0em;
}
