html {
	background-color: #2c4164;
}

h1 {
	text-indent: -9000em;
	overflow: hidden;
	
	height: 32px;
	width: 170px;
	background: transparent url(../img/login/header.png) no-repeat;
	margin-top: 140px;
}

.panel {
	width: 475px;
	height: 363px;	
	background: transparent url(../img/error/bg.png);
	padding-top: 47px;
	position: relative;
}

.panel label {
	color: #2c4164;
	font-size: 123.1%;
	line-height: 2.0em;
}

.panel input.big {
	border: 1px solid #92afb9;
	padding: 11px 14px;
	color: #505050;
	font-size: 138.5%;
	width: 381px;
}
.panel p {
	color: #2b2b2b;
	font-size: 108%;
	padding: 0 34px;
	margin-bottom: 16px;
	line-height: 1.5em;
}

.panel p a {
	color: #2d5eb2;
}

.panel h2 {
	padding: 20px 20px;
	margin-left: 14px;
	margin-right: 13px;
	background-color: #ffc2c2;
	
	border-top: 1px solid #b21c1c;
	border-bottom: 1px solid #b21c1c;
	
	margin-bottom: 20px;
	
	
	font-weight: bold;
	font-size: 153.9%;
}

.button_glossy {
	
	height: 54px;
	width: 126px;
	border: 0;
	
	background: transparent url(../img/error/button_glossy.png) no-repeat;
	
	font-size: 138.5%;
	
	color: #dcdcdc;
	cursor: pointer;
}

.button_glossy:hover {
	color: white;
}

.panel textarea {
	/* width: 405px */
	padding: 11px 14px;
	border: 1px solid #96b2bb;
	width: 375px;
	height: 76px;
	background: transparent url(../img/error/bg_textarea.png) top repeat-x;
}

p.copyright {
	text-align: center;
	color: #758aac;
	font-size: 77%;
}
p.copyright a {
	color: #acbdd9;
	text-decoration: none;
}
p.copyright a:hover {
	text-decoration: underline;
}
