#dialog {
	display: none;
}
.dialog_data_table td {
	padding-bottom: 7px;
}
.dialog_data_table .ibform_flat_inputs input, .dialog_data_table .ibform_flat_inputs textarea {
	width: 365px;
	border: 1px solid #BFBFBF;
	background-color: #F9F9F9;
}
.dialog_data_table .ibform_flat_captcha_input input {
	width: 180px;
	text-align: center;
	border: 1px solid #BFBFBF;
	background-color: #F9F9F9;
}
.dialog_data_table .ibform_flat_button input {
	border: 1px solid #BFBFBF;
	background-color: #F9F9F9;
}
.dialog_data_table .ibform_first_col {
	width: 200px;
}
.dialog_data_table .ibform_first_col .starrequired {
	color: #CC0000;
}
#dialog_form {
	padding-top: 7px;
}
#dialog_loader {
	height: 60px;
	background: url('/bitrix/templates/sp_main/jquery-ui-1.7.2.custom/img/ajax-loader.gif') no-repeat center 40px;
	text-align: center;
	padding-top: 80px;
	display: none;
}
#dialog_result {
	padding-top: 30px;
	height: 50px;
	display: none;
}
#dialog_submit {
	height: 25px;
	cursor: pointer;
	text-align: center;
	padding: 0px 3px 3px 3px;
	padding /*\**/: 0px 10px 3px 10px;
	// padding: 0px;
}
.dialog_error {
	padding: 10px;
	margin: 2px 0px 15px 0px;
	color: #CC0000;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, Verdana, Times New Roman;
	background: #FBE0E0;
	border: #CC0000 1px solid;
	display: none;
}
