.wizard, .form {
	border:none;
	padding: 0px;
	min-height: 1px;
	}
	
* html .wizard, * html .form {
	height: 1px;
	}
	
.wizard_separator {
	border-top: 1px dotted #ddd;
	height: 1px;
	clear: both;
	margin: 10px 0;
	}
	
.form h3 {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin: 0 5px 10px;
	}
	
#content .form p, #content .wizard p {
	margin: 10px 0;
	border-top: 1px dotted #fff;	
	border-bottom: 1px dotted #fff;
	padding: 10px;
	color: #666;
	background: #fff;
	font-size: 11px;
	}
	
.wizard_help {
	margin: 0 0 10px 160px;
	padding: 0 10px;
	}
	
.form_buttons {
	padding: 10px;
	margin: 10px 0;
	text-align: right;
	min-height: 1px;
	}
* html .form_buttons{ height: 1px; }
.form_buttons:after{ height: 0; clear: both; display: block; content: "."; visibility: hidden; }
	
.send_button
{
	width:102px;
	margin:0px;
	padding:6px 0px 6px 0px;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	background:transparent url(images/bkg_btn.gif) no-repeat;
	float: right;
}
.send_button:hover
{
	background-position: 0px -31px;
}

.form .control
{
  border-bottom:1px solid #D3D3D3;
}
.form label
{
	font-weight:normal;
}

.capcha label {
    height:90px;
}

.capcha img {
    margin:10px 0;
    padding:10px;
    width:188px;
    border:1px solid #BEDCDF;
    
    
}