/*===========================================================*/
/* Registration */

table.registration_form
{
    font-family: Arial;
    font-size: 12px;
}

table.registration_form th
{
    text-align: right;
    font-weight: normal;
    width: 200px;
}

table.registration_form .error
{
    color: #FF0000;
} 

table.registration_form tr .comments
{
    color: #ACA899;
} 

table.registration_form td.small_text
{
    font-size: 11px;
}
table.registration_form td a
{
    color: #2E91D0;
    text-decoration: underline;
}

table.registration_form td.input input, 
table.registration_form td.input select
{
    width: 200px;
    border-bottom: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-top: none;
    height: 20px;
    background: url("../img/input_bg.gif") top repeat-x;
    padding: 5px 0px 0px 0px;
}


table.registration_form td.input select
{
    padding: 4px 0px 0px 0px;
    height: 25px;
    background-color: #ffffff;
}

table.registration_form td.button input
{
    background: url("../img/button_bg.gif") center repeat-x;
    border: 1px solid #145b96;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
}


div#select_registration_type
{
    padding: 0px 5px 0px 5px;
    width: 300px;
}


div#select_registration_type a
{
    color: #E87400;
    display: block;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e7eff6;
}

div#select_registration_type a:hover, div#select_registration_type a.selected
{
    background: url("../img/reg_plan_selected_bg.gif") center repeat-x;
}



/*===========================================================*/
/* LOGIN */

