*, body, form, div, p { margin:0px; padding:0px; border:0px; }
body { background-color: #fff; font-family:Arial, Helvetica, sans-serif; direction:rtl; color:#000000; }
.clearfix { clear: both; }

#container { width:1024px; height:830px; background:url('../images/bg.jpg') no-repeat; margin:0 auto; position:relative; }
form { position:absolute; width:913px; height:88px; top:599px; right:55px; }
input {
	position:absolute;
	padding: 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	border:none;
	background:none;
}
input#fullname { top:35px; right:88px; width:161px; text-align:right; }
input#phone { top:35px; right:369px; width:292px; text-align:left; }
input[type="submit"] {
	position:absolute;
	left:25px;
	top:20px;
	width:193px;
	height:46px;
	padding:0;
	display:block;
	cursor:pointer;
	border:none;
	background:none;
	background-color:transparent;
	text-indent:-9999px;
	overflow:hidden;
}
ul#response {
	position:absolute;
	top:700px;
	left:56px;
}
ul li.success {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color: #067413;
	width:390px;
	padding:5px 0 0 20px;
	background: url('../images/icon_success.png') no-repeat left bottom;
}
ul li.error {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color: #5c0000;
	width:390px;
	padding:5px 0 0 20px;
	background: url('../images/icon_error.png') no-repeat left bottom;
}