body, input, textarea, select {
	font-size:12px;
	line-height:18px;
	font-family:tahoma, sans-serif;
	direction:rtl;
}
input  {
width:200px;
border: 1px solid #DBD3C2;
background: #FBF9F5
}

textarea {
width:400px;
border: 1px solid #DBD3C2;
background: #FBF9F5
}

.submit {
width:50px;
border: 1px solid #DBD3C2;
background: #FBF9F5
}

select {
  border: 1px solid #DBD3C2;
background: #FBF9F5;
padding: 2px;

}

#error {
	color:red;
	font-size:14px;
	display:none;
}

.needsfilled {
	background: #FBF9F5;
	color:red;
}
#msg {
	color:red;
	font-family:tahoma, sans-serif;
	font-size:12px;	
	text-align:right;
	right: 20px;
	}