/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
     POOL.CSS made by Mike Jolley - http://www.blue-anvil.com 
     Designed and built to work with the Pool WordPress theme
================================================================== */

#gb_form input{
font-family: serif;
font-size: 18px;
padding: 10px;
border: 1px solid gray;
width: 455px;
}
fieldset {
border-top: 1px solid gray;
border-bottom: 0px solid gray;
border-right: 0px solid gray;
border-left: 0px solid gray;
}
#gb_form label {
font-size: 18px;
}
#gb_form select {
padding: 10px;
font-size: 18px;
width: 455px;
}
textarea {
padding: 10px;
font-family: serif;
font-size: 18px;
width: 455px;
}
#gb_form input.button {
width: normal;
}