@CHARSET "UTF-8";
/**
* Static msg box
*/
div.msg_error,
div.msg_info,
div.msg_success {
	margin:10px;
	padding:24px 80px;
	font-size:14px;
}

div.msg_error {
	color:#bd202e;
	border:1px solid #bd202e;
	background:#ffe9eb url(../img/msg/msg_error.jpg) 10px 10px no-repeat;
}

div.msg_info {
	color:#1f26b2;
	border:1px solid #1f26b2;
	background:#ebecff url(../img/msg/msg_info.jpg) 10px 10px no-repeat;
}

div.msg_success {
	color:#15981b;
	border:1px solid #15981b;
	background:#e9ffea url(../img/msg/msg_success.jpg) 10px 10px no-repeat;
}

/**
* JS msg box
*/
div.msgColorPlain {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter: alpha(opacity = 50);
	z-index:1000;
}

div.msgBox {
	position:absolute;
	top:0;
	left:0;
	z-index:1001;
	width:672px;
	border:1px solid black;
	margin:0;
}

div.msgBox h1 {
	height:12px;
	font-size:12px;
	padding-top:4px;
	padding-bottom:4px;
	line-height:12px;
	text-align:center;
	color:#fff;
	background:#000 url(../img/msg/ajax_msg_bar_bg.png) 0 0 no-repeat;
}

div.msgBox div.msg {
	margin:0;
	padding:1px;
}

div.msgBox div.text {
	margin:0;
	padding:20px 5px 30px 100px;
}

div.ajax_msg_error {
	background:url(../img/msg/ajax_msg_error_bg.jpg) 0 0 repeat-y;
}

div.ajax_msg_error div.msg {
	color:#bd202e;
	background:#F5D3D3 url(../img/msg/ajax_msg_image_error.png) 0 0 no-repeat;
}

div.ajax_msg_info {
	background:#D5DDFF url(../img/msg/ajax_msg_info_bg.jpg) 0 0 repeat-y;
}

div.ajax_msg_info div.msg {
	color:#1f26b2;
	background:url(../img/msg/ajax_msg_image_info.png) 0 0 no-repeat;
}

div.ajax_msg_success {
	background:url(../img/msg/ajax_msg_success_bg.jpg) 0 0 repeat-y;
}

div.ajax_msg_success div.msg {
	color:#15981b;
	background:#D9F6D1 url(../img/msg/ajax_msg_image_success.png) 0 0 no-repeat;
}

div.msgBox div.buttons {
	padding:20px 0 10px 0;
	text-align:center;
}

div.msgBox div.buttons button {
	margin:10px;
}
