/******FORMZ*************************************/
#contactForm form
{padding: 5px 0 10px 0;
}
#contactForm fieldset
{border: none;
 padding: 0 0 0 15px;
}
#contactForm fieldset label
{
 display: block;
}
#contactForm fieldset em
{ color: #ff0000;}
#contactForm fieldset input 
{ width: 230px;
}
#contactForm fieldset textarea
{
 width: 600px;
}
#contactForm fieldset ol
{
 list-style-type: none;
}
#contactForm .submitBtn
{
 margin: 0 0 0 15px;
}
fieldset input, fieldset textarea{background: #fcfcfc; border: 1px solid #c9d7ec; -moz-border-radius: 5px;}
.focus{background: #ffffff;}
em.error{background: #ffffcc;}
/*Icons on Contact Page*/
.contactList
{list-style-type: none;
 margin: 0 0 10px 0;
}

.contactList #call
{background-image: url('/img/contact/phone_icon3.png');
}
.contactList #email
{background-image: url('/img/contact/email_icon.png');
}
.contactList #im
{background-image: url('/img/contact/im_icon.png');
}
.contactList #call, .contactList #im, .contactList #email
{ background-repeat: no-repeat;
  display:block;
  padding: 0 0 0 40px;
  margin: 0 0 10px 0;
  height: 27px;
}