/*  Enquiry page   */
#enquiry_box {
	width: 100%;
	border-top: 1px dashed #3399FF;
	display: block;
	padding-top: 10px;
	margin-top: 10px;
}
.enquiry_left {
	float: left;
	padding-bottom: 4px;
	padding-right: 2%;
	text-align:right;
	width: 33%;
	font-weight: bold;
}
.enquiry_right {
	float: left;
	width: 65%;
	padding-bottom: 4px;
}
.astr {
	color: red;
	font-weight:bold;
}
.button {
	background-color:#0C0;
	color: #FFFFFF;
}
input {
	cursor: default;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.0em;
}
.textarea_font {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.0em;
}
select {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.0em;
}
.submit_button {
	cursor: pointer;
}
.inp_width_340 {
	width: 340px;
}
.inp_width_340_mobile {
	width: 100%;
}
/*  END Enquiry page */

/* Contact Page */
#contact_box {
	width: 100%;
}
.contact_left {
	float: left;
	width: 33%;
	padding-right: 2%;
	text-align:right;
	font-weight: bold;
	padding-bottom: 5px;
}
.contact_right {
	float: left;
	width: 65%;
	padding-bottom: 10px;
}
/* END Contact Page */


/* Misc */
.photo {
	border : 1px solid #CDCDCD;
}
.indent {
	padding-left: 20px;
}
.imageright_bdr {
	float: right;
	margin: 0px 0px 0px 12px;
	border : 2px solid #CDCDCD;
}
.imageright_nobdr {
	float: right;
	margin: 0px 0px 0px 12px;
}
.imageleft_bdr {
	float: left;
	margin: 0px 12px 0px 0px;
	border : 2px solid #CDCDCD;
}
.imageleft_nobdr {
	float: left;
	margin: 0px 12px 0px 0px;
}
.just_border {
	border : 2px solid #CDCDCD;
}
.italic {
	font-style: italic;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.sidebar_heading {
	padding-bottom: 10px;
}
.ital_bold {
	font-weight: bold;
	font-style:italic;
	font-size: 1.3em;
}
/* END Misc */
