      label {
        font-size: 12px;
        font-weight: bold;
        /*text-transform: uppercase;*/
        display: block;
        margin-bottom: 3px;
        clear: both;
      }
	input{ width:150px;} 
	  
	label.error { 
	text-align: left;
	color: #CC0000;
	font-weight:normal;
	/*width:200px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/icofail.gif);
 	background-repeat: no-repeat;
	}
	input.error { border: 1px solid #CC0000; }
	textarea.error { border: 1px solid #CC0000; }
	select.error { border: 1px solid #CC0000; }
	
	label.ok { 
	text-align: left;
	color: #008000;
	font-weight:normal;
	/*width:160px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/icook.gif);
 	background-repeat: no-repeat;
	}
	input.ok { border: 1px solid #008000; }
	textarea.ok { border: 1px solid #008000; }
	select.ok { border: 1px solid #008000; }
	

	
