/*
 * @author laura
 * @created aug, 2005
 * @purpose cascading style sheet for sageACT!
 */


 
 /* for submit button */
.thide { display: none; }
.tshow { display: block; font-weight: bold; font-size:12px; color:#000000; } 

/** autotab styles**/
.formfieldfocus {background-color: #dce4f1;}
.s_paren { font-size: 20px; }

/* prequal number */
.number {  left: 15px; width:15px; font-size: 12px;  }

#row {
   width: 360px;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 10px;
}

#button {margin-left: 120px;}

.error {
    color: #990000;
    font-weight: bold;
    font-size: 10px;
	margin-left:130px;
}

.preerror {
    color: #990000;
    font-weight: bold;
    font-size: 10px;
}