.alert-popup-hdr {
	background: url(../images/popup-hdr-bg.gif) repeat 0 0;
	behavior: url('PIE.htc');
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	float: left;
	height: 44px;
	width: 362px;
	overflow: hidden;
}
.alert-popup-hdr .alert-hdr-left { float: left; padding-top: 10px;}
.alert-hdr-left {
	background: url(../images/alert_logo.png) no-repeat;
	width: 118px;
	height: 28px;
	margin-left: 4px;
	margin-top: 9px;
}

#popup_container {
	background-color: #fbfbfb;
	border: 1px solid #f0f0f0;
	behavior: url('PIE.htc');
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
	float: left;
	padding-bottom: 19px;
	width: 360px;
	z-index: 100;
}

#popup_title {
	cursor: default;
	background: url(../images/popup-hdr-trans.png) no-repeat -78px 0;
	float: left;
	height: 44px;
	padding: 0 20px 0 10px;
	width: 319px
}

#popup_content {
}

#popup_content.alert {

}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_message {
	text-align: center;
	margin-top: 75px;
	margin-bottom: 16px;
	/*font-family: 'Cambria';*/
	font-size: 16px;
	line-height: 25px;
	color: #000;
	padding: 0 25px;
}

#popup_panel {
	text-align: center;
	margin: 30px 0;
}
#popup_panel input {
	border: 0 none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 10px;
	line-height: 10px;
  height: 25px;
  text-transform: uppercase;
  width: 58px;
	cursor: pointer;
	margin: 0 10px;
}
#popup_ok {
	background: url(../images/alert_ok.png) no-repeat 0 0;

}
#popup_cancel {
	background: url(../images/alert_cancel.png) no-repeat 0 0;
}

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