/**************************************************
File:         contact-style.css
Site:         jtfs.co.uk
Author:       Alex Adams, Juju Web Solutions (alex@jujuwebsolutions.co.uk)
Description:  contact form style sheet for J T Finishing Solutions  

History:      
2008-01-15 AA Created
***************************************************/
/*#contact_details{
  float: right;
  margin-left: 20px;
  width: 150px;
}
*/
#contact_form form{
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 100%;
  min-width: 250px;
  max-width: 350px;
  width: 280px;
}

#contact_form fieldset{
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  padding-bottom: 10px;
}

#contact_form fieldset legend{
  /*make the legend text bold*/
  font-weight: bold;
  color: #000000;
}

#contact_form label{
  display: block;
  float: left;
  width: 120px;
  text-align: left;
  margin-top: 5px; /*set the top margin the same as the input and textarea elements*/
}


#contact_form input, #contact_form textarea{
  width: auto;
  float: left;
  margin-top: 5px; /*set the top margin the same as the label elements*/
  margin-left: 5px;
  color: #777777;
}

#contact_form select{
  width: auto;
  margin-top: 5px; /*set the top margin the same as the label elements*/
  margin-left: 5px;
  color: #777777;
}

#contact_form br{
  clear: left;
}

#contact_form input#submit, #contact_form input#reset{
  float: right;   /*override the float to send it to the right of the form */
}

#contact_form textarea{
  overflow: auto;
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size:100%;
}

#directions{
  float: right;
  clear: right;
  width: 250px;
  height: /*250px;*/ auto;
  margin-right: 5px;
  
}
