﻿
.Form
{
    width:650px;
    
}

.BusinessCard
{
    border-left:solid 80px #cccccc;
    border-right:solid 1px #cccccc;
    border-top:solid 1px #cccccc;
    border-bottom:solid 1px #cccccc;
    padding:10px 10px 10px 0px;
    float:left;
    width:320px;
    background-color:#eeeeee;
}

.BusinessCard a , .BusinessCard a:visited
{
        padding:0px 0px  20px 10px;
        
        
}

.Fields
{
    padding:0px 10px 10px 0px;
    float:left;
    width:420px;
}

.Actions
{
    text-align:right;
    padding:10px 20px 10px 0px;
}

.ValidationSummary
{
    float:right;
    background-color:#FFCCCC; 
    border:solid 1 #000000;
    width:220px;
}

.Instructions
{
    font-size:8pt;
    float:right;
    border:solid 1 #000000;
    width:220px;

}

fieldset
{
    width:inherit;
}

legend
{
	
	margin-left: 0;
	padding-left: 30px;
	font-size: 125%;
	font-weight: bold;
}

.Form H1
{
    color:#ffffff;
    background-color:#ccccff;
    background-image: url(images/gridpager.gif);
}

.Form H2
{
    font-size:14pt;
}
.Fields Label
{
    float:left;
    text-align: right;
    width: 100px;
    font-size: 10px;
    margin-right: 15px;
    vertical-align: top;
    margin-bottom: 10px; 
}

.BusinessCard Label
{
    float:left;
    text-align: right;
    width: 60px;
    font-size: 8pt;
    margin-right: 5px;
    
    margin-bottom: 10px; 
}

.Form .BusinessCard Span
{
    font-size:8pt;
    text-align:left;
    padding-left:10px
    
}

.Form .BusinessCard BR
{
    clear:left;
}

.Fields Input
{
    width:200px;
}

.Actions Input
{
    border: 3px double #999999;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding: 0.25em;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-image: url(images/buttonbg.jpg);
    color: #333333;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width:auto;
    font-size:8pt;
}

