

#enquiry_form {
	margin: 0;
	display: block;
	padding: 0;
}

#enquiry_form label {
	width: 110px;
	float: left;
	display: inline;
	height: 24px;
	margin: 1px 0;
	line-height: 24px;
	font-size: 12px;
	clear: left;
}

#enquiry_form input,
#enquiry_form textarea {
	width: 305px;
	border: 1px solid #d3d3d3;
	float: left;
	display: inline;
	background: #FFF;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	margin: 0 0 5px 0;
	clear: right;
}

#enquiry_form textarea {
	width: 500px;
	max-width: 540px;
	height: 240px;
	min-height: 160px;
	max-height: 500px;
}

#enquiry_form #enquire_btn {
	clear: both;
	float: right;
}

#enquiry_form .hr {
	padding-top: 20px;
}

#contact_address #contact_address_title {
	display: block;
	background: #000 url('../images/bullet_related-news.gif') no-repeat 203px 50%;
	color: #FFF;
	font-size: 12px;
	padding: 5px 12px;
	margin-bottom: 12px;
}

#contact_address #contact_address_items {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	display: block;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
}

#contact_address #contact_address_items .contact_address_item {
	display: block;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 22px;
	padding-bottom: 10px;
	color: #000000;
	text-decoration: none;
	background: url('../images/bullet_page-title.gif') 0 0 no-repeat;
	border-bottom: 1px solid #d3d3d3;
}

#contact_address #contact_address_items .contact_address_item .contact_address_title {
	color: #3d3d3d;
}


#submit {
	clear: both;
	width:93px !important;
	height:35px !important;
	border:0px solid #fff !important;
}

.error {
	color:red;
}

.success {
	color:green;
}
