/*table.form-table
{
	width:100%;
	background-color:white;
	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
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}
*/
.form-required
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}

/*	NEW STYLE	*/
.tbl_webform{
	border-collapse: collapse;
}
.tbl_webform td{
	padding: 0 10px 10px 0;
}
.tbl_webform td b{
	display: block;
	padding: 10px 0 10px 0;
}
td.sel_long select{
	/*width: 420px;*/
}
.ta_nd{
	/*display:none;*/
}
.content-part form{
	margin-top:0;
	padding-top:0;
}
.errortext{
	color: red;
}
.notetext{
	color: green;
	font-weight: bold;
}
.inputtext {
	width: 300px;
}
.js-equiring-text{
	display: none;
}

.inputtextarea {
	width: 304px;
	height: 80px;
}
.cpt_input_f input {
	width: 110px;
}
.text-caption {
	color: #696969;
	font-size: 13px;
	padding: 5px 0 10px 0;
}
.top-line {
	margin-bottom: 0;
}
.form-hdr {
	padding-left: 45px;
	background: url(/upload/iblock/7f1/bigPhone-ico-23.png) no-repeat;
	margin: 10px 0 20px 0;
	min-height: 40px;
}
.bottom-shadow{
	height: 65px;
}