

/* Start:/bitrix/components/bitrix/conf.registration/templates/registration_classic/style.css?14550193901928*/
table.form-table
{
	width:100%;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	/*border:1px solid #ADC3D5;*/
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 5px 5px;
}
table.buttons-table 
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.buttons-table a
{
	color: #6ebb2f;
}

table.buttons-table td.button-edit
{
	background:url(../../../../../components/bitrix/conf.registration/templates/registration_classic/images/edit.gif) left center no-repeat;
	padding-left: 20px;
}

table.buttons-table td.button-settings
{
	background:url(../../../../../components/bitrix/conf.registration/templates/registration_classic/images/settings.gif) left center no-repeat;
	padding-left: 20px;
}

table.buttons-table td.button-mail
{
	background:url(../../../../../components/bitrix/conf.registration/templates/registration_classic/images/edit-mail.gif) left center no-repeat;
	padding-left: 20px;
}

input.form-input{
	background-image: url(../../../../../components/bitrix/conf.registration/templates/registration_classic/images/grad_input.gif);
	background-repeat: repeat-x;
	border: 1px solid #ADC3D5;
	height: 30px;
	font-size:18px;
}

input.form-input-required{
	background-image: url(../../../../../components/bitrix/conf.registration/templates/registration_classic/images/grad_input.gif);
	background-repeat: repeat-x;
	border: 1px solid #d78e97;
	height: 30px;
	font-size:18px;
}

textarea.form-textarea{
	background-image: url(../../../../../components/bitrix/conf.registration/templates/registration_classic/images/grad_input.gif);
	background-repeat: repeat-x;
	border: 1px solid #ADC3D5;
	font-size:18px;
}

textarea.form-textarea-required{
	background-image: url(../../../../../components/bitrix/conf.registration/templates/registration_classic/images/grad_input.gif);
	background-repeat: repeat-x;
	border: 1px solid #d78e97;
	font-size:18px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(../../../../../components/bitrix/conf.registration/templates/registration_classic/images/icon_warn.gif);
}

p.form_error {
 font-weight: bold;
 color: red;
}

p.form_note {
 font-weight: bold;
 color: green;
}
/* End */
/* /bitrix/components/bitrix/conf.registration/templates/registration_classic/style.css?14550193901928 */
