@charset "windows-1251";

.center_form_bg {
	background-image: url(../../gui/img/login_background.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #c1dde4;
}
.center_form {
	width: 280px;
	padding-bottom: 35px;
	padding-top: 25px;
}
.center_form .pad_header {
	padding-left: 30px;
}
.center_form .text_header {
	font-family: Arial, sans-serif;
	font-size: 25px;
	line-height: normal;
	color: #2f4b74;
}
.text_error {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: normal;
	color: #DA050D;
}
.center_form .pad_acc_pass {
	padding-top: 15px;
}
.center_form .pad_name {
	width: 135px;
	padding-right: 10px;
	padding-top: 5px;
}
.center_form .text_name {
	color: #73686b;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
}
.center_form .pad_input {
}
.center_form .text_input {
	width: 105px;
	height: 21px;
	border: 1px solid #999999;
	line-height: normal;
	font-size: 14px;
	padding-top: 1px;
}
.center_form .pad_protect {
	padding-top: 10px;
}
.center_form .valign {
	vertical-align: bottom;
}
.center_form .code_pic {
	width: 135px;
	padding-right: 10px;
}
.center_form .code_pic img{
	height: 33px;
	width: 115px;
	font-size: 20px;
	line-height: normal;
	color: #a0a0a0;
}
.center_form .pad_code {
	padding-bottom: 10px;
}
.center_form .pad_next {
	padding-top: 15px;
	padding-right: 30px;
}
.center_form .next {
	height: 58px;
	width: 140px;
	font-size: 50px;
	line-height: normal;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	cursor: pointer;
}
.center_form .pad_forgot {
	padding-top: 10px;
	padding-right: 30px;
}
.center_form .text_forgot {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #185477;
}
.center_form_m {
	margin-right: 60px;
}

