/**********************************************
 NVIS, Inc. (nvisinc.com) Partial Style Sheet
 Created by ZURB, Feb. 2007
 *********************************************/
 
h2#contact_head {
  width: 191px;
  height: 30px;
  background: url(../images/contact_head.gif) no-repeat 0 0;
}

div.body_right h3 {
  margin: 14px 0;
}

div.body_right ul {
  margin: 10px 0;
  padding-left: 1em;
}

div.body_right h4 {
  font-size: 13px;
  margin-top: 24px;
}


h4.gray a,
h4.gray a:visited {
  color: #7E878C;
  text-decoration: underline;
}

h4.gray a:hover,
h4.gray a:active {
  text-decoration: none;
}
  
  
/*********** FORM ***********/

form {
  line-height: 14px; 
}

form input{
  margin-bottom: 20px;
  margin-top: 2px;
  width: 200px;
  font-size: 12px;
  padding: 2px;
}

form select {
  width: 175px;
  font-size: 12px;
}

form textarea {
  margin-top: 2px;
}

form #submit {
  margin-top: 20px;
  font-size: 1.1em;
  padding: 2px;
}

form label {
  font-size: 11px;
  font-weight: bold;
  margin-right: 12px;
}

/*********** Contacts ***********/

h3.resellers {
  line-height: 22px;
}

p.contact {
  line-height: 16px;
}

hr {
  height: 1px;
  border: 0;
  color: #7E878C;
  background-color: #7E878C;
  width: 100%;
  margin: 6px 0;
}
