#userForm {
	width: 290px;
	background: #d9d9d9;
	border: 3px solid #616d8a;
}
#userForm > h2 {
	text-align: center;
	font-size: 19px;
	padding: 15px 0;
}
p.formRed {
	display: none!important;
}
span.formValidation {
	display: none!important;
}
.formControlLabel {
	display: none!important;
}
div.rsform-block {
	margin-bottom: 0!important;
}
.formControls {
	margin-left: 21px!important;
}
.rsform-block-time {
	padding-top: 2px;
}
.rsform-block-name > .formControls > .formBody > input {
	width: 208px!important;
	height: 40px;
	font-size: 28px;
	text-align: center;
	background: #fff url(http://localhost/fileadmin/images/ch.png) 4% 50% no-repeat;
	padding-left: 35px;
	line-height: 40px;
	margin-top: -10px;
}
#text {
	margin-top: -10px;
}
.rsform-block-calendar {
	float: left;
}
.rsform-block-phone > .formControls > .formBody > input {
	width: 208px!important;
	height: 40px;
	font-size: 28px;
	text-align: center;
	background: #fff url(images/tel.png) 4% 50% no-repeat;
	padding-left: 35px;
	line-height: 40px;
	margin-top: -10px;
	;
}
.rsform-block-calendar {
	float: left;
}
.rsform-block-calendar > .formControls > .formBody > input:first-child {
	width: 70px!important;
	height: 20px;
	font-size: 12px;
	text-align: center;
	background-color: #E8E8E8;
}
.rsform-block-calendar > .formControls > .formBody > input:last-child {
	width: 10px!important;
	height: 20px;
	background-color: #fff!important;
}
.rsform-block-send > .formControls > .formBody > input {
	width: 205px!important;
	height: 40px;
	background-image: -webkit-linear-gradient(top, #EAB726, #EAB726);
	font-size: 24px;
	color: white;
}
.rsform-block-send > .formControls > .formBody > input:hover {
	background-color: #0055cc!important;
	background-image: -webkit-linear-gradient(top, #B15D02, #B15D02);
}
.formResponsive input[type="submit"] {
	background-color: #EAB726;
}
.rsform-block-send > .formControls > .formBody > input:hover {
	background-color: #B15D02!important;
}
#button {
	background: #546181;
	width: 250px;
	height: 45px;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 25px;
	border-bottom: 5px solid #475577;
	margin-top: 0px;
}
#userForm > h2 {
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	margin-right: -50px;
}

/*Стили placeholder*/
::-webkit-input-placeholder {
text-indent: 0px;
transition: text-indent 0.3s ease;
}
::-moz-placeholder {
text-indent: 0px;
transition: text-indent 0.3s ease;
}
:-moz-placeholder {
text-indent: 0px;
transition: text-indent 0.3s ease;
}
:-ms-input-placeholder {
text-indent: 0px;
transition: text-indent 0.3s ease;
}
:focus::-webkit-input-placeholder {
text-indent: 500px;
transition: text-indent 0.3s ease;
}
:focus::-moz-placeholder {
text-indent: 500px;
transition: text-indent 0.3s ease;
}
:focus:-moz-placeholder {
text-indent: 500px;
transition: text-indent 0.3s ease;
}
:focus:-ms-input-placeholder {
text-indent: 500px;
transition: text-indent 0.3s ease;
}
.rsform-text-box {
	width: 239px!important;
}
#frtitle {
	background: #546181;
	text-align: center;
	color: #fff;
	padding: 10px 0px 15px 0px;
	margin: 0px 0px 20px 0px;
}
#frtitle span {
	font-size: 26px;
	font-weight: bold;
}
#frtitle p {
	font-size: 19px;
}
