/*** Global
*********************************************************/
.required {color: #c00000}
.remark {float: left; color: #a2a2a2; font-family: Georgia; font-style: italic; font-size: 0.9em; line-height: normal; margin-top: 8px;  width: 15%; margin-left: 365px; position: absolute;}

.mark_all{font-style: italic; padding-left: 7px;font-size: 12px;}
.form {position: relative}
.form  div.description {
	font-size: 0.9em;
	margin-top: 5px;
	line-height: normal;
	color: #4F4F4F;
}

div.field_error_message {
	clear: both;
	float: left; display: block;
	margin-top: 0px;
	margin-left:0px;
	color: #c00000;
	font-size: 0.9em;
}

div.form_result_success {
	color:#009900;
	font-size:0.9em;
	margin-top:1em;
}

div.form_result_error {
	color: #c00000;
	font-size:0.9em;
	margin-top:1em;
}



/*** Fields
*********************************************************/
table.form_name td {
	vertical-align: bottom;
}

table.form_name td.first_name {
	padding: 0 0.5em;
}

table.form_name td.last_name input,
table.form_name td.first_name input,
table.form_name td.patronymic_name input {
	width: 10em;
}

table.form_name label {
	/*font-size: 0.84em;*/
}

table.form_password td.check {
	padding-left: 0.5em;
}

table.form_password td.password input,
table.form_password td.check input {
	width: 10em;
}

table.form_password label {
	font-size: 0.7em;
}

table.form_phone td.code {
	padding-right: 0.5em;
}

table.form_phone td.code input {
	width: 3.5em;
}

table.form_phone td.number input {
	width: 100px;
}

table.form_phone label {
	font-size: 0.84em;
}

table.form input.name {
width:317px;
}
.form input.phone_area {
width:40px;  border: 1px solid #a5acb2;
}
.form input.phone_number {
width:102px;
margin-left: 8px; border: 1px solid #a5acb2;
}

table.form input.integer  {
width:100px;
}



/*input.png, table.chooser_item td input {border:none;}*/
input.png {border:none;}

table.form input.string {
	width: 317px;
}

table.form input.folder,
table.form input.email,
table.form input.uri {
	width: 317px;
}

table.form input.file {
	width: 16em;
}

table.form input.word {
	width: 2em;
	padding-right:2px;
}

table.form select.simple {
	width: 321px;
}

table.chooser_item {
	margin: 0 1em 0.5em 0;
}

table.chooser_item td {
	vertical-align: top;
	padding: 2px 0px 2px 0!important;
	line-height: 130%; font-size: 0.9em;
 }

table.chooser_item td.chooser_label {
	width: 100%;
	padding-right: 1em;
	/*font-size: 0.84em;*/
}

table.chooser_item input {
	margin-right:7px;
	margin-left:0px;
	margin-top: 1px !important;
	margin-top: 0px;
}

textarea.text
{
	width: 305px;
	height: 97px;
	border: 1px solid #a5acb2;
}






.fields {clear: left; padding: 5px 0; }
.field_label {float: left; width: 142px; line-height: 120%; padding: 5px 0;margin-right: 11px; }
.field_input {float: left; width: 305px; padding: 5px 0; }

.form select.simple {width: 305px; border: 1px solid #a5acb2;}
.form input.word {width: 40px; border: 1px solid #a5acb2;}
.form input.string,.form input.captcha,.form input.email {width: 152px;  border: 1px solid #a5acb2;}
.form input.radio {vertical-align:middle; margin-right: 5px;}
.form label.radio {vertical-align:middle; padding-right: 20px;}

.form input.captcha {margin-top: 10px;}
.form .checkbox {vertical-align: middle; margin-right: 5px; margin-top: -5px; }
.form .checkbox_label {vertical-align: middle; font-size: 0.9em; margin-top: -5px; }
