/* ==================================================================
    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
================================================================== */

#gb_form fieldset { 
    border: 0;
    margin-top: 10px;
}

#gb_form legend, #gb_form dt { 
    font-weight: bold; 
    color: #666;
}

#gb_form legend {
    margin-left: -10px;
}

#gb_form legend#mainlegend { 
    font-size: 1.2em;
    color: #14568a;
    margin-left: -10px;
}

#gb_form legend#mainlegend small { 
    font-size: 0.7em;
    text-transform: uppercase;
}


small.whythis, small.whythis a { 
    font-size: 0.9em; 
}

#gb_form small.whythis a span { 
    display: none;
    visibility: hidden;
    text-decoration : none;
    color : #000;
    font-weight : bold;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
    display: inline;
    visibility: visible;
}

/* End CUSTOM CSS */