.formTextField {
	background-image: 	url(../images/layout/formTextfieldBackground.png);
	padding: 				3px;
	width: 					300px;
	height: 					22px;
	font-family: 			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	color: 					#3A3A3A;
	border-color: 			#9F9F9F;
	border-width: 			1px;
	border-style:			dashed;
}

.formTextarea {
	background-image: 	url(../images/layout/formTextareaBackground.png);
	padding: 				3px;
	width: 					300px;
	height: 					150px;
	font-family: 			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 				11px;
	font-weight: 			normal;
	color: 					#3A3A3A;
	border-color: 			#9F9F9F;
	border-width: 			1px;
	border-style:			dashed;
}

.formButton {
	background-image: 	url(../images/layout/formTextfieldBackground.png);
	padding: 				3px;
	width: 					100px;
	height: 					22px;
	font-family: 			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 				10px;
	font-weight: 			bold;
	color: 					#3A3A3A;
	border-color: 			#9F9F9F;
	border-width: 			1px;
	border-style:			outset;
}