
div#formwide
{
	border: solid 1px rgb(200,200,200);
    background-color: rgb(240,240,240);
}



fieldset li, legend, input, label, textarea, select
{
    font-family: "Trebuchet MS" , tahoma, verdana, arial, helvetica, sans, sans-serif;
    font-size: 14px;
    color: rgb(37,32,22);
}


input[type="text"], input.text, textarea, input[type="password"], input.password
{
    background: #FFFFFF none repeat scroll 0%;
    border: 1px solid #DDDDDD;
    color: #666666;
    font-family: inherit;
    padding: 3px;
    width: 200px;
}

select
{
    background: #FFFFFF none repeat scroll 0%;
    border: 1px solid #DDDDDD;
    color: #666666;
    font-family: inherit;
    padding: 3px;

}

input[type="text"]:hover, input.text:hover, textarea:hover, input[type="password"]:focus, input.password:focus
{
    border-color: #000000;
}
input[type="text"]:focus, input.text:focus, textarea:focus, input[type="password"]:focus, input.password:focus
{
    border-color: #69BE28;
    color: #000000;
}
input.requiredErr
{
    border: 1px solid red;
    background-color: #ffffe1;
}

fieldset input.checkbox
{
    margin-right: 6px;
}



legend
{
    font-weight: bold;
    position: relative;
    left: -7px;
    padding: 0;
}




fieldset.submit
{
    float: none;
    width: auto;
    border: none;
    background: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

input.bttn, a.bttn
{
    background: url(../../images/buttons/smallButton.gif) top center no-repeat;
    float: right;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 1px;
    width: 150px;
    height: 24px;
    text-align: center;
    font-family: verdana,arial,sans-serif;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    border: none;
    line-height: 20px;
    text-decoration: none;
}


.bttn:hover
{
    background: url(../../images/buttons/smallButton.gif) center center no-repeat;
    color: #121a03;
}

.bttn:active
{
    background: url(../../images/buttons/smallButton.gif) bottom center no-repeat;
    color: #121a03;
}

.bttn-left
{
    background: url(../../images/buttons/smallButton.gif) top center no-repeat;
    padding: 1px;
    width: 150px;
    height: 24px;
    text-align: center;
    font-family: verdana,arial,sans-serif;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    border: none;
}

.bttn-left:hover
{
    background: url(../../images/buttons/smallButton.gif) center center no-repeat;
    color: #121a03;
}

.bttn-left:active
{
    background: url(../../images/buttons/smallButton.gif) bottom center no-repeat;
    color: #121a03;
}







.formGrey
{
    margin: 0 0 15px 15px;
    padding: 10px 10px 0 10px;
    border: solid 1px rgb(200,200,200);
    background-color: rgb(240,240,240);
}
.formGrey p
{
    clear: both;
}
.formGrey fieldset
{
    padding: 20px 0 0 0 !important /*Non-IE6*/;
    padding: 0 /*IE6*/;
    margin: 0 0 20px 0;
    border: solid 1px rgb(220,220,220);
}
.formGrey fieldset legend
{
    margin: 0 0 0 5px !important /*Non-IE*/;
    margin: 0 0 20px 5px /*IE6*/;
    padding: 0 2px 0 2px;
    color: rgb(80,80,80);
    font-weight: bold;
    font-size: 17px;
}

.formGrey fieldset ol
{
    padding: 3.5em 3em 0 3em;
    list-style: none;
    padding-top: 0em;
    margin-bottom:20px;
}

.formGrey fieldset li
{
    margin:  12px 0 0 0;

}

.formGrey fieldset input.text
{
    width: 130px;
    text-align:left;
}


.formGrey fieldset input.textBig
{
    width: 330px;
    text-align:left;
}

.formGrey input.checkbox
{
    margin-right: 6px;
}

.formGrey label
{
    float: left;
    width: 130px;
    margin-right: 11px;
    text-align:right;
}

.formGrey a
{
    color: #3600EE;
}

.formGrey .reqAlert
{
    color: #ff0000;
    margin-left: 140px;
}

.formGrey .big
{
    font-size: 14px;
}
.formGrey p.heading
{
    padding: 6px;
    background-color: #CCC;
    margin-bottom: 10px;
}
.formGrey .caption
{
    font-family: arial;
    font-size: 11px;
    color: #6699ff;
    font-weight: normal;
    margin: 1px  0 0 140px;
}


.alert
{
    margin-bottom: 10px;
    width: 600px;
    background: #fff6bf url(    '../../images/icons/exclamation.png' ) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 15px 20px 15px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    font-weight: bold;
    font-size: 13px;
    color: #000000;
}

.info
{
    background: #f8fafc url(   '../../images/icons/information.png' ) 15px 50% no-repeat;
    padding: 15px 20px 15px 45px;
    border-top: 2px solid #b5d4fe;
    border-bottom: 2px solid #b5d4fe;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 13px;
     width: 380px;
 
}



.loadingSpinnerHide
{
    float: right;
    margin-right: 20px;
    visibility: hidden;
}

.loadingSpinnerShow
{
    float: right;
    margin-right: 20px;
    visibility: visible;
}


.smallBlue
{
    font-family:verdana,arial,helvetica,sans,sans-serif;
    font-size: 11px;
    color: #6699ff;
    font-weight: normal;
}


.inputRadio label
{
    float:none;
    width:auto;
    padding: 2px 5px 2px 10px;
}