/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP SOME width
       CUSTOM.CSS made by Form User - http://yourdomain.com 
      Designed and built to work with the Your WordPress theme
================================================================== */
/*
  In creating the other themes I found that this is what I needed
  to make it come together without WP theme conflict. Have fun!
*/

/* form/results div */
#gb_form_div {background:#E0E0E0 none repeat scroll 0%;
float:left;
padding-bottom:50px;
width:325px; }
#gb_form_div ul,dl{list-style-type:none;margin-left:10px;width:300px;}
#gb_form_div p{margin-left:10px;width:300px;}

/* form links */
#gb_form_div a { }
.mike{text-indent:0px;position:absolute;display:block;float:left;position:absolute;bottom:-100px;}
.mike a{color:#f4b617;text-decoration:underline;}
.mike a:hover{text-decoration:none;}
/* link states */
#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active { }

/* all fieldsets */
#gb_form fieldset {padding:10px ;padding-bottom:0px;padding-left:5px;}

/* to redefine outer fieldset */
#gb_form fieldset#formwrap { }
.warning{padding:10px;}


/* main formhead, of course */
.main_formhead { border-bottom:1px solid #FFFFFF;
display:block;
font-size:18px;
height:52px;
line-height:52px;
text-align:left;
text-indent:0px;
margin-top:0px;width:97%;}

/* define more for form legend */
#gb_form legend {display:none; }

/* redefine main legend props */
#gb_form legend#mainlegend {display:none; }


/* hello, it's for the form labels */
#gb_form label {font-weight:bold;margin-bottom:10px; float:left}

/* define all inputs, except button */
#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox {margin-top:5px; }
.med{background:transparent url(http://www.awholeuniverse.com/images/field_form.gif) no-repeat scroll 0%;
border:0px none;
display:block;
float:left;
height:29px;
padding-top:6px;
text-indent:15px;
width:264px; }
/* redefine for short input only */
#gb_form input.short {background:transparent url(http://www.awholeuniverse.com/images/field_form.gif) no-repeat scroll 0%;
border:0px none;
display:block;
float:left;
height:29px;
padding-top:6px;
text-indent:15px;
width:264px;}

/* spec for textarea only */
#gb_form textarea.textbox { background:transparent url(http://www.awholeuniverse.com/images/textarea.gif) no-repeat scroll 0%;
display:block;
float:left;
height:144px;
width:304px;border:0px none;text-indent:10px;}

/* spec for select only */
#gb_form select.med { border:0px; display:block}
#gb_form select.med option{background:#fff;}

.check{display:none;}
/* redefine for short input only, if wanted */
#gb_form input.button {border:0px;background:transparent url(http://www.awholeuniverse.com/images/submit.gif) no-repeat scroll 0%;text-align:left;background-position:0px 0px;width:58px;height:24px;display:block;float:right;right:10px;position:relative;text-indent:-9999px;margin-top:16px;margin-bottom:16px }

#gbcc{display:none;}

/* whyis link */
small.whythis {display:none }
#results small{display:none;}
#results{border-bottom:1px solid #FFFFFF;
display:block;
font-size:18px;
height:52px;
line-height:52px;
text-align:left;
text-indent:0px;
margin-top:0px;width:97%;}
/* whyis on hover/focus */
#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { }

/* the answer on hover/focus */
#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { }

/* credit line */
p.creditline small {text-indent:-6000px;}
