@charset "utf-8";
/* CSS Document */

fieldset {
	width:360px;
	margin:15px 0;
	padding: 0px;
	overflow:hidden;
	border:none;
	color:#000;
	
}

/*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: 105px;
	text-align: right;
	font-size:14px;
	padding-right:10px;}

/*Aligns the fields in a column so they are flush left with the labels*/
label {
	float: left;
	width: 370px;}

form div.button input {
	margin-left:150px;
}

.contact a {
	text-decoration:none;
	color:#fff;
}

.contact a:hover {
	text-decoration:underline;
	color:#fff;
}
