/*******************************/
/*SECTION 9 - ASP.NET Controls */
/*******************************/
.error {color: Red; font-weight: bold; font-size: 60%;}
.grey {color:Gray; font-size:100%;}
.rfverror {color: Red; font-weight: bold; font-size: 100%;}
.required-textbox {background-color: rgb(250,236,116);}
.requiredfield {background-color:rgb(250, 236, 116);}
.left {float:left;}
.right {float:right;}
.required-label {float: left; font-weight:bold; font-size: 100%; vertical-align: middle; padding-top: 3px;}
.optional-label {float: left; font-size: 100%; vertical-align: middle; padding-top: 3px;}
.save {width: 16px; height: 16px; border: none;}
.smalltext { font-size:xx-small;}
.regText { background: url(../images/save.gif) no-repeat left; padding-left:20px; font-size:small;}
.attentionBorder {background-color: rgb(242,242,242); 
				 border-right: silver thin solid; 
				 border-top: silver thin solid; 
				 border-left: silver thin solid; 
				 border-bottom: silver thin solid; 
				 padding: 2px 2px 5px 2px;
				 }
				
.pagetitle
{
    font-size:130%;
    font-weight:bold;
    color: #898378;
}

			
.pagesubtitle
{
    color: #898378;
}
