form
{
	margin : 10px 0px 20px 0px;
	line-height : 180%;
}

fieldset
{
	border : 1px dotted #000000;
	padding : 10px;
	background-color : #FFFFFF;
}

label
{
	float : left;
	text-align : right;
	width : 150px;
	margin-right : 20px;
	vertical-align : top;
}

form br
{
	clear : both;
}

input.text
{
	float : left;
	color : #000000;
	width : 300px;
}