/*** Global
*********************************************************/


.remark {clear: both; font-size: 0.9em; line-height: normal; width: 100%; padding-top: 10px;}




.form  div.description {
	font-size: 0.9em;
	margin-top: 5px;
	line-height: normal;
	color: #4F4F4F;
}



div.field_error_message {
	float: left;
	margin-top: 0px;
	margin-left:0px;
	color: #FF0000;
	font-size: 0.9em;
}
.required {
	color: #FF0000;
}



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

div.form_result_error {
	color: #FF0000;
	font-size:0.9em;
	text-align: center;
	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;
}
table.form input.phone_area {
width:48px;
}
table.form input.phone_number {
width:240px;
margin-left: 4px;
}

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%
 }

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

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

textarea.text
{
	width: 379px;
	height: 150px;
	border: 1px solid #AFAFAF;
}






.fields {clear: both; padding: 5px 0;}
.field_label {float: left; width: 209px; line-height: 120%; padding: 3px 0;margin-right: 11px; text-align: right;}
.field_label2 {float: left; width: 169px; line-height: 120%; padding: 3px 0;margin-right: 11px; text-align: left;}
.field_input {float: left; width: 385px; padding: 2px 0; }

.form select.select {width: 381px; border: 1px solid #AFAFAF;}
.form select.simple {width: 381px; border: 1px solid #AFAFAF;}
.form input.integer {width: 170px; border: 1px solid #AFAFAF;}
.form input.string {width: 379px;  border: 1px solid #AFAFAF;}
.form input.email {width: 379px;  border: 1px solid #AFAFAF;}
.form input.radio {vertical-align:middle; margin-right: 5px;}
.form label.radio {vertical-align:middle; padding-right: 20px;}

.form input.captcha {border: 1px solid #AFAFAF; margin-top: 5px;}

.form  input.phone_area {
width:40px;
}
.form  input.phone_number {
width:105px;
margin-left: 5px;
}
.form  input.multiplyinput {
width:60px;
}


