#boxesform {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
	text-align: center;
	border: 0px solid #000;
}
div.floatright {
  	float: right;
	width: 370px;
	height: 250px;
	padding-top: 14px;
	text-align: left;
	line-height: 0.9em;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #000000;
	border: 0px solid #000;
}
div.floatleft {
  	float: left;
	width: 120px;
	height: 250px;
	text-align: right;
	padding-top: 9px;
	line-height: 2.8em;
	border: 0px solid #000;
}
input.fields {display: block;
       		width: 300px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		margin-top: 1px;
	    	margin-bottom: 1px;
		padding-top: 1px;
		padding-bottom: 1px;
}
.ok {
	color: #00ff00;
}
.ko {
	color: #ff0000;
}