/*******************************************************************************
 * Table form styles
 ******************************************************************************/
table.Form {
    width:auto;
    margin:0 auto;
}
table.Form tr {

}
table.Form tr td {
    text-align:left;
    vertical-align:top;
}
table.Form tr td.Submit {
    text-align:right;
    padding-top:5px;
}
table.Form tr td.Label {
    color:#8F8F8F;
    font-size:11px;
    padding-top:3px;
}

table.Form tr td.Element {

}

table.Form tr td.Element a {
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    color:#4a3b14;
}
table.Form tr td.Element a:hover {
    text-decoration:underline;
    color:#CC0000;
}

/*******************************************************************************
 * Div form styles
 ******************************************************************************/
div.form {
    margin:0 auto;
    width:570px;
    padding:15px 0px 15px 0px;
}
div.form h1 {
    text-align:left;
    padding-top:0px;
    padding-bottom:15px;
}

.formRow{
    margin-top:10px;
    min-height:20px;
}

.formLabel{
    width:150px;
    padding-left:5px;
    padding-right:5px;
    float:left;
}

.formField{
    float:left;
}
.formField a {
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color:#4B4B4B;
}
.formField a:hover {
    text-decoration:underline;
    color:#CC0000;
}

/*******************************************************************************
 * Form elements styles
 ******************************************************************************/

input[type=text], input[type=password] {
    
}

input[type=text]:focus, input[type=password]:focus {
    
}

input[type=button], input[type=submit], input[type=reset] {
    background:url("../img/button.png") no-repeat scroll left center transparent;
    border:0 none;
    color:white;
    cursor:pointer;
    font-family:Tahoma;
    font-size:13px;
    height:20px;
    text-shadow:1px 1px #4C4C4C;
    width:98px;
}

input[type=checkbox], input[type=radio] {
    
}

textarea {
    
}
textarea:focus {
    
}

select {
    
}
select option {

}

div.SmallError {
    color:#DD0000;
    font-size:9px;
    font-weight:bold;
    padding-bottom:5px;
    padding-left:2px;
    width:150px;
}
font.necessarySprocket {
    color:#FF0000;
    padding-left:3px;
}