@charset "utf-8";
/* CSS Document */

#formColumnOne {
	float:left;
	width:339px;
	padding:10px;
}

#formColumnTwo {
	float:right;
	width:339px;
	padding:10px;
}

/*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: 55px;
	text-align: right;
	padding-right:10px;}

/*Aligns the fields in a column so they are flush left with the labels*/
label {
	float: left;
	width: 339px;
	font-size:12px;
}

form div.button {
	clear:both;
	margin-bottom:0px;
	padding:0px;
	text-align:center;
	height:50px;}

form div.button input {
	background:#596E55;
	color:#fff;
	border:2px double #000;
	border-top-color:#999;
	margin-top:10px;}
	
form div input:hover {
	background-color:#CFDBCB;}

ul.blockList {
	margin:0;
	padding:0;
}

ul.blockList li {
	list-style:none;
}

ol.blockList {
	margin:0;
	padding:20px;
}
