
#right_side #contactForm{
	margin: 10px;
	padding: 15px 0px 35px 15px;
	direction:rtl;
	/*border: solid thin #ccc;*/
}

#right_side input, #right_side textarea {
	width: 300px;
	font-family: arial,Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 5px 50px 15px 0px;
	direction:rtl;
	border: 1px solid #1a545f;
	
}

#right_side textarea {
	height: 150px;
	
}

#right_side textarea:focus,#right_side input:focus {
	border: 0.1em solid #1a545f;
}

#right_side input.send-button{
	border: none;
	width: 80px;
	height:27px;
	position: relative;
	right: 50px;
	cursor:pointer;
	margin-right: 50px;
	background: #3C97CC;
	color: #fff;
	border-top: solid 1px #43aae5;
	border-bottom: solid 2px #3484b3;
}

#right_side input.send-button:hover{
	background: #3C97CC;
	color: #16394d;
}

#contactForm label {
	float: right;
	text-align: right;
	position: relative;
	right: 40px;
	width: 50px;
	padding-top: 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: #1a545f;
	/*font-weight: bold;*/
}



#more-info{
	position: relative;
	top: 0px;
	
	float: left;
	margin-top:185px;
	padding:0 0 0 75px;
	text-align:right;
	border-right: solid 1px #bbb;
	font-weight:bold;
	
}

#more-info p{
	color: #27221f;
	font-size:12px;
	line-height: 1.6em;
	padding:0 5px 0 0;
	
	direction:rtl;
}

#more-info a{color: #3e3e3e;text-align:right;font-size:12px;}
#more-info a:hover{color:#1a545f;}

#mail {
	margin-right: 90px;
}

#thanks{
	/*position: relative;*/
	margin: 0 350px 0 0;
	right:350px;
	top: 105px;
}


#contactForm .notValid{
	color: #990000;
}

.contact-img{
	float: left;
	position: relative;
	top:140px;
	left: 130px;
}
