
#err-firstname, #err-enquiry, #err-lastname, #err-company , #err-email, #err-phone {
display:none;
}

#err-firstname, #err-enquiry, #err-lastname, #err-company , #err-email, #err-phone {
font-size:0.8em;
color:#7F0000;
}

p.notes {
    width: 310px;
    font-family: Arial;
    font-size: 11px;
}

#ContactForm input{
    width: 200px;
}
.emailValidParent {
    background: url('../images/tick.png') no-repeat 210px 2px;
}

.emailValid {
    background: #E1EFD1;
}

.emailVerifyingParent {
    background: url('../images/ajax-loader.gif') no-repeat 275px 2px;
}

.emailInvalid {
    background: #FF8F8F;
}

.emailInvalidParent {
    background: url('../images/cross.png') no-repeat 210px 2px;
}


.emailVerifying {
background: url('../images/tick.png') no-repeat 300px 2px;
}



#ContactForm .emailValidParent#txtareaid {
    background: url('../images/tick.png') no-repeat 300px 2px;
}
#ContactForm .emailInvalidParen#txtareaid {
    background: url('../images/cross.png') no-repeat 300px 2px;
}
#ContactForm .emailVerifyingParent#txtareaid {
    background: url('../images/ajax-loader.gif') no-repeat 300px 2px;
}

#ContactForm textarea {
width:290px;
}

#formloading {
float:left;
position:relative;
left:100px;
top:-180px;
width:350px;
height:50px;
border:1px solid #6F6F6F;
background: #ffffff;
padding:5px 10px 10px 10px;
color:#ffffff;
display:none;
}

#formloading img {
float:left;
}

#formloading h2{
margin:0;
margin-left:10px;
color:#2C004F;
}


#ContactForm #submitbutton {
margin-top:10px;
width:140px;
 background: url('../images/bg-button.gif');
 color:#ffffff;
 font-weight:bold;
 border:1px solid #000000;
 padding-bottom:2px;
}

#output1 {
float:left;
position:relative;
left:100px;
top:-180px;
width:350px;
height:50px;
border:1px solid #6F6F6F;
background: url('../images/bg-masthead.gif') 0px -80px;
padding:5px 10px 10px 10px;
color:#ffffff;
display:none;
}

#output1 h2 {
margin:0;
color:#ffffff;
}

display:none;
