/* registration form */ /* Martin, this entire section is new */
#loginform{
        position: absolute;
        top: 50px;
        left: 25%;
        background: #a89848 url(../images/gl_regform_bkg.jpg) no-repeat;
        padding: 15px 50px;
        width: 530px;
        z-index: 6000;
        }
#loginform label {
        text-transform: uppercase;
        }
#loginform h2, .our#fyi #content.our #loginform h2, .our#wtf #content.our #loginform h2 {
        background: url(../images/gl_login_h3.gif) no-repeat;
        padding-top: 35px;
        width: 530px;
        border-bottom: solid 1px #837316;

}
fieldset#required {
        background: #b1a03e;
        padding: 15px;
        margin-bottom: 10px;
        }
fieldset#required h3 {
        color: #ead87f;
        text-transform: uppercase;
        font-size: 1.3em;
        margin-bottom: 10px;
        }

fieldset#optional {
        background: #d2c26f;
        padding: 15px;
        margin:10px 0;
}
fieldset#optional h3 {
        color: #837316;
        text-transform: uppercase;
        font-size: 1.3em;
        margin-bottom: 10px;

        }
.formfield {
        margin: 0px 0 10px 0;
}
.formfield-container {
        width: 19em;
        float: left;
        margin-right: 10px;
        }
fieldset#required input {
        width: 16em;
}
select {
        width: 150px;
        }
input.zipcode {
        width: 50px;
        }
fieldset#required input.checkbox, #loginform input.checkbox {
        margin-right: 5px;
        width: auto;
}
.dob {  
        width: 24px;
        }
.loginform_logo {
        display: block;
        height: 0;
        width: 151px;
        font-size: 1em;
        padding-top: 28px;
        text-indent: -2000px;
        overflow: hidden;
        float: left;
        background: url(../images/gl_regform_ourlogo.gif) no-repeat;
}
