#container {
	height: 550px;
	padding:0;
	margin:0;
}

#content {
	/*border: solid thin red;*/
	height: 70%;
	width: 500px;
	color: #BBA071;
	float: right;
	
}

#content input, #content textarea {
	width: 350px;
	font-family: arial,Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 15px 15px 0px;
	direction:rtl;
	
}

#content textarea {
	height: 150px;
}

#content textarea:focus {
	border: 2px solid #900;
}

#content input.send-button{
	border: none;
	background: url(../images/send-btn.png) no-repeat;
	width: 120px;
	height:40px;
	float: left;
	cursor:pointer;
	margin-top:-14px;
	text-indent: -9999px;
	
}

label {
	direction:rtl;
	float: right;
	text-align: right;
	margin: 0 25px 0 0;
	width: 50px;
	padding-top: 5px;
	font-size: 1.4em;
	
}

.photo{
	background: url(../images/contact-pil.png) no-repeat;
	width: 300px;
	height:350px;
	float: left;
	position: absolute;
	left:10px;
	text-indent: -9999px;
	
}



.sub-box h3.contact-thanks {
	/*border: solid thin red;*/
	background: url(../images/thankyou.png) right no-repeat;
	height: 88px;
	margin:0;
	
}

.thanku p{
	background: url(../images/thanku1.png) no-repeat;
	height:365px;	
	text-indent: -9999px;
	position:relative;
	top:20px;
	left: 250px;
}

.notValid{
	color: #990000;
	font-weight:bold;
}

#more-info{
	/*border: solid thin red;*/
	padding-top:25px;
	margin:0;
	float:right;
	color: #BBA071;
	text-align:right;
	
}

#more-info ul{
	color: #BBA071;
	font-size:12px;
	margin: 10px 155px 25px 0;
	direction:rtl;
}

#more-info li{
	line-height: 1.7em;
}

#more-info img{
	position:absolute;
	top: 490px;
	right: 210px;
}

#more-info a{color: #89991a;text-align:left;font-size:12px;}
#more-info a:hover{color:#89991a;}
