/**
 * stylesheet for registration form
 * @author    Greg Tammi <greg@pictographics.com>
 * @copyright (c) 2009+ Pictographics
 */
#fpReg label { clear: both ; float:left; width:100%; 
   padding: 0 0 7px 0; }
#fpReg label.req { background: url(/images/required.png) 190px 0 no-repeat; }
#fpReg label span.tag { float: left; width: 210px ; }
#fpReg label input, #fpReg label select { float: left ; 
   width: 200px ; border: 1px solid #ccc; padding: 3px ;}
#fpReg label input.error { border: 1px solid #f00; color: #f00 ;}
#fpReg label span.err { color: #f00; padding: 3px 0 0 5px ; }
/* for the submit button */
#fpReg input#submit { color: #ccc; border: 1px solid #ccc; background: #eee; 
  padding: 5px; }
#fpReg input#submit:hover { color: #666; border: 1px solid #666; padding: 5px;
   background: #ccc; }