﻿#formContact {
    border:solid 2px #b7ddf2;
    background:#ebf4fb;
    margin:0 auto;
    width:500px;
    height: 405px;
    padding:14px;
}
        
.errorSummary
{
    display:block;
    border: solid 1px #ff0000;
    background-image: url(/images/miniexc.gif);
    background-position: 13px 12px;
    background-repeat: no-repeat;
    background-color: #fef8f6;
    -moz-border-radius: 5px;
    padding: 10px 10px 10px 32px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    color: Red;
    font-weight: bold;
}
        
.errorSummary  ul
{
    list-style-type: circle;
    border-style: none;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
}
        
.errorSummary li
{
    border-style: none;
    background-image: none;
    padding: 0px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
}
        
.errorSpot
{
    float: left;
    clear: right;
}
        
.capBox
{
    width: 150px; height: 50px;
    margin-left: 10px;
    border: solid 1px #aacfe4;
}
        
.capText
{
    float: none;
    clear: both;
    margin-top: 2px;
    margin-left: 0px;
    padding-left: 0px;
}
        
#formContact label {
    display:block;
    font-weight:bold;
    text-align:right;
    width:140px;
    float:left;
    clear: left;
}
        
#formContact .small {
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;
}
        
#formContact input, #formContact select, #formContact textarea {
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:200px;
    margin:2px 0 20px 10px;
}
        
#formContact button {
    margin-left: 150px;
    width:125px;
    height:31px;
    background-color: #666666;
    text-align: center;
    line-height: 31px;
    color:#FFFFFF;
    font-size: 11px;
    font-weight: bold;
}
