form fieldset {
    border-color: #251e1e;
    border-style: solid;
    border-width: 1px;
    margin: 2px;
    padding: 30px;
    background: url('images/form_pattern.png');
    margin-bottom: 32px;
}

form .personal label { 
    clear: left; 
    display: block; 
    float: left; 
    width: 135px; 
    font-weight: bold;
    text-align: left; 
    margin-bottom: 5px;
    font-size: 85%;
}

form .personal input {
    display: block;
    float: left;
    width: 290px;
    margin-bottom: 5px;
    background-color: #080404;
    border-color: #251e1e;
    border-style: solid;
    border-width: 1px;
}

.referral .row {
    display: block;
}

form .referral label {
    float: left;
    width: 60px; 
    font-weight: bold;
    text-align: left; 
    margin-bottom: 5px;
    font-size: 85%;
}

form .referral input {
    float: left;
    width: 82px;
    margin-bottom: 5px;
    background-color: #080404;
    border-color: #251e1e;
    border-style: solid;
    border-width: 1px;
}

form input.hidden {
    display: none;
}

form .checkbox input {
    display: none;
}

form .checkbox {
    float: left;
    display: block;
}

form #imgsubscribe {
    float: left;
    display: block;
    margin-left: 15px;
    margin-top: 18px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

form #imgsubscribe.unchecked {
    background: url('images/cb0.png') no-repeat;
}

form #imgsubscribe.checked{
    background: url('images/cb1.png') no-repeat;
}

form .checkbox label {
    clear: none;
    display: block;
    float: left;
    width: 390px;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 10px;
}

#buttons {
    float: left;
    display: block;
    clear: both;
}

form .submit {
    width: 139px;
    height: 27px;
    background: url('images/submit0.png') no-repeat;
    font-weight: bold;
    border: none;
    margin-top: 5px;
    margin-left: 10px;
    text-align: left;
    text-indent: -2000px;
    color: transparent;
    text-transform: capitalize;
    display: block;
    float: left;
    margin-bottom: 5px;
    background-color: #080404;
}

form .submit:hover {
    background: url('images/submit1.png') no-repeat;
}

form .reset {
    width: 139px;
    height: 27px;
    background: url('images/clear0.png') no-repeat;
    font-weight: bold;
    border: none;
    margin-top: 5px;
    margin-left: 180px;
    text-align: left;
    text-indent: -2000px;
    color: transparent;
    text-transform: capitalize;
    display: block;
    float: left;
    margin-bottom: 5px;
    background-color: #080404;
}

form .reset:hover {
    background: url('images/clear1.png') no-repeat;
}

.tagline {
    text-align: center;
    margin-bottom: 14px;
    font-size: 85%;
}

