#formFields ul{
	list-style-type:none;
	width:100%;
	font-size:100%;
	margin: 0;
	background-image: none;
	padding: 0;
}
#formFields li{
	position:relative;
	width:540px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #fec31f;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FDBB00;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}

/* ----- BUTTONS ----- */

.large-button {
	background:url(../img/send.gif) no-repeat;
	margin:0;
	padding:0;
	width:98px;
	height:33px;
	border:none;
	cursor:pointer
}

/* ----- FIELDS AND LABELS ----- */

label.desc{
	line-height:150%;
	border:none;
	color:#222;
	display:block;
	font-size:100%;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

input.text, input.file, textarea.textarea, select.select{
	margin:0;
	color:#fff;
}
input.text, textarea.textarea, .firefox select.select{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}
input.text, input.file{
	padding:2px 0 2px 0;
	color:#1b4e99;
	width:250px;
	font:12px/1.5em Arial, Helvetica, sans-serif;
}
textarea.textarea{
	font:12px/1.5em Arial, Helvetica, sans-serif;
	color:#1b4e99;
}


textarea.medium{
	width:250px;
	height:150px;
}


#formFields .button{
	background-color:#FFBB00;
}
