/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FLUID width
  BLUE-ANVIL.CSS made by Mike Jolley - http://www.blue-anvil.com 
  Designed and built to work with the Blue-Anvil WordPress theme
================================================================== */


/* for main form wrapping div */
#gb_form_div { 
  text-align : left;
}

/* id for the form itself */
form#gb_form { 
  text-align : left;
}

/* form and results heading size */
form#gb_form .main_formhead, #gb_form .formhead { 
  font-size : 1.4em; 
}

/* outer fieldset */
#gb_form fieldset#formwrap { 
  border : 0;
  background : transparent;
}

/* section fieldsets */
#gb_form fieldset { 
  border: 0px solid #ff0033;
  background-color : #eeeeee;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
  
}

/* text input box size */
#message {margin-left: 0px; margin-right: 0px; width: 500px; margin-top: 0px; margin-bottom: 7px; height: 452px; }

/* form legends and dt heading */
#gb_form legend, #gb_form dt { 
  font-weight : bold; 
}

/* main legend at top of the form */
#gb_form legend#mainlegend { 
  font-size : 1.2em;
}

/* form label text */
#gb_form label { 
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font : 1.2em 'Trebuchet MS', sans-serif; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #cccccc;
  background-color : #fcfcfc;
}

/* select only */
select.med {
  width : 200px;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #ddd;
  background-color : #fff;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* for submit button */
input.button {
   cursor: pointer;
   width: 104px;
   height: 30px;
   border: none;
   text-transform: uppercase;
   font-size: 9px ; 
   background: url(http://f1stockcars.com/wp-content/themes/F1Stockcars/images/submitshadow.png);
   padding-left: 6px;  
   margin-left : 0px;
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error {
  padding: 2px 2px 2px 2px ;
  margin: 0 0 0 0 ;
  border: none;  
  color : #cd0000; /* this is a shade of red */ 
  font-weight : bold; 
}

/* success heading color */
span.success {
  padding: 2px 2px 2px 2px ;
  margin: 0 0 0 0 ;
  border: none; 
  color : green; 
  font-weight : bold; 
}

/* privacy and Why? small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 1em; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : none; 
  font-size : 0.9em;
}

#gb_form small.whythis a span { 
  color : #eeeeee;
  border : 1px solid #eeeeee;
  padding : 0 3px 0 3px;
  width : 100%;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  text-decoration : none;
  color : #ff0033;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  border : 2px solid #ff0033;
  background-color : #ff0033;
  color : #ffffff;
  white-space : nowrap;

}

/* the link back to me for form credit */
p.creditline { 
  display:block;
  text-align:right;
  margin:5px 0;
  clear:both;
  font-size : .7em;
  letter-spacing : 0.01em;
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt heading */
dl#result_dl_blockq dt {
  color : #669900;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#gb_form_div span.items {

  font-weight : bold;
  color : #000000;
}



/* End CSS */
