#popup_container {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: 0 0 24px -4px black;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 13px;
  min-width: 400px;
  /* Dialog will be no smaller than this */
  max-width: 800px;
  /* Dialog will wrap after this width */
  /*	background: #FFF;
  	border: solid 5px #999;
  	color: #000;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;*/ }

#popup_title {
  background: none repeat scroll 0 0 #05729C;
  border-radius: 5px 5px 0 0;
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  /*	font-size: 14px;
  	font-weight: bold;
  	text-align: center;*/
  /*line-height: 1.75em;*/
  /*color: #666;*/
  /*background: #CCC url(images/title.gif) top repeat-x;*/
  /*border: solid 1px #FFF;*/
  /*border-bottom: solid 1px #999;*/
  /*cursor: default;*/
  padding: 5px 10px;
  margin: 0em; }

#popup_content {
  /*background: 16px 16px no-repeat url(images/info.gif);*/
  padding: 1em 1.75em 1.5em 1.75em;
  margin: 0em; }

#popup_content.alert {
  /*background-image: url(images/info.gif);*/ }

#popup_content.confirm {
  /*background-image: url(images/important.gif);*/ }

#popup_content.prompt {
  /*background-image: url(images/help.gif);*/ }

#popup_message {
  /*padding-left: 48px;*/
  text-align: center;
  padding: 20px 0;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px; }

#popup_panel {
  text-align: center;
  margin: 1em 0em 0em 1em; }

#popup_prompt {
  margin: .5em 0em; }

#popup_container INPUT[type="button"] {
  /*    background: none repeat scroll 0 0 #3778AE;
      border: 2px outset #76A5CC;
      color: #A4C6E2;*/
  background: none repeat scroll 0 0 #05729C;
  border: 1px solid #05729C;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  /*display: block;*/
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  /**/
  /*margin-left: 50%;*/
  padding: 3px 5px;
  margin-right: 10px;
  /*text-align: center;*/
  /*width: 60px;*/ }

#btn_close {
  background: url("images/icon-closed.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 2%;
  top: 15%;
  width: 16px; }

.pos_rel {
  position: relative; }

