
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: #fff;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    width:400px;  
	border-radius:5px;
	border:1px solid #ffb62a;
}

#popup_title {
	font-size: 16px;
	height:40px; 
    line-height:40px; 
    color:#fff; 
    background:#ffb62a;
    text-align:center;
	cursor: default;
	padding: 0em;
	margin: 0em;
	border-radius:5px 5px 0 0;
	border:1px solid #ffb62a;
}
#popup_ok {
  font-size: 16px;
  width:100px;
  margin:0 auto;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;color:#fff;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffb400, endColorstr=#ff9600);
  background: linear-gradient(top, #ffb400, #ffac00 ,#ffa400,#ff9c00,#ff9600);
  background: -webkit-gradient(linear, 0 0, 0 100% , from(#ffb400),to(#ff9600)); 
  text-align:center; 
  border:1px solid #ff8c00; 
  border-radius:3px;
  height:36px; 
  line-height:36px;
  box-shadow:0px 1px 2px #ffdc87;
  box-shadow: inset 0px 0px 1px #fccea0;

}
#popup_content {
	background: 16px 16px no-repeat url(info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(info.gif);
}

#popup_content.confirm {
	background-image: url(important.gif);
}

#popup_content.prompt {
	background-image: url(help.gif);
}

#popup_message {
	padding:10% 0;
	line-height:21px;
    font-size:1.2em;!important
}

#popup_panel {
	text-align: center;
	margin:20px 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}