
#iValidationmessage {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 99999;
	width: 560px;
	margin-left: -300px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);

	background: rgb(243,166,17);
	background: -moz-linear-gradient(top,  rgba(243,166,17,1) 0%, rgba(233,110,20,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,166,17,1)), color-stop(100%,rgba(233,110,20,1)));
	background: -webkit-linear-gradient(top,  rgba(243,166,17,1) 0%,rgba(233,110,20,1) 100%);
	background: -o-linear-gradient(top,  rgba(243,166,17,1) 0%,rgba(233,110,20,1) 100%);
	background: -ms-linear-gradient(top,  rgba(243,166,17,1) 0%,rgba(233,110,20,1) 100%);
	background: linear-gradient(to bottom,  rgba(243,166,17,1) 0%,rgba(233,110,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a611', endColorstr='#e96e14',GradientType=0 );
}
#iValidationmessage .noise:first-child {
	padding: 20px;
}
#iValidationmessage img {
	vertical-align: middle;
	display: inline-block;
}
#iValidationmessage h1 {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	margin-left: 20px;
}
#iValidationmessage .messagetext {
	background: #f6f6f6;
	margin-top: 20px;
	border-radius: 4px;
	padding: 15px;
	font-size: 12pt;
}
#iValidationmessage .closevalidationmessage {
	width: 72px;
	height: 28px;
	background: url('/static/skins/closebutton.png') no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
