@charset "utf-8";
/*
COPYRIGHT 2009 HTMLGRAPHIC
*/

/*
FORM ELEMENTS
*/
.FIELD, .FIELD_S{font-family: Verdana, Arial; font-size: 12px; border-top: 1px solid #999999; border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC;border-bottom: 1px solid #DBDBDB; color: #333333; background:#EFEFEF; font-style: normal;line-height: normal; padding: 3px;text-decoration: none;}

.REQUIRED, .ERROR, .REQUIRED_S, .ERROR_S {font-family: Verdana, Arial; font-size: 12px; border-top: 1px solid #999999; border-right: 2px solid #FF0000; border-left: 1px solid #CCCCCC; border-bottom: 1px solid #DBDBDB; color: #333333; background:#EFEFEF;font-style: normal;line-height: normal; padding: 3px;text-decoration: none;}

        .REQUIRED { background: #eaeaea url("/images/bg_inputrequired.gif") right top no-repeat; }
        .ERROR {background: #ffffcb url("/images/bg_inputerror.gif") right top no-repeat;}
		
.REQUIRED:focus, .ERROR:focus, .FIELD:focus,
.REQUIRED_s:focus, .ERROR_s:focus, .FIELD_s:focus {padding: 3px;background: #fff; border-top: 1px solid #6AB94B; border-right: 2px solid #94DA78; border-left: 1px solid #94DA78; border-bottom: 1px solid #AEDF9A;}



#btnPost{cursor:pointer; font-weight:bold; background:url('/images/button.png') no-repeat center; border:none; padding:10px 0; color:#FFFFFF; margin:30px 0 0 0; width:240px; text-transform:uppercase;}

#content td.legend{ padding:30px 0 0 0;}
#content .legend table td, #content table#calc td{border-right:#CCC 1px solid;}

