@import url(http://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic);
body {

	text-align:center;

	font-family: Verdana;

}

textarea { 

	resize: none;

}

#name, #phone, #email, #type, #price, #area, #prType, #address {

	border: 1px solid rgb(0, 0, 0);

	height: 18px !important;

	margin: 0;

	width: 160px !important;

}

#message {

	width: 439px !important;

	height: 58px !important;

	border: 1px solid #000000;

}

.textarea {

	width: 566px !important;

}

#movingS {

	color: rgb(51, 51, 51);

	font-size: 13px;

	margin: 0;

	padding: 0;

	text-align: right;

	width: 113px;

}

.submit-btn {

	width: 295px;

	background:-webkit-gradient(linear,left top,left bottom,from(#FCE7BB),to(#FAB441));

	background:-webkit-linear-gradient(#FCE7BB,#FAB441);

	background:-moz-linear-gradient(#FCE7BB,#FAB441);

	background:-ms-linear-gradient(#FCE7BB,#FAB441);

	background:-o-linear-gradient(#FCE7BB,#FAB441);

	background:linear-gradient(#FCE7BB,#FAB441);

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FCE7BB', endColorstr='#FAB441');/*For IE7-8-9*/

	border: 1px solid #333333;

	border-radius: 3px;

	-webkit-border-radius: 3px;

	font-weight: bold;

	color: #333333;

	text-shadow: 0 1px 0 #EEEEEE;

	margin: 0px 80px;

	padding: 0 0 3px;

	font-size: 25px;
	
	font-family: 'Roboto', sans-serif;

}

.submit-btn:hover {

	cursor: pointer;

	background: #FAB441;

}

.form {

	width: 680px;

	margin: 0 auto;

}

.leftImg {

	background: url("../img/sale-img.jpg") repeat scroll 0 0 transparent;

	border-radius: 4px;

	-webkit-border-radius: 4px;

	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset, -1px 0 16px black inset;

	float: left;

	height: 220px;

	width: 327px;

	background-repeat: no-repeat;

    background-size: cover;

}

.containerRight {

	float: right;

	overflow: hidden;

	width: 62%;

}

.control-group {

	margin: 7px 0;

	width: 283px;

}

.control-group label {

	float: left;

	padding-top: 5px;

	text-align: right;

	width: 160px;

}

.pull-left {

	float: left;

}

.title {

	background: url("../img/underline.png") no-repeat scroll -5px 33px transparent;

	margin: 0;

	padding: 0 0 10px;

	background-size: 940px;

}

.title p{

	margin: 0;

	font-size: 19px;

	color: #555555;

	background: url('../img/checkmark-red.png') no-repeat;

	padding: 0 0 5px 40px;

	text-align: left;

}

.hide {

	background: none repeat scroll 0 0 transparent;

	color: rgb(51, 51, 51);

	font-size: 16px;

	font-weight: bold;

	margin: 10px 5px 10px 0;

	padding: 0;

	text-align: right;

}

#errorText {	

	background: none repeat scroll 0 0 transparent;

	font-size: 13px;

	font-weight: bold;

	margin: 10px 60px;

	padding: 0;

	text-align: right;

	color: #B62D2D;

}

