@charset "utf-8";
#formHolder{
	position:absolute;
	width:500px;
	height:1080px;
	left:0px;
	top: 0px;
	z-index:5;
	/*background-image: url(images/form_bg_new2.png);
	background-repeat: no-repeat;
	background-position:left top;
	background-size: 100% 100%;*/
	background-color: #fff;
}

#formDiv{
	position:absolute;
	width: 415px;
	height: 811px;
	left: 42px;
	top: 150px;
	z-index:3;
	/*background-image: url(images/form_bg2.png);
	background-repeat: no-repeat;
	background-position:left top;
	background-size: 100% auto;*/
}

h3{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
	direction: rtl;
	font-family: 'NarkisRegular', Arial, Sans-Serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
	color: #014040;
	text-align: center;
	padding: 0;
}
h3 strong{
	font-weight: 700;
}

#thanksHolder{
	position:absolute;
	width:415px;
	height:811px;
	left: 42px;
	top: 80px;
	z-index:3;
	/*background-image: url(images/thanks.png);
	background-repeat: no-repeat;
	background-position:left top;
	background-size: 100% auto;*/
	display: none;
}
#thanksPromt{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	left: 0px;
	top: 250px;
	direction: rtl;
	font-family: 'NarkisRegular', Arial, Sans-Serif;
	font-size: 32px;
	line-height: 1;
	color: #014040;
	text-align: center;
}
#thanksPromt strong{
	font-family: 'NarkisBold', Arial, Sans-Serif;
	font-size: 60px;
}
.tfield{
	position:relative;
	width: 100%;
	height: 48px;
	float: left;
	text-indent: 15px;
	font-family: 'NarkisRegular', Arial, Sans-Serif;
	font-size: 22px;
	font-weight: normal;
	background-color: #fff;
	color: #014040;
	text-align: right;
	direction: rtl;
	outline: 1;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 2px solid #a1f98d;
	margin: 0;
	margin-bottom: 20px;
}
#carType{
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;	
	background-image: url('images/select.png');
	
}
#carType{
	width:418px;
}


#showroom{
	position:absolute;
	width:100%;
	height:27px;
	left:0px;
	top:185px;
}

#sendBtn{
	position: relative;
	display: block;
	width: 415px;
	height: 60px;
	float: left;
	margin: 0;
	background-color: #fff;
	color: #014040;
	font-family: 'NarkisRegular', Arial, Sans-Serif;
    font-size: 40px;
    line-height: 60px;
    direction: rtl;
    padding: 0;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #014040;
	cursor: pointer;
}
#sendBtn:focus{
	outline: 2px solid #fff;
}
.catHolder{
	position: relative;
	display: block;
	width: 415px;
	height: 40px;
	float: right;
	margin: 0px 0px 20px 0px;
}
/*#cat{
	border: 2px solid #014040;
}*/

#cbLabel{
	font-family: 'NarkisRegular', Arial, Sans-Serif;
	font-size: 20px;
	line-height: 22px;
	text-align: right;
	color: #014040;
	direction: rtl;
	
}
#cbLabel a{
	color: #014040;
}
.cbLabel2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0px 20px 20px 0px;
	display: block;
	direction: rtl;
	font-family: 'NarkisRegular', Arial, Sans-Serif;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	color: #014040;
}
.cbLabel2 a{
	color: #014040;
}
#sendMsg{
	position:absolute;
	display:none;
	direction:rtl;
	font-family: Arial, Sans-Serif;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	top:60px;
	width:300px;
}

#moreForm{
	position: absolute;
	display: block;
	width: 417px;
	height: 71px;
	left: 1px;
	top: 548px;
	direction: rtl;
	background-image: url(images/open_form2.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 100% auto;
}

#commText{
	position: absolute;
	display: block;
	width: 420px;
	height: 70px;
	left: 0px;
	top: 808px;
	direction: rtl;
	font-family: 'FbKolyaLight', Arial, Sans-Serif;
	font-size: 25px;
	color: #fff;
	text-align: center;
	z-index: 15;
}
::-webkit-input-placeholder { 
    color:    #ABABAB;
}
:-moz-placeholder { 
   color:    #ABABAB;
   opacity:  1;
}
::-moz-placeholder { 
   color:    #ABABAB;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    #ABABAB;
}


/* Base for label styling */
	[type="checkbox"]:not(:checked),
	[type="checkbox"]:checked {
		position: absolute;
		right: 0;
		opacity: 0.01;
	}
	[type="checkbox"]:not(:checked) + label,
	[type="checkbox"]:checked + label {
		position: relative;
		padding-right: 2.3em;
		font-family: 'FbKolyaLight', Arial, Sans-Serif;
		font-size: 20px;
		line-height: 20px;
		color: #fff;
		direction: rtl;
		cursor: pointer;
		float: right;
		margin: 0px 20px 20px 20px;
	}

	/* checkbox aspect */
	[type="checkbox"]:not(:checked) + label:before,
	[type="checkbox"]:checked + label:before {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 1.4em;
		height: 1.4em;
		border: 2px solid #014040;
		background: #FFF;
		border-radius: .2em;
	}

	/* checked mark aspect */
	[type="checkbox"]:not(:checked) + label:after,
	[type="checkbox"]:checked + label:after {
		content: '\2714';
		font-family: 'FbKolyaLight', Arial, Sans-Serif;
		position: absolute;
		top: 0px;
		right: 0px;
		text-align: center;
		font-size: 1.5em;
		font-weight: 600;
		color: #104040;
		line-height: 32px;
	}

	/* checked mark aspect changes */
	[type="checkbox"]:not(:checked) + label:after {
		opacity: 0;
		-webkit-transform: scale(0) rotate(45deg);
				transform: scale(0) rotate(45deg);
	}

	[type="checkbox"]:checked + label:after {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0);
				transform: scale(1) rotate(0);
	}

	/* Disabled checkbox */
	[type="checkbox"]:disabled:not(:checked) + label:before,
	[type="checkbox"]:disabled:checked + label:before {
		box-shadow: none;
		border-color: #bbb;
		background-color: #e9e9e9;
	}

	[type="checkbox"]:disabled:checked + label:after {
		color: #777;
	}

	[type="checkbox"]:disabled + label {
		color: #104040;
	}

	/* Accessibility */
	[type="checkbox"]:checked:focus + label:before,
	[type="checkbox"]:not(:checked):focus + label:before {
		/*box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);*/
		outline: 2px solid #104040;
	}



