#formcontainer
{
  position:absolute;
  left:465px;
  top:0px;
  float:right;
}

#contact
{
  position:absolute;
  font-size: 11px;
  color: #ffffff;
  width: 320px;
  background-color: #111111;
  z-index:999;
}

#contact-details
{
  position:relative;
  padding-top:10px;
  padding-left:5px;
  text-align: left;
  font-size: 12px;
  color: #ffffff;
  width: 280px;
  background-color: #000000;
}

#contact-details span
{
  color: #ff9933;
}

fieldset 
{
  padding: 15px;
  border: solid 1px #444444;
}

label, legend
{
  color: #ff9933;
}

#interest fieldset
{
  width: 220px;
  padding: 10px;
}

#interest label
{
  color:#e0e0e0;
  display: block;
  padding-left: 0px;
  margin-bottom: 3px; 
}

#interest input
{
  display: inline;
  margin-right: 5px;
}

#fullname, #company, #address, #city, #county, #postcode, #email, #phone, #message
{
  display: block;
  margin-bottom:10px;
  width:250px;
  height:16px;
  background-color:#333333;
  color:#e0e0e0;
  border: 1px solid #444444;
  padding:3px;
}

#address
{
  height:25px;
  overflow: auto;
}

#message
{
  height:30px;
  overflow: auto;
}

#salutation
{
  width:120px;
}

#leadsource
{
display: block;
width: 200px;
}

#thankyou
{
  padding-left:20px;
  color: #ff9933;
  font-size: 16px;
}

#thankyoumessage
{
  color: #ff9933;
  font-size: 16px;
  position: absolute;
  display: block;
  top: 500px;
  left: 480px;
  clear: both;
}

/* tool tips for privacy policy */
#policy a
{
  border-bottom: 1px dashed #ff9933;
  text-decoration: none;
}

#policy a:hover
{
  position: relative;
  cursor: help;
}

#policy a span
{
  display: none;
}

#policy a:hover span
{
  display: block;
  position: absolute;
  z-index: 100;
  top: -100px;
  left: -220px;
  width: 200px;
  background-color: #333333;
  border: 1px dotted #ff9933;
  padding: 10px;
  text-align: left;
  color: #ffffff;
  opacity: 0.95;
  filter:alpha(opacity=95);
}