/* Register */
.text-input {
	width: 500px;
	font-size:200% !important;
	padding: 2px 4px;
	color: #2b2d31;
	background: #d8e8f5;
	border: 1px solid #3a7cb8;
}
.text-input-novalid {
	width: 500px;
	font-size:200% !important;
	padding: 2px 4px;
	color: #2b2d31;
	background: #fee9db url(/images/forms/no.gif) no-repeat center right;
	border: 1px solid #fdaa88;
}
.text-input-valid {
	width: 500px;
	font-size:200% !important;
	padding: 2px 4px;
	color: #2b2d31;
	background: #ffffff url(/images/forms/yes.gif) no-repeat center right;
	border: 1px solid #e8e9e9;
}
.text-input-disabled {
	width: 500px;
	font-size:200% !important;
	padding: 2px 4px;
	color:#2b2d31;
	background: #d8e8f5;
	border: 1px solid #3a7cb8;
}

.description {
	font-size: 10px;
}
.error  {
	font-size: 10px;
	color: #ff6600;
	position: relative;
	float: right;
	text-align: right;
	padding: 5px 0 0 0;
}
.error-agr  {
	font-size: 10px;
	color: #ff6600;
	position: relative;
	float: right;
	text-align: right;
	padding: 5px 0 0 0;
}
.field-block {
	width: 510px;
	margin: 25px 0 25px 0;
}
.field {
	margin: 0;
}
.captcha {
	height: 60px;
}
.field-block a {
	color: #1392d1;
	text-decoration: none;
	border-bottom:1px dotted #1392d1;
	cursor: pointer;
}
.field-block a:hover {
	text-decoration: none;
	border-bottom:1px solid #1392d1;
}

/*Reminder*/
.head-remind-ac {
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	background-color: #ff6600;
	margin: 10px 7px 2px 0;
	float: left;
}
.head-remind {
	padding: 5px 5px 5px 5px;
	margin: 10px 7px 2px 0;
	float: left;
}
.head-remind a {
	color: #1392d1;
	text-decoration: none;
	border-bottom:1px dotted #1392d1;
	cursor: pointer;
}
.head-remind a:hover {
	text-decoration: none;
	border-bottom:1px solid #1392d1;
}