

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 400px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #6F8790;
	border: solid 3px #557;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
min-height: 100px;
}

#popup_title {
	font-size: 11px;

	text-align: center;
	line-height: 1.75em;
line-height: 30px;
height: 30px;
	color: #669;
	background: #CCC url(../../images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	text-align: center;
overflow: hidden;
}

#popup_message.alert {
	background-image: url(../../icons/40x40/ico_info_40x40.png);
}

#popup_message.alert_ok {
	background-image: url(../../icons/40x40/ico_ok_40x40.png);
}

#popup_messaget.alert_fail {
background-image: url(../../icons/40x40/ico_error_40x40.png);
}

#popup_message.confirm {
	background-image: url(../../icons/40x40/ico_help_40x40.png);
}

#popup_message.prompt {
	background-image: url(../../icons/40x40/ico_help_40x40.png);
}

#popup_message {
padding-top: 30px;
padding-bottom: 30px;
padding-left: 70px;
background-repeat: no-repeat;
background-position: 20px center;	
}

#popup_panel {
	text-align: center;
	margin: auto;
position: relative;
overflow: hidden;
height: 28px;
margin-bottom: 20px;
}

.pp_alert{
width: 80px;
}

.pp_confirm{
width: 165px;
}

.pp_confirm #popup_ok{
margin-left: 5px;
}

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

#popup_ok, #popup_cancel {float: right; width: 80px;height: 28px;background-color: #005FCF;color: white;border-color: #005FCF; background-image: url(../../images/img_back_button.jpg);font-weight: bold; font-size: 11px; font-family:arial; padding: 5px;}

