@charset "utf-8";
/* CSS Document */


fieldset {
	width:500px;
	margin-top: 10px;
	margin-left: 40px;
	padding: 20px;
	overflow:hidden;
	border: 1px solid #7A121C;}

/*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: left;
	font-size: .9em;
	padding-right:10px;
}

/*Aligns the fields in a column so they are flush left with the labels*/
label {
	float: left;
	width: 500px;}

fieldset input:hover, select:hover {
	border-color: #000;
	background-color:#FFFFCC;}
	
fieldset input:active, input:focus {
	border-color: #900;}

form div {
	clear:both;
	margin-bottom:0px;
	padding:0px;
	text-align:center;
	height:50px;
	padding-left:25px;}

form div.button input {
	background:#7A121C;
	color:#fff;
	border:2px double #000;
	border-top-color:#999;
	margin-top:10px;}
	
form div input:hover {
	background-color:#111C18;}
	
form ul {
	list-style:none;
	margin:5px;
}

form p {
	margin:0;
}
