﻿fieldset
{
    background-color: #fac16b;
    padding: 15px;
    border: 1px solid #333;
    color: #333;
}

fieldset input[type=text], fieldset input[type=textarea], fieldset textarea, fieldset select
{
    padding: 3px;
    border: 2px solid #d4a257;
}

fieldset p label
{
    width: 200px;
    display: inline-block;
    vertical-align:top;
}

.FormError
{
    background: transparent url(/images/styling/formerror.png) no-repeat left center;
    padding-left: 16px;
    color: transparent !important;    
    cursor: help;        
}

.valSummary
{
    border: 2px solid #ddd;
    background-color: #bf0000;
    padding: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff !important;
}

.valSummary ul
{
    list-style-type: disc !important;
    margin-left: 25px !important;
}

.valSummary ul li
{
    list-style-type: disc !important;
    color: #eee !important;
    font-size: 10pt;
}

.btnSubmit, .btnSubmit:visited
{
    -moz-border-radius:1ex;
    -webkit-border-radius:1ex;
    display: inline-block;
    padding: 7px;
    text-decoration: none;
    color: White !important;
    font-weight: bold;
    background-color: #d4a257;
}

.btnSubmit:hover
{
    background-color: #b28035;
}

.btnSubmit:active
{
    background-color: #906013;
}
