#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-position: left 30px center;
	background-repeat: no-repeat;
}
#message_holder #error .top {
	background-color: #773333;
	background-image: url("images/icon-message-error.png");
}
#message_holder #valid .top {
	background-color: #d0940d;
	background-image: url("images/icon-message-corr.png");
}
#message_holder .top span {
	font-size: 28px;
	color: #fff;
	font-weight: 800;
	padding-left: 50px;
}
#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 #messageValue {
	padding: 0 20px;
}
#message_holder #messageValue span{
	font-weight: 600;
	display: block;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 20px; 
}
#message_holder #messageValue p{
	font-weight: 300;
}