html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}
*: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;
}
#lead-thanks{
	position: absolute;
	top: 331px;
	left: 21px;
	width: 244px;
	height: 211px;
	background-color: #00acea;
	font-family: Arial;
	font-weight: bolf;
	text-align: center;
	direction: rtl;
	font-size: 30px;
	line-height: 40px;
	padding-top: 55px;
	box-sizing: border-box;
	display: none;
}
#lead-submit{
	width: 235px;
	height: 41px;
	top: 494px;
	left: 26px;
	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: 26px;
	line-height: 26px;
	background-color: transparent;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	border: none;
	color: #333 !important;
	font-family: Arial;
	text-align: right;
	line-height: 1;
	direction: rtl;
}
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: 0 4px 0 2%;
}	
select::-ms-expand{
  display:none;
}
#lead-name{
	top: 361px;
	left: 32px;
	width: 221px;
}
.summer #lead-name{
	top: 369px;
	left: 32px;
	width: 200px;
}
#lead-phone{
	left: 126px;
	width: 128px;
	top: 422px;
	direction: ltr;
}
.summer #lead-phone{
	left: 121px;
	width: 113px;
	top: 427px;
}
#lead-phonePrefix{
	left: 27px;
	top: 422px;
	width: 83px;
}
.summer  #lead-phonePrefix{
	left: 22px;
	top: 427px;
	width: 81px;
	height: 25px;
}
#lead-customer{
	position: absolute;
	top: 459px;
	right: 836px;
	height: 22px;
	direction: rtl;
	font-family: Arial;
	font-size: 18px;
	color: #fff;
}
.summer #lead-customer{
	top: 462px;
	right: 845px;
}
#label-customer input{
	height: 22px;
}
label{
	line-height: 22px;
	height: 22px;
}