#message_wrapper{
	background-image: url(images/back.png);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	width: 100%;
	height: 100%;
}
#message_holder{
	width: 630px;
	margin: 200px auto 0px auto;
	text-align: left;
}
#message_holder .top, #message_holder .bottom {
	padding: 20px 25px;
	position: relative;
}
#message_holder .top {
	background: #2b2828;
}
#message_holder .top span {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
#message_holder .close {
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: URL(images/close.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
#message_holder .bottom {
	background: #fff;
	border: 1px solid #cbcbcb;
}
#message_holder #type {
	width: 45px;
	height: 45px;
	display: block;
}
#message_holder #type .img {
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 45px;
	height: 45px;
	margin-top: 10px;
}
#message_holder #error #type .img {
	background-image: URL(images/message_error.png);
}
#message_holder #warning #type .img {
	background-image: URL(images/message_warning.png);
}
#message_holder #valid #type .img {
	background-image: URL(images/message_ok.png);
}
#message_holder #messageValue {
	padding: 0 20px;
}
#message_holder #messageValue span{
	font-weight: 600;
	display: block;
	line-height: 20px;
	margin-bottom: 10px;
}
#message_holder #messageValue p{
	font-weight: 300;
}