span.note {
    width: 500px;
    font-weight: bold;
    font-size: 0.6em;
    color:#333333;
}

form.contactUs fieldset legend {
    font-weight: bolder;
    font-size: 0.9em;
    padding-top: 15px;
    margin-bottom: 15px;
    color:#333333;
}

form.contactUs ol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

form.contactUs ol li {
    clear:left;
    float:left;
    padding-bottom:15px;
    width:100%;
}

form.contactUs ol li label {
    width: 160px;
    float: left;
    color:#333333;
    font-size:0.75em;
    padding-right: 10px;
}

form.contactUs ol li input[type="text"] {
    width: 323px;
    font-family: arial,sans-serif;
    font-size: 0.9em;
}

form.contactUs ol li select {
    font-family: arial,sans-serif;
    font-size: 0.9em;
}

form.contactUs ol li textarea {
    font-family: arial,sans-serif;
    font-size: 0.9em;
    width: 440px;
    height: 100px;
}

form.contactUs ol li .onBlur {
    border:1px solid #999999;
    background-color: #ffffff;
}
form.contactUs ol li .onFocus{
    border:1px solid #0079C2;
    background-color: #ffffff;
}

form.contactUs ol li .error, .error .onFocus {
    border: 1px solid #FF0000;
    background-color: #FFC4BC;
}

form.contactUs .subFields {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 25px;
    clear: left;
}

form.contactUs .subFields label {
    width: 120px;
    float: left;
    clear: right;
    padding-top: 5px;
}

form.contactUs .subFields .areaOfInterest {
    float: left;
}

form.contactUs .subFields .areaOfInterestBreak {
    clear: both;
    height: 3px;
}

form.contactUs .alertMessage {
    font-size: 0.75em;
    color: Red;
    clear: both;
    margin-top: 5px;
    margin-left: 170px;
}

div.errorMessage {
    background-color: #FFEDED;
    font-weight: bold;
}

p.thankYou {
    font-weight: bold;
}
span.inlineLabel {
	font-size: .75em;
}
#phoneNums input{
	width: 35px;
}
#phoneNumField {
	width: 100px !important;
}

h3#enquiryFormHeader {
    margin-bottom: 15px;
    font-weight: bold;
    color: #414141;
}

div.errorMessage {
    font-weight: bold;
    font-size: 0.75em;
    color: #FE0000;
    border: 1px solid #FE0000;
    background-image: url(/images/icons/ico-code-error.jpg);
    background-color: #FFEDED;
    background-repeat: no-repeat;
    background-position: 5px 0.75em;
    margin: 0 0 10px;
    padding: 20px 30px 20px 58px;
    position: relative;
}
/*****************************************  ERROR MESSAGES  *******************************************/

.helpShow {
	display: inline;
	position: relative;
	cursor: help;
	top: 3px;
	vertical-align: top;
}
.help1{
	left: 20px;
	top: -2px;
	position: absolute;
	background-color: white;
	border: 1px solid #ff0000;
	width: 200px;
	padding: 2px 2px 2px 4px;
	font-size: .75em;
	color: #333333;
}
a.helpHover span{
	display: none;
	font-weight:normal;
}
a:hover.helpHover span{
	font-size:0.75em;
	color:#000000;
	display:block;
	position:absolute;
	top:25px;
	left:6px;
	width:45px;   
	border:1px solid #000000;
	background-color:#ffffe1;
	padding:2px;
}
