#popup_container {
min-width: 300px;
max-width: 600px;
background: #FFF;
border: solid 1px #ddd;
color: #000;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
font-weight: 300;
font-size: 11pt;
letter-spacing: 0.02em;
line-height: 14pt;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#popup_title {
font-weight: 200;
font-size: 20pt;
letter-spacing: 0.01em;
line-height: 22pt;
font-smooth: always;
font-size: 18px;
white-space: nowrap;
overflow: hidden;
background-color: #34445E;
color: #fff;
border: 1px solid #34445E;
border-bottom: 0 none;
width: 97%;
margin: 0px;
padding-left: 9px;
}

#popup_content {
	background: 16px 16px no-repeat url("../images/alert_info.gif");
	padding: 1em 1.75em;
	
	margin-top: 20px;
}

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

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

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

#popup_message {
	padding-left: 48px;
}

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

#popup_prompt {
	margin: .5em 0em;
}
#popup_ok
{
font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 9pt;
font-smooth: always;
line-height: 11pt;
font-size: 14px;
display: inline-block;
padding: 4px 12px;
line-height: 20px;
text-align: center;
vertical-align: middle !important;
min-width: 80px;
min-height: 30px;
height: 30px;
background-color:#FB9337;
border: 1px transparent solid;
color: #fff;
margin-right: 10px;
margin-bottom: 10px;
border-raduis: 0;
cursor: pointer;
width: auto;

}
#popup_ok:hover
{
	background-color:#34445E;
	color: #fff;
}
#popup_cancel
{
font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 9pt;
font-smooth: always;
line-height: 11pt;
font-size: 14px;
display: inline-block;
padding: 4px 12px;
line-height: 20px;
text-align: center;
vertical-align: middle !important;
min-width: 80px;
min-height: 30px;
height: 30px;
background-color:#b91d47;
border: 1px transparent solid;
color: #fff;
margin-right: 10px;
margin-bottom: 10px;
border-raduis: 0;
cursor: pointer;
width: auto;

}
#popup_cancel:hover
{
	background-color:#34445E;
	color: #fff;
}