body
{
    font-size: 12px;
    font-family: verdana, arial, sans-serif;
}
td
{
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}
input[type=text]
{
    border: #CCCCCC 3px double;
    height:15px;
}
textarea
{
    border: #CCCCCC 3px double;
}
select
{
    border: #CCCCCC 3px  solid;
    height:22px;
}
a:link, a:visited, a:active {
	font:12px verdana, arial, sans-serif;
	text-decoration:underline;
    color:#bba44f;
}
a:hover{
	font:12px verdana, arial, sans-serif;
	color:#bba44f;
	text-decoration: none;
}
.title
{
    font-size: 17px;
    color: #bba44f;
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
}
.subtitle
{
    border-top: #999999 1px solid;
    color: #bba44f;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 10px;
    
}
.subtitle2
{
    color: #e49c00;
    font-size: 14px;
    text-align:left;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 10px;
    
}
.comment
{
    font-size: 10px;
}
.missingField
{
    background-color: #e08181;
}
.modalPopupExtenderBackground 
{
    text-align:center;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#ffffff;
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity:.90;   
}