@charset "utf-8";
/* CSS Document */
form label {
	font-size:16px;
}
form .list {
	min-height:50px;
}
form .listTextArea {
	height:100px;
}
.input {
	float:right;
	width:320px;
	border:0;
	background-image:url(../images/general/field-background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	height:20px;
	font-size:12px;
	color:#808080;
}
form select {
	width:70%;
	float:right;
	border:none;
	background-image:url(../images/general/field-background.jpg);
	background-repeat:no-repeat;
	height:20px;
	font-size:12px;
	color:#808080;
}
.textarea {
	padding:0;
	margin:0;
	width:320px;
	max-width:320px;
	float:right;
	height:60px;
	max-height:60px;
	border:0;
	background-image:url(../images/general/field-background.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
}
form option {
	border:none;
	height:17px;
	font-size:12px;
	color:#808080;
}
.resetButton {	
	float:right;
	background-color:#FFFFFF;
	background-image: url(../images/nav/reset-button.png);
	cursor:pointer;
	width:150px;
	border:none;
	height:40px;
}
.resetButton:hover {
	background-position: 0 -40px; 
}
.submitButton {	
	float:left;
	background-color:#FFFFFF;
	background-image: url(../images/nav/submit-button.png);
	width:150px;
	border:none;
	height:40px;
}
.submitButton:hover {
	background-position: 0 -40px; 
}
.formButton {
	clear:both;
	margin-left:195px;
}