@charset "utf-8";
/* CSS Document */

* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	margin-top:0px;
	direction:rtl;
	background-image:url(bg3.jpg);
	background-repeat:repeat-x;
	color:#686668;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

.contact_div{
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.div_form{
	background-image:url(images/form_bg.jpg);
	height:400px;
}

.div_form_10x{
	background-image:url(images/form_bg_10x.jpg);
	height:400px;
}

.form_table{
	width:515px;
	margin-right:369px;
	padding-top:218px;
	text-align:center;
}

.button_contact {
	height:64px;
	width:287px;
	background-position:top;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 15px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.button_contact:hover{
	background-image:url(images/send_btn_hover.jpg);
}

.textfield{
	width:220px;
	height:35px;
	margin: 4px 0px 4px 0px;
	padding-right:3px;
	border-radius: 8px;
	font-size:18px;
	border: 1px solid #808080;
}

.textfield2{
	width:220px;
	height:35px;
	margin: 4px 0px 4px 0px;
	padding-right:3px;
	border-radius: 8px;
	font-size:18px;
	border: 1px solid #808080;
	text-align:left;
}

.td_text_form2{
	margin-right:5px;
	text-align:center;
}

.td_space{
	width:10px;
}



.div_benetits{
	background-image:url(images/benefits.jpg);
	background-repeat:no-repeat;
	height:80px;
	margin-top:35px;
	margin-bottom:25px;
}

.div_futer{
	background-image:url(images/futer.jpg);
	background-repeat:no-repeat;
	height:60px;
}