/*form CSS*/

fieldset  {
	margin: 0 auto;	
	padding:20px;				
	width: 700px;
	background-color:#efefef;
}
legend {
	color:red;
	font-family:verdana;
	font-size:20px;
}
body  {
	font-family: verdana, Helvetica, sans-serif;
}
.row  {
	float: left;
	width: 533px;
	margin-top: 20px;
}
.fixedwidth  {
	float: left;
	width: 140px;
}
.comment  {
	margin-top:20px;
}
.red  {
	color:red;
}









