#clbsubmit{
	float: left;
	width: 265px !important;
	height: 40px;
	text-transform: uppercase;
	//padding-left: 0 !important;
	background: #fea91a; 
	color: #333;
	font: .8em 'PT Sans', Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	cursor:pointer;
	margin-bottom: 0 !important;
}
.submit_a{
    color: #333;
    font-size: 12px;
    display: none;
	text-align: center; 
	margin-left: 10px; 
	margin-top: 7px;
}
.inputerror{
    color: #333;
    box-shadow: 1px 1px 3px 1px rgb(254,169,26) inset !important;
}
.form{
	width: 280px;
	margin: 25px 0 20px 0;
	//background:#fff;
    //border-radius:2px;
    //box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1) inset;
	//float: left;
}
.form input{
	width: 265px;
	height: 36px;
	//border-radius: 3px;
	margin: 5px 0 0 5px;
	padding-left: 35px !important;
	border: 1px solid #ccc;
	font-family: "times New Roman";
}
.form h6{
	text-align: center; 
	margin-top: 7px; 
	margin-bottom: 1px;
}
.input-submit{
	margin: 5px 0 0 0 !important;
}
.input-name:before {
	content: url(imya.png);
	position: absolute;
	margin-left: 2px;
	width: 14px;
	height: 16px;
	margin-top: 12px;
	margin-left: 20px;
}
.input-phone:before {
	content: url(phone.png);
	position: absolute;
	width: 16px;
	height: 15px;
	margin-top: 12px;
	margin-left: 20px;
}
input, textarea{ outline:none; }
input:active, textarea:active{ outline:none; }
:focus{ outline:none; }
.ok { font-size: 10px !important; cursor: default !important; }