/* Contact Page CSS */

#montage_contact {
	padding: 0 40px 0 40px;
	width: 850px;
	height: 170px;
}
#contact_2_boxes {
	padding: 0 0 0 40px;
	width: 890px;
	height: auto;
	background:url(../images/contact/main_box_full.jpg) repeat-y center;
}
#contact_2_boxes h3 {
	position: absolute;
	top: -9999px;
}
#contact_2_boxes .online_booking_box {
	width: 275px;
	height: auto;
	min-height:250px;
	float: left;
	/*background: url(../images/courses/order_online.jpg) no-repeat;*/
}

#contact_2_boxes .main_box {
	width: 250px;
	height: auto;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
	padding: 0 0 0 20px;
}

#contact_2_boxes .right_box {
	width: 255px;
	height: auto;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
	padding: 0 20px 0 20px;
}

.feedback_form_label	{
	float:left;
	width:100px;
	padding: 0 0 5px 20px;
}

.feedback_form_field	{
	width:225px;
	background: /*transparent url(../images/courses/course_bg.jpg) no-repeat*/;
	border: 1px #ad5200 solid;
	height:20px;
	padding:5px 0 0 5px;
}

.feedback_form_big_field	{
	border: 1px #ad5200 solid;
	padding:5px 0 0 5px;
	width:225px;
}

.contact_form	{
	width:auto;
	padding: 15px 0 0 0;
}

.feedback_form_div	{
	height:auto;
}

.feedback_form_button_div	{
	float:left;
	padding: 5px 0 5px 0;
}

.feedback_form_label	{
	float:left;
	width:100px;
	padding: 5px 0 5px 20px;
}

.contact_details {
	height:auto;
	padding: 15px 0 0 0;
}

.contact_label	{
	float:left;
	width:100px;
	padding: 5px 0 5px 0px;
	color:#ad5200;
	font-weight:bold;
}

.contact_field 	{
	float:left;
	width:330px;
	padding: 5px 0 5px 0;
}


.contact_field 	a, .contact_field a:visited{
	color:#000;
	text-decoration:none;
}
.contact_field 	a:hover{
	color:#000;
	text-decoration:underline;
}
