/* By Persian Ava System Ltd. */

#contact-form
{
	width:450px;
	font:13px tahoma;
}
#contact-form
{
	border: 1px solid #cac9b9;
}

.item
{
	margin:20px 0;
}

#myForm {
	padding: 5px;
}

label {
	float: right;
	width: 120px;
}

input,textarea,select {
	border: 1px solid #cac9b9;
}

div.item textarea#message,div.item textarea#address
{
	width:300px;
	height:150px;
}
#myForm #submit {
	margin-left: 100px;
}
div.item input#send_button
{
	margin: 10px 120px 0;
	border:none;

}
div.item label.loc_number
{
	width: 250px;
}

.errorMessage {
	color: red;
	font-size: 10px;
}
