﻿div#contact_content 
{
    font-family: Verdana, Arial;
    font-size: 11px;
}

div#contact_content table tr td
{
    font-size: 11px;
}

.alert 
{ 
    color: #FF0000; 
    font-weight: bold;
}

.fieldstyle 
{ 
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: bold;
}

.inputlength { width: 200px; }
.selectlength { width: 205px; }

div#pnlError 
{
    border: solid 1px #FF0000;
    background: #FFF5EE;
    font-weight:bold;
    display:none;
    width:490px;
}

div#pnlConfirm
{
    background:#CCFFCC;
    border:solid 1px #006600;
    color:#006600;
    font-weight:bold;
    padding:3px;
    width: 490px;
}