#popup_container {
/*	font-family: Arial, sans-serif; */
	font-size: 12px;
	width: 350px;
	min-height: 200px;
	height: auto !important;
	background: #FFF;
	border: solid 1px #999;
	color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #000;
/*	background: #CCC url(images/title.gif) top repeat-x; */
/*	border: solid 1px #FFF; */
/*	border-bottom: solid 1px #999; */
	cursor: default;
	padding: 0px;
	margin: 10px 15px 0px 15px;
}

#popup_title.type_em {
	color: #000000;
}


#popup_content {
	width:320px;
	min-height: 65px;
	height: auto !important;

/*	background: 16px 16px no-repeat url(images/info.gif); */
	padding: 15px;
	margin: 0em;

/*	font-weight: bold; */
	text-align: center;
}

#popup_content.alert {
/*	background: 16px 16px no-repeat url(images/info.gif); */
}

#popup_content.confirm {
	background: transparent url(images/icon_warning.png) no-repeat left center scroll;
	background-size: 50px 45px;
	width: 230px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0px 15px 50px;
}

#popup_content.prompt {
/*	background: 16px 16px no-repeat url(images/help.gif); */
}

#popup_message, #popup_submsg {
	font-size: 16px;
	vertical-align: middle;
	margin-left: 25px;
}
#popup_submsg {
	color:#FF0000;
}
#popup_message.type_em, #popup_submsg.type_em {
	color: #d51e18;
}

#popup_panel {
	text-align: center;
	margin: 0px 10px 10px 10px;
}

#popup_prompt {
	margin: 2em 0em;
}

#popup_container input[type="password"] {
	color: #000000;
}

#popup_container input[type="button"] {
	width: 220px;
	height: 3em;
	margin: 5px;
}

#popup_container input[type="button"].type_em {
	width: 130px;
	height: 3em;
	margin: 5px;
}

#popup_container input[type="button"].type_ok {
	color: #ffffff;
	border: 1px solid #3366cc;
	border-radius: 5px;
	background-color: #297fcf;
    /* background-image: -webkit-gradient(linear,left top,left bottom, from(#297fcf), to(#2676c0)); */
    background-image: -webkit-gradient(linear,left top,left bottom, from(#297fcf), to(#297fcf));
}

#popup_container input[type="button"].type_cancel {
	color: #ffffff;
	border: 1px solid #414141;
	border-radius: 5px;
	background-color: #363636;
	background-image: -webkit-linear-gradient(top bottom, #595959, #333333);
}

#popup_container input[type="button"].type_ok.type_em {
	color: #ffffff;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	background-color: #ff0000;
	background-image: -webkit-linear-gradient(top bottom, #ff0000, #fc0000);
}

#popup_container input[type="button"].type_cancel.type_em {
	color: #ffffff;
	border: 1px solid #414141;
	border-radius: 5px;
	background-color: #363636;
	background-image: -webkit-linear-gradient(top bottom, #595959, #333333);
}

