.popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #45aa45;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	background-color: #45aa45;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

.popup_content {	
	padding: 1em 1.75em;
	margin: 0em;
}

.alert_prohibited {
	background:no-repeat url(../images/prohibit.gif);
}
.alert {
	background:no-repeat 16px 16px url(../images/info.gif);
}
.alert_success {
	background:no-repeat 16px 16px url(../images/success.gif);
}

.confirm {
	background:16px 16px no-repeat url(../images/help.gif);
}

.prompt {
	background:16px 16px no-repeat  url(../images/help.gif);
}

.popup_message {
	padding-left: 48px;
}

.popup_panel 
{
	text-align: center;
	margin: 1em 0em 0em 1em;
}

.popup_prompt {
	margin: .5em 0em;
}

.popup_ok
{
	/*width:55px;*/
	height:25px;
	line-height:18px;
	margin:0 auto;
    background-color:#50b446;
    border-radius:3px;
	/*background: url(../images/buttons.jpg);*/
	border:none;
	font-weight:bolder;
	cursor:pointer;
    padding:0 15px;
    color:#fff;
}
.popup_ok:hover{background-color:#35a335;}
.popup_cancel
{
	width:55px;
	height:20px;
	line-height:18px;
	margin:0 auto;
	margin-left:3px;
	background: url(../images/buttons.jpg);
	border:none;
	cursor:pointer;
	font-weight:bolder;
}
.popup_no
{
	width:55px;
	height:20px;
	line-height:18px;
	margin:0 auto;
	margin-left:3px;
	background: url(../images/buttons.jpg);
	border:none;
	font-weight:bolder;
	cursor:pointer;
}
.longpopup_ok
{
	width:90px;
	height:20px;
	line-height:18px;
	margin:0 auto;
	background: url(../images/longbuttons_90.jpg);
	border:none;
	font-weight:bolder;
	cursor:pointer;
}
.longpopup_cancel
{
	width:90px;
	height:20px;
	line-height:18px;
	margin:0 auto;
	margin-left:3px;
	background: url(../images/longbuttons_90.jpg);
	border:none;
	cursor:pointer;
	font-weight:bolder;
}
.longpopup_no
{
	width:90px;
	height:20px;
	line-height:18px;
	margin:0 auto;
	margin-left:3px;
	background: url(../images/longbuttons_90.jpg);
	border:none;
	font-weight:bolder;
	cursor:pointer;
}