﻿/*
REGISTER LAYOUT
*/

.register
{
    margin: 10px 0 0 0;
    padding: 0 0 35px 0;
}

.register-form h1 {
    margin-bottom: 0px;
}

.register-form h2,
.register-form h3,
.register-form h4
{
    padding-top: 0;
    color: #98bd00;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 5px;
}

/*
PROGRESSBAR
*/

.register-progress {
    width: 960px;
    border-bottom: 1px solid #a9b8bd;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: bold;
}

.register-progress a, .register-progress .active {
    color: #98bd00;
    text-decoration: underline;
}

.register-progress a.done, .register-progress .done {
    color: #98a75a;
    text-decoration: none;
}

.register-progress ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.register-progress li {
    display: inline;
    border-right: 1px solid #a9b8bd;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
}

/*
FORM
*/

.register-form {
    color: #7c888e;
}

.register-form-left, .register-form-right {
    width: 475px;
    float: left;
}

.register-form-left p {
    float: left;
    padding: 5px 0 5px 0;
    margin: 0;
}

.register-form .checkbox {
    border: 0;
    width: auto;
    margin: 0 0 0 2px;
}

.register-form label {
    width: 205px;
    display: block;
    float: left;
}

.register-form .radio {
    width: auto !important;
    border: 0;
}

.register-form-table {
    width: 228px;
    border: 0;
    float: left;
}

.register-form-table td {
    width: 50%;
}

.register-form-table label {
    width: auto !important;
}

.register-form input, .register-form select {
    width: 228px;
    display: block;
    float: left;
    padding: 0 5px 0 5px;
    font-size: 12px;
    height: 13px;
    border: 1px solid #748d92;
    margin: 0 0 5px 0;
}

.register-form select {
    width: 240px;
    padding: 0 0 0 2px;
    height: 16px;
}

.register-form-hidden,
.register-invAddress,
.register-postAddress,
.register-visAddress {
    display: none;
    float: left;
}

.registerSubmit {
    margin-top: 10px;
    float: left;
    width: 960px;
}

.register-form-right {
    margin-left: 5px;
}

/* FORM OPTIONS */
.register-form-options {
    width: 951px;
    border: 1px dotted #748d92;
    float: left;
    padding: 5px 0 0 2px;
    margin: 0 0 10px 0;
    color: #7c888e;
}

.register-form-options label {
    width: auto;
}

.register-form-options input {
    border: 0 !important;
    width: 20px;
}

/* ERROR HANDLING */
.register-form .field-validation-error {
    color: #98bd00;
    font-weight: bold;
    font-size: 12pt;
    float: left;
    display: block;
    position: relative;
    margin-left: -10px;
}

.register-form .validation-summary-errors {
    color: red;
    margin: 0;
    padding: 0;
    float: left;
}

.register-form .validation-summary-errors ul {
    margin-left: 10px;
}

.register-form-error-msg {
    width: 400px;
    color: red;
    font-weight: bold;
    font-size: 8pt;
}