@charset "utf-8";
/* CSS Document */

#contactavc_div { 
  text-align : left;
  width : 460px;
}

#contactavc {
  text-align : left;
  background-color : #fff;
}

#contactavc fieldset { 
  border : 0;
  margin-top : 10px;
}

#contactavc_div .main_formhead {
  font-size : 1.4em;
}

#contactavc label {
	color : #990000;
	margin-top : 5px;
}

#contactavc input.short, #contactavc input.med, #contactavc select.med, #contactavc textarea.textbox { 
  font : 1em 'lucida grande', verdana, arial, sans-serif; 
  color : #000; 
  padding : 4px; 
  border : 1px solid #999999;
  background-color : #f9f9f9;
  line-height : 1.5em;
  width : 300px;
}

#contactavc input.short {
  width : 45px;
}

#contactavc textarea.textbox {
  width : 400px;
}

#contactavc select.med {
  width : 250px;
}

#contactavc input.checkbox {
  padding : 0; 
}

#contactavc label input.checkbox {
  margin : 0;
}

input.button { 
  color : #000;  
  padding : 4px;
  margin-left: 8px;
  border : 1px solid #990000;
  background-color : #f9f9f9;
}


/* NOTE: .hover and .focus classes IE JS */
#contactavc input.short:hover, #contactavc input.short:hover, 
#contactavc input.med:hover, #contactavc input.med:focus, 
#contactavc select.med:hover, #contactavc select.med:focus, 
#contactavc textarea.textbox:hover, #contactavc textarea.textbox:focus, 
#contactavc input.short.hover, #contactavc input.short.focus,
#contactavc input.med.hover, #contactavc input.med.focus,  
#contactavc select.med.hover, #contactavc select.med.focus, 
#contactavc textarea.textbox.hover, #contactavc textarea.textbox.focus { 
  color : #444;  
  padding : 4px; 
  border : 1px solid #000;
  background-color : #fff;
}

input.button {
  margin-top : 10px;
}

/* End DEFAULT CSS */
