/* CSS Document */
h1{
	margin-top:20px;
}
form {
	font-family:verdana;
	font-size:11px;
	line-height:130%;
	}

form label {
	font-family: Verdana, sans-serif;
	color: #000;
	}

form fieldset {
	border: 1px solid #7EAF54;;
	padding: 0 20px;
	}

form legend {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	letter-spacing:0.2em;
	background: #7EAF54;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px;
	}
form table{
	border-collapse: collapse;
	margin:10px 0;
}
form td{
	vertical-align:top;
	width:50%;
	padding:10px;
}

form #name, #company, #email, #phone, #city, #state, #type{
	width:200px;
}


form textarea{
	width:200px;
	height:150px;
}

