/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
     DEFAULT.CSS made by Mike Cherim - http://green-beast.com 
    Designed and built to work with the Default WordPress theme
================================================================== */
/* 1 amend all colours */
/* 2 amend width */
/* 3 add spacing below some form boxes and legends */
/* 4 change error and change success and change items */
#gb_form_div { 
  text-align : left;
  width : 374px; /* amend */
}

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

#gb_form_div a {
  	color: black;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px dashed black;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  border: none;
}

#gb_form fieldset { 
  border : 0;
  margin-top : 6px;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #4F4F4F;
}

#gb_form legend {
  margin-left : 0px; /*-10*/
  margin-bottom: 6px;
}

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #14568a;
  margin-left : 0px;/*-10*/
  display: none; /* don't need to display this */
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div .main_formhead {
  font-size : 1.4em;
    display: none; /* don't need to display this */
}

#gb_form label { 
  color : #4F4F4F; 
  margin-top : 5px;
}

/*#gb_form input.short,*/ #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  font : 1em 'lucida grande', verdana, arial, sans-serif; 
  color : #000; 
  padding : 4px; 
  border : 1px solid #959595;
  background-color : #FFFFFF;
  line-height : 1.5em;
  width : 80%;
  margin-bottom: 6px;
}

/* style amended to get why this to align*/
#gb_form input.short { 
  font : 1em 'lucida grande', verdana, arial, sans-serif; 
  color : #000; 
  padding : 4px; 
  border : 1px solid #959595;
  background-color : #FFFFFF;
  line-height : 1.5em;
  width : 80%;
  /*margin-bottom: 6px;*/
}

#gb_form input.short {
  width : 40%;
}

#gb_form textarea.textbox {
  width : 80%;
  display: block;
}

#gb_form select.med {
  width : 60%;
}

#gb_form input.checkbox {
  padding : 0; 
}

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

* html input.button { 
  color : #000;  
  padding : 4px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}


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

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

span.error, span.success, #gb_form_div dt { 
  color : #cd0000;  
  font-weight : bold; 
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
  color : #ff2500;
}

small.whythis, small.whythis a { 
  font-size : .9em; 
}

#gb_form small.whythis a span { 
  font-size : .9em;
  color : #fff;
  border : 1px solid #fff;
  padding : 0 3px 0 3px;
}

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

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  border : 1px solid #FFF;
  background-color : yellow;
  color : #000;
  font-weight : bold;
}

p.creditline small { 
  display : block;
  text-align : right;
  margin : 5px 0;
  font-size : .7em;
  letter-spacing : .0001em;
  color : #666;
}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #999;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  /*color : #14568a;*/
}

/* End DEFAULT CSS */

/*#gb_form input.short {display: inline;}*/
#gbcc {margin-top: 10px;}

/*h2. span.error { 
  color : #cd0000;  
  font-weight : bold; 
}*/

#gb_form_div #results span.error, #gb_form_div #results span.success {
	color: #4F4F4F;
	font-weight:normal
}

#gb_form_div .creditline{
  display:none;
}

