body {
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	padding: auto;
	margin: auto;
	 color: black;
}

#main {
	width: 151px;
	height: 302px;
}

#forms_input {
	position: absolute;
	margin: auto;
	padding: auto;
	top: 187px;
	left: 10px;
}

#forms_input .forms_input_text {
	color: #ffffff;
	width: 120px;
	height: 2.3em;
	margin-left: 6px;
	margin-bottom: .2em;
	border: 1px solid #225BC0;
	background-color: #00155C;
	font-size: .6em;
	padding-top: .5em;
	padding-left: .3em;
	padding-right: .3em;
}

#forms_input .forms_input_text_err {
	color: red;
	width: 120px;
	height: 2.3em;
	margin-left: 6px;
	margin-bottom: .2em;
	border: 1px solid #225BC0;
	background-color: #00155C;
	font-size: .6em;
	padding-top: .5em;
	padding-left: .3em;
	padding-right: .3em;
}


#forms_btn {
	position: absolute;
	top: 269px;
	left: 19px;
}

#forms_chk {
	position: absolute;
	top: 289px;
	left: 316px;
}
