/************************************************************************
	The purpose of this CSS is specifically for the Auto Form
	Layout.
************************************************************************/
.formLabel
 {
    font-weight:bold;
    float:left;
    clear:none;
    width:200px;
 }
 
 .formInput
 {
    width:180px;
    border: solid 1px black;
    padding:2px 2px 2px 2px;
 }
 
 .required
 {
    font-size:small;
    color:Red;
    font-weight:bolder;
 }
 
 .centered
 {
    text-align:center;
 }
 
 .italicized
 {
    font-style:italic;
 }
 
 .bold
 {
    font-weight:bold;
 }