@charset "utf-8";
/* CSS Document */

form {
	margin:0 0 0 20px;
}

fieldset {
	width:460px;
	margin-top: 20px;
	padding: 20px;
	overflow:hidden;
	border:1px solid #c3c3c3;
}

legend {
	color:#003467;
	padding:10px 0;
}

/*Adjust the space between the fields*/
label, label span {
	padding:3px;}
	
/*Aligns the field labels so they are in a column flush right to the fileds*/
label span {
	float: left;
	width: 125px;
	text-align: right;
	font-size: .9em;
	padding-right:10px;}

/*Aligns the fields in a column so they are flush left with the labels*/
label {
	float: left;
	width: 460px;}

form div.button input {
	margin-left:150px;
}