/* CSS Document */
/* -- LEFT CONTENT -- */
#leftColumn {float:left; width:262px; padding:20px 0 0 17px;}
#leftColumn #logo {width:96px; height:48px; background: url(../images/jetandhelicopter-logo.gif) no-repeat left top; text-indent:-5000px;}
#leftColumn #leftContent #enquiry {width:263px; margin:30px 0 0 0;}
#leftColumn #leftContent #enquiry p.errorMessage {font-size:10px; color:#FF0000;}

#leftColumn #leftContent #enquiry label.nameText {width:41px; height:11px; background: url(../images/name-txt.gif) no-repeat left top; text-indent:-5000px; display:block;}
#leftColumn #leftContent #enquiry input {width:260px; height:19px; margin:0 0 16px 0; }

#leftColumn #leftContent #enquiry label.emailText {width:41px; height:11px; background: url(../images/email-txt.gif) no-repeat left top; text-indent:-5000px; display:block;}
#leftColumn #leftContent #enquiry input {width:260px; height:19px; margin:0 0 16px 0; }

#leftColumn #leftContent #enquiry label.enquiryText {width:83px; height:13px; background: url(../images/your-enquiry-txt.gif) no-repeat left top; text-indent:-5000px; display:block; }
#leftColumn #leftContent #enquiry textarea {width:258px; height:103px; }

#leftColumn #leftContent p a.emailAddress {display:block; background: url(../images/email-address.gif) no-repeat left top; text-indent:-5000px; margin:99px 0 0 0;}
#leftColumn #leftContent p a:hover.emailAddress {display:block; background: url(../images/email-address-on.gif) no-repeat left top; text-indent:-5000px; margin:99px 0 0 0;}

#leftColumn #leftContent p {float:left; margin:5px 0 0 0;}
#leftColumn #leftContent p.button {display:block;}

.submitBtn {background:#red; padding:5px 0 0 0;}
#leftColumn #leftContent p a.emailAddress {display:block; background: url(../images/email-address.gif) no-repeat left top; text-indent:-5000px; margin:0 0 0 0;}
#leftColumn #leftContent p a:hover.emailAddress {display:block; background: url(../images/email-address-on.gif) no-repeat left top; text-indent:-5000px; margin:0 0 0 0;}


