/* CSS Document */
#contact_container{
	display:block;
	position:relative;
	height:auto;
	min-height:750px;
}
#left_container input,select,textarea{
	font-family:'Oxygen',sans-serif; font-size:14px; color:#353535;
	width:95%;
	border:1px solid #cccccc;
	border-radius: 4px;
	background-color: #fff;
	padding:10px;
}
#left_container option,optgroup{
	width:95%;
}
#left_container textarea{
	min-width:100%;max-width:450px;
	min-height:250px;max-height:250px;
}
#left_container button{
	font-family:'Oxygen',sans-serif; font-size:14px; color:#069; font-weight:700;
	border:1px solid #cccccc;
	border-radius: 4px;
	padding:10px;
	cursor:pointer;
	box-shadow: 0px 1px 1px #8c8c8c;
	-moz-box-shadow: 0px 1px 1px #8c8c8c;
	-webkit-box-shadow: 0px 1px 1px #8c8c8c;
}
#left_container button:hover{
	color:#C00;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.field_name{
	font-family:'Oxygen',sans-serif; font-size:16px; color:#ffffff; font-weight:700;
}
.field_input{
	margin-bottom:15px;
}
.requireThis:after{
	content:'*';
	color:#F00;
	font-size:14px;
}
.main_val{
	margin:0;padding-left:5px;font-style:normal;font-weight:700;
}
.main_optgroup{
	margin:0;padding-left:5px;font-style:normal;font-weight:700;
}
.sub_optgroup{
	margin:0;padding-left:15px;font-style:normal;font-weight:700;
}
.main_optgroup_val{
	margin:0;padding-left:10px;font-style:normal;font-weight:400;
}
.sub_optgroup_val{
	margin:0;padding-left:15px;font-style:normal;font-weight:300;
}
.sub_optgroup_val:before{
	content:"- ";
}
.branch_name{
	font-family: merienda-one, cursive;
	font-size:14px;
	margin-bottom:5px;
}
.branch_address{
	font-family: 'Libre Baskerville', serif;
}
.branch_tel_fax_eml{
	margin-top:7px;
	font-family: 'Libre Baskerville', serif;
}
.branch_tel_fax_eml a{
	font-size:11px; font-weight:100;
	color:#09C; text-decoration:none;
}
.branch_tel_fax_eml a:hover{
	color:#F00; text-decoration:underline;
}
.sep_line{
	display:block;
	width:100%;height:5px;border-bottom:1px solid #999;border-bottom-style:dashed;
	margin:10px auto 10px auto;
}