@CHARSET "UTF-8";

div#msglayer{
	border: 1px solid #EC752E;
	box-shadow: 0 0 20px #767676;
	color: #4D4C47;
	display: none;
	left: 50%;
	margin: 55px 0 20px -200px;
	min-height:70px;
	padding: 10px;
	position: inline;
	top: 15%;
	width: 475px;
	z-index: 999;
}

div.errlayer{
/*	background: #F1F1F2 url('/img/icons/msg_error.png') no-repeat 10px center;*/
    background-color: #F0F0F0;
}
div.errlayer b { color: #EC752E; }
div.errlayer h2 {}


div.msglayer{
/*	background: #F1F1F2 url('/img/icons/msg_ok.png') no-repeat 10px center;*/
    background-color: #F0F0F0;
}
div.msg b { color: #51894C; }
div.msg h2 {}


div#msglayer h2 {
    color: #EC752E;
    font-size: 14px;
    font-weight: bold;
    margin: 9px 0 5px;	
}

div#msglayer div.close {
	position:absolute;
	right:5px;
	top:5px;
	z-index: 100;	
}
div#msglayer div.close a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #EC752E;
    border-radius: 50%;
    color: #5E5E5E;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    line-height: 15px;
    padding: 0;
    text-align: center;
    width: 16px;
}
div#msglayer div.close a:hover {
    background: none repeat scroll 0 0 #EC752E;
    color: #fff;
	text-decoration:none;
}