label,input {
	display: block;
	width: 210px;
	float: left;
	margin-bottom: 10px;
}

label 	{
	text-align: right;
	width: 60px;
	padding-right: 20px;
	font-weight: bold;
}

br 	{
	clear: left;
}

fieldset{
	border: dashed 1px #fff;
}

legend	{
	color:darkgreen;
}