#formHolder	{
	width:100%;
	font-size: 0.75ems;
	float:right;
	}

form {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 125px;
	padding-right: 20px;
	font-size: 0.75ems;
}

br {
	clear: left;
	inherit: none;
}
.submitButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336633;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-right-color: #00CC33;
	border-bottom-color: #00CC33;
	border-left-color: #009900;
	width: auto;
}
input, textarea, select {width: 40%;} 