@charset "utf-8";

.enquiries {
	background-image: url(/images/general-enquiry-form-bg.jpg);
	height: auto;
	width: 98%;
	max-width: 920px;
	background-size: 100% 100%;
	border: 2px solid #666;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	background-color: #FFF;
}
.enquiries h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
	background: rgba(0, 0, 0, .5);
	color: #FFFF99;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.enquiries table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #339933;
	margin-top: 3%;
	line-height: 23px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.enquiries #osform {
	padding: 0px;
	width: 95%;
	max-width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
.enquiries #osform2 {
	padding: 0px;
	width: 95%;
	max-width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
.enquiries #osform table tr td {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.enquiries #osform table tr td select {
	width: 250px;
	border: 2px solid #6C6;
	font-weight: bold;
	color: #339933;
	float: left;
	margin-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: rgba(255, 255, 255, .8);
}

.enquiries #osform table tr td textarea {
	width: 250px;
	margin-left: 4px;
	height: 140px;
	margin-top: 0px;
	border: 2px solid #6C6;
	font-weight: bold;
	color: #339933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: rgba(255, 255, 255, .8);
}
.enquiries #osform2 table tr td {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.enquiries #osform2 table tr td select {
	width: 250px;
	border: 2px solid #6C6;
	font-weight: bold;
	color: #339933;
	float: left;
	margin-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: rgba(255, 255, 255, .8);
}

.enquiries #osform2 table tr td textarea {
	width: 250px;
	margin-left: 4px;
	height: 140px;
	margin-top: 0px;
	border: 2px solid #6C6;
	font-weight: bold;
	color: #339933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: rgba(255, 255, 255, .8);
}

.enquiries h5 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 8px;
}

.enquiries h2 {
	background: rgba(255, 255, 255, .8);
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	color: #006666;
}


.enquiries #osform input {
	width: auto;
	border: 2px solid #6C6;
	font-weight: bold;
	color: #339933;
	float: left;
	margin-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: rgba(255, 255, 255, .8);
}

.enquiries #osform table tr td #Send {
	-moz-box-shadow: inset 0px 1px 12px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 12px 0px #ffffff;
	box-shadow: inset 0px 1px 12px 0px #ffffff;


	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #66CC66;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	text-indent: 0;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	height: 30px;
	width: 70px;
	text-decoration: none;
	text-align: center;
	float: left;
	background-position: center top;
}
.enquiries #osform2 input {
	width: auto;
	border: 2px solid #6C6;
	font-weight: bold;
	color: #339933;
	float: left;
	margin-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: rgba(255, 255, 255, .8);
}

.enquiries #osform2 table tr td #Send {
	-moz-box-shadow: inset 0px 1px 12px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 12px 0px #ffffff;
	box-shadow: inset 0px 1px 12px 0px #ffffff;


	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #66CC66;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	text-indent: 0;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	height: 30px;
	width: 70px;
	text-decoration: none;
	text-align: center;
	float: left;
	background-position: center top;
}
.HMsamp #VidSys {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #FFF;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
#VidSys #topbot {
	color: #000;
	font-weight: bold;
	background-color: #FF9;
	text-align: center;
	border: thin groove #666;
}

#VidSys #botbot {
	color: #000;
	font-weight: bold;
	background-color: #FF9;
	text-align: center;
	border: thin groove #666;
}

.enquiries #osform table tr td #Send:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #4AC44A;
	background-position: center top;
}
.enquiries #osform table tr td #Send:active {
	position: relative;
	top: 1px;
	background-color: #F60;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.enquiries #osform2 table tr td #Send:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #4AC44A;
	background-position: center top;
}
.enquiries #osform2 table tr td #Send:active {
	position: relative;
	top: 1px;
	background-color: #F60;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#osDescBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background: rgba(106, 106, 0, .5);
	width: 98%;
	margin-top: 8px;
	max-width: 800px;
	border: 2px solid #4A3200;
	float: none;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
}
#osDescBox ul {
	text-align: left;
	margin-top: 7px;
}

#osDescBox h2 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	background-color: #960;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4A3200;
}

#osDescBox h3 {
	background-color: #960;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4A3200;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
#osDescBox h4 {
	margin: 6px;
	font-size: 14px;
	font-weight: bold;
}
#osDescBox h5 {
	background-color: #960;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4A3200;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4A3200;
}
#samplink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	width: 162px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#samplink a {
	color: #FFF;
	text-decoration: none;
	width: 150px;
	padding: 4px;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #959569;
	border: 2px solid #4A3200;
}
#samplink a:hover {
	color: #FFFFFF;
	background-color: #960;
	text-decoration: none;
}
