html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #578c83 !important;
}
*{
	font-family: Arial;
}
*:focus {
    outline: 0;
}
#loader{
	width: 100%;
	height: 100%;
	background-image: url(images/logo.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 2;
}
#container{
	margin: 0 auto;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); 
	background-image: url(images/bg.jpg);
	width: 1000px;
	height: 600px;
	border: 1px solid #fff;
}
#lead-thanks{
	position: absolute;
	top: 231px;
	left: 293px;
	width: 410px;
	height: 319px;
	background-color: #fff;
	text-align: center;
	direction: rtl;
	box-sizing: border-box;
	display: none;
}
#lead-thanks span{
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); 
	
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	color: #00839e;
	line-height: 50px;
}
#lead-submit{
	width: 392px;
	height: 49px;
	top: 498px;
	left: 305px;
	cursor: pointer;
	position: absolute;
	background-color: transparent;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.summer #lead-submit{
	width: 224px;
	height: 40px;
	top: 495px;
	left: 22px;
}
input[type="text"],select{
	position: absolute;
	padding: 0;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background-color: transparent;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	border: none;
	color: #333 !important;
	text-align: right;
	line-height: 1;
	direction: rtl;
	padding: 0 10px;
	box-sizing: border-box;
}
select{
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none; 
	background-image: url(images/arr.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	padding-left: 20px;
}	
select::-ms-expand{
  display:none;
}
#lead-name{
	top: 294px;
	left: 309px;
	width: 385px;
}
#lead-phone{
	left: 462px;
	width: 232px;
	top: 358px;
	direction: ltr;
}
#lead-phonePrefix{
	left: 312px;
	top: 358px;
	width: 114px;
}
#lead-email{
	top: 423px;
	left: 309px;
	width: 385px;
}
#lead-customer,#lead-confirm{
	position: absolute;
	right: 300px;
	padding-right: 20px;
	height: 24px;
}
#lead-customer input,#lead-confirm input{
	right: 0;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); 
	margin: 0;
}
#lead-customer label,#lead-confirm label{
	margin: 0;
	line-height: 24px;
	direction: rtl;
	font-size: 14px;
	color: #00839e;
}
#lead-customer{
	top: 454px;
}
#lead-confirm{
	top: 472px;
}
#terms{
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	font-size: 14px;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
}