.VAMErrorText
{
   color: Red;
}

.VAMBlinkText
{
   color: White;
}

.VAMFieldWithError
{
   background-color: #FFCC66;
}

.VAMValSummary
{
   color: red;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
   background-color:SeaShell;
   height:auto;
   width:auto;
   text-align:left;
   margin-bottom: 5px;
   margin-top: 5px;
   BORDER-RIGHT: red 1px solid; 
   BORDER-TOP: red 1px solid; 
   BORDER-LEFT: red 1px solid; 
   BORDER-BOTTOM: red 1px solid;
}
.VAMValSummary a, .VAMValSummary a:link, .VAMValSummary a:visited 
{
    color: red;
}
.VAMValSummary li,
{
    margin-left: -15px;
    padding-bottom: 5px;
    padding-top: 0px;
}
.VAMValSummaryHeader
{
   padding-bottom: 0px;
   color: red;
   margin-bottom: 0px;
   margin-top: 0px;
}
.VAMValSummaryHeader TR
{ 
    paddng-bottom: 0px;
   color: red;
   margin-bottom: 0px;
   margin-top: 0px;
}
.VAMValSummaryErrors
{
   color: red;
}
.VAMValSummaryFooter
{
   color: red;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-bottom: 0px;
   margin-top: 0px;
}
.VAMValSummaryFooter TR
{
   color: red;
}
.VAMRequiredFieldMarker
{
	
}
.VAMRequiredFieldsDescription
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   margin-bottom: 7px;
   color: #7D8FA1;
}

.VAMTextHiliteFields
{
	color: Red;
}

.VAMNonTextHiliteFields
{
}

