.popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
    line-height: 16px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #32a032;/*border: solid 1px #618716;*/
	color: #000;
}

.popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height:28px;
	color: #fff;
	background-color: #50b446;/*background-color: #618716;*/
	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 32% 12px url(../images/info.gif);*//*16px 8px*/
}
.alert_success {
	/*background:no-repeat 16px 8px url(../images/success.gif);*/
}

.confirm {
	/*background:16px 8px no-repeat url(../images/help.gif);*/
}

.prompt {
	background:16px 8px no-repeat  url(../images/help.gif);
}
.dialogTips{vertical-align:middle;background:url(../images/info.gif);margin-top:-2px;margin-right:5px; display:inline-block;width:17px;height:16px;}
.popup_message {
	/*padding-left: 48px;*/
    overflow-y: auto;
    text-align:center;
    font-size:14px;
}

.popup_panel 
{
	text-align: center;
	margin: 1em 0em 0em 1em;
}

.popup_prompt {
	margin: .5em 0em;
}
.popup_ok,.popup_cancel,.longpopup_ok,.longpopup_cancel
{	font-size: 14px; 
	font-weight: bold;	
	/*background:url("../images/newbtn.jpg") repeat;*/	
	border:none;
	cursor:pointer;	
	width:70px;
	height:26px;
	line-height:18px;
	margin-right:5px;
	outline: 0;
    background-color:#35a335;
    color:#fff;
    border-radius:3px;
}
.popup_ok:hover,.popup_cancel:hover,.longpopup_ok:hover,.longpopup_cancel:hover{background-color:#50b446;}
.popup_no,.longpopup_no
{
	width:70px;
	height:26px;
	line-height:18px;
	margin-right:5px;
	font-weight: bold;	
	background:url("../images/newbtn.jpg") repeat;	
	border:none;
	cursor:pointer;
	font-size: 14px; 
}
.longpopup_ok,.longpopup_cancel,.longpopup_no
{
	width:90px;
}
