form {
	margin: 0;
	padding: 0;
}

.label, .separatortext {
	width: 150px;
	padding-left: 0px;
}

.star {
	color: #ff8040;
}

.textfield {
	background: #FFFFFF;
	width: 97%;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #DBDCDE;
	color: #000000;
	height: 17px;
}

.text {
	background: #FFFFFF;
	width: 98%;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #DBDCDE;
	color: #000000;
	height: 17px;
}

.textarea {
	background: #FFFFFF;
	width: 97%;
	height: 50px;
	font-family: Tahoma;
	font-size:11px;
	border: 1px solid #DBDCDE;
	color: #000000;
}

.button {
	background: #92A117;
	width: 80px;
	height:18px;
	font-family: Tahoma;
	font-size:11px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-top:5px;
}

div.formSubmit {
	border:1px solid #FFFFFF; background-color:#3ea7c6; padding:2px 0px; width:70px; margin:10px 0 0 0; text-align:center; float:right;
}
	div.formSubmit a {
		 color:#ffffff; font-weight:bold; text-decoration:none;
	}
	div.formSubmit a:hover {
		text-decoration:underline;font-weight:bold;
	}
	div.formSubmit input {
		 vertical-align:middle; margin:0 0 0 10px;
	}
