@charset "UTF-8";
/*=============================================
contents
=============================================*/
#contents {
	padding-bottom: 600px;
}
#top-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
#wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#header, #footer {
	position: relative;
	z-index: 2;
}
#topconts-area {
	position: absolute;
	z-index: 1;
	width: 430px;
	margin-top: -25%;
	margin-left: -220px;
	top: 50%;
	left: 50%;
	_top: 40%;	/* only IE6 */
	margin-top: -20%\9;	/* only IE8 */
	#margin-top: -20%;	/* only IE7 */
}  
/* for Opera */
x:-o-prefocus, #topconts-area {
	margin-top: -20% !important;
}
label { color: #FFF; }
.block { margin-bottom: 0.5em; }
label.block { margin: 0.5em 0 1em; }
.input-text {
	width: 98%;
	border: 1px solid #93a8a9;
}
.submit-image {
	margin-top: 2em;
	background: none;
	width: 152px;
}
.submit-image:hover { cursor: pointer; }
.commonerror {
	text-align: center;
	font-size: 1.6em;
	margin: 5em auto 0;
	width: 42%;
	font-weight: bold;
	padding: 1em 0;
	word-wrap: break-word;
}