body { 
 font: 12px Arial, sans-serif; 
 line-height: 1.6em; 
 background: #fff; 
 color: #000; 
 margin: 5% 5%;
}

.noprint{
 display: none;
}

.left{
 float:left;
 text-align:justify;
 
}

a:link, a:visited {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	}

.cssform p{ 
 width: 300px; 
 clear: left;margin: 0; 
 padding: 5px 0 8px 0; 
 padding-left: 155px;	
 height: 1%;
}

.cssform label{ 
 font-weight: bold; 
 float: left;	
 margin-left: -155px; 
 width: 150px;
}

.cssform input[type="text"]{ 
 width: 250px; 
}

.cssform textarea{
  width: 250px; 
  height: 150px; 
}

.err { color: red;}
