﻿/*.GridHeader
{
    background-color: #366298;
    line-height: 25px;
    color: White;
    font-weight: normal;
}

.Grid
{
    border-color: White;
    border-width: 0px;
}

.GridItemColumn
{
    padding-left: 5px;
}

.GridColumCommand
{
    padding-left: 5px;
}

.GridColumNo
{
    width: 25px;
    background-color: #366298;
    text-align: center;
    color: White;
}

.GridRow
{
    line-height: 25px;
}

.GridAlternatingRow
{
    line-height: 25px;
    background-color: #CEDEF0;
}*/

.FormRow
{
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-top: 7px;
}

div.CommandWrapper
{
    clear: both;
    text-align: left;
    margin-top: 30px;
}

input[type="text"], input[type="password"], textarea
{
    /*border-color: #555555 #CCCCCC #CCCCCC #555555;
    border-style: solid;
    border-width: 1px;*/
    color: #333333;
    padding: 1px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
    background: #EFEFEF none repeat scroll 0 0;
    color: #000000;
}
input.btn
{
    /*border-color: #d9dfea #0e1f5b #0e1f5b #d9dfea;*/
    border-color: #cccccc #666666 #666666 #cccccc;
    border-style: solid;
    border-width: 1px;
    /*color: #ffffff;*/
    color: #333333;
    padding: 3px;
    /*background: #3b5998;*/
    background: #f5f4f0;
}

select
{
    display: block;
    width: 220px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
}

label.label
{
    display:inline;
    float:left;
    font-size:1em;
    padding-top: 7px;
    margin-right: 10px;
}

label.label_contact_70
{
    width: 70px;
}

label.label_contact_120
{
    width: 120px;
}

/*
label.label_70
{
    float: left;
    padding: 0 10px;
    text-align: left;
    width: 70px;
}
label.label_100
{
    float: left;
    padding: 0 10px;
    text-align: left;
    width: 100px;
}
label.label_110
{
    float: left;
    padding: 0 10px;
    text-align: left;
    width: 110px;
}
*/
label.required
{
    font-weight: bold;
}

.radio_label label
{
    margin-left: 3px;
    margin-right: 10px;
}
input[type="radio"]
{ 
    border-style:none; 
} 

div.fm-req
{
    font-weight: bold;
}

fieldset.contact
{
    border: 1px solid #DFDED6;
    margin-bottom: 18px;
    padding: 10px;
    width: 449px;
}

legend
{
    
}

