#form
{
  display:block;
  position:relative;
  top:0px;
  font-size:12px;
  line-height:15px;
  padding:0 0 15px 0;
  font-family:'Trebuchet MS', Helvetica, Arial, Verdana, san-serif;
  color:#6c8393;
  word-spacing:0px;
  float:left;
  clear:both;
}

#form p
{
  margin:0 0 5px 0;
  padding:0;
}

#form label
{
  color:#6c8393;
  font-weight:normal;
  font-size:12px;
  margin:0px 0 2px 0;
  display:block;
  width:460px;
  clear:both;
  font-family:'Trebuchet MS', Helvetica, Arial, Verdana, san-serif;
  color:#6c8393;
  word-spacing:0px;
  position:relative;
}

#form label em
{
  color:#13b0d9;
}

#form input
{
  width:300px;
  clear:both;
  border:1px solid #cccccc;
  margin-bottom:2px;
  height:16px;
  position:relative;
}

#form p{
width:300px;
position:relative;
}

#form input,#form textarea,#form select
{
  width:300px;
  clear:both;
  position:relative;
}

#form textarea
{
  height:100px;
}

#form #submit
{
  margin:0px 0 20px 0;
  width:67px;
  height:23px;
  border:none;
}

#form #id_enquiry
{
  width:240px;
}

#form #id_telephone
{
  width:266px;
}

#form #id_subscribe
{
  width:18px;
  height:18px;
  margin:3px 0 10px 0;
}

#form input.file
{
  width:190px !important;
  margin-right:0px;
  margin-top:3px;

}

#form select
{
  width:304px !important;
  padding:3px;
  color:#6c8393;
  font-weight:bold;
}






#newsletter{
    background-color:#ffffff;
    padding-top:2px;
    padding-left:2px;
    border:1px solid #c6dceb;
    background-image:url("../images/newsletter_gradient.gif");
    background-repeat:repeat-x;
    background-position:bottom left;
    margin-bottom:10px;
}

#newsletter .newsletterContent{
    padding:5px;
    padding-top:10px;
    padding-bottom:30px;
}

#newsletter input{
    background-image:url("../images/newsletter_email_box.gif");
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#f1f5f6;
    float:left;
    display:block;
    height:16px;
    width:145px;
    padding:3px;
    padding-left:10px;
    padding-right:8px;
    color:#6C8393;
}

#newsletter h2{
    color:#0E344E !important;
    display:block;
    font-family:Georgia,'Trebuchet MS',Helvetica,Arial,Verdana,san-serif;
    font-size:16px;
    line-height:20px;
    margin-bottom:10px;
    position:relative;
}

#newsletter #submit_signup{
    border:0;
    margin-top:5px;
    background-image:none;
    height:auto;
    float:right;
    display:block;
    width:auto;
    padding:0;
}

