.wrp-form{
	width: 758px;
	height: 296px;
	margin: 0 auto;
	padding: 10px 63px;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 1px 6px #747474;
	-webkit-box-shadow: 0 1px 6px #747474;
	-moz-box-shadow: 0 1px 6px #747474;
	-o-box-shadow: 0 1px 6px #747474;
}
.wrp-form:after{
	content: '';
	display: block;
	width: 763px;
	height: 15px;
	background: url(bottom-line.png) no-repeat;
	position: absolute;
	left:-1px;
	bottom: -5px;
}
.input .invalid{
	border: 1px solid red;
	background: #FFD7D7;
}
.wrp:after{
	content: '';
	display: table;
	clear: both;
}
.form-title{
	text-align: center;
	margin: 0 0 7px 0;
	line-height: 1;
	font:bold 19px Arial,Tahoma,sans-serif ;
}
.wrp .left,.wrp .right{
	float:left;
}
.wrp .left{
	margin-right: 45px;
}
.input{
	width: 293px;
	margin-bottom:5px;
}
.input input{
	width: 100%;
	height: 25px;
	border: 1px solid #9C9C9C;
	padding: 0 5px;
	box-sizing: border-box;
	border-radius: 2px;
}
.input input{
	outline: none;
}
.input input:focus{
	border: 2px solid #017D49;
	border-radius: 2px; 
}
.input .stars{
	color:red;
	padding-left:3px;
}
.input .name-field{
	color:#808080;
	font:500 11px Arial;
}
.in-email{
	margin: 0 auto;
}
.send-form{
	margin-top: 15px;
}
.send-form .button-form{
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 205px; 
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: #FF171F;
	color:#fff;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: 3px solid #D40303;
	border-radius: 4px;
	font:500 15px Arial,sans-serif;
}
.send-form .button-form:hover{
	background: #FD5258;
	cursor: pointer;
}
.send-form .button-form:active{
	position: relative;
	top:2px;
}
#ui-datepicker-div{
	font-size: 14px;
}
.wrp-form .thanks{
	text-align: center;
	font: bold 19px Arial,Tahoma,sans-serif;
	line-height: 28px;
	width: 355px;
	height: 112px;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-177px;
	margin-top:-56px ;
}
.wrp-form .thanks span{
	display: block;
}
#ui-datepicker-div .ui-state-default{
	border:2px solid #fff;
	background: none;
}
#ui-datepicker-div .ui-state-default.ui-state-active,#ui-datepicker-div .ui-state-default:hover,#ui-datepicker-div .ui-datepicker-today .ui-state-default.ui-state-hover{
	background: #017D49;
	color:#fff;
	border-radius: 4px;
}
#ui-datepicker-div .ui-datepicker-today .ui-state-default{
	background: none;
	border:2px solid #017D49 ;
	border-radius: 4px;
}
#ui-datepicker-div.ui-datepicker td a{
	text-align: center;
}
#ui-datepicker-div a.ui-state-default.ui-state-highlight.ui-state-active{
	background: #017D49;
	color:#fff;
	border-radius: 4px;
}
.border-dotted{
	border-top: 1px dotted #a3a3a3;
	width:100%;
	height:1px;
	margin: 10px 0;
}