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