/* --[ =FORMS ]-------------------------------- */

form,input,textarea,select	{
	font: 1.1em/1.2em Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 10px;
	font-style: normal;
}
form,input,textarea,select	{
	color: #000;
	padding: 3px;
	font-style: normal;
}
label {
	color: #FFF;
	display: block;
	float: none;
	clear: both;
	font-style: normal;
}
.field_width {
	width: 97%;
}
form p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	font-style: normal;
}
#error {
	font-size: 1.3em;
	color: #841213;
	background-color: #F6C11A;
	margin: 0 0 15px 0;
	width: auto;
	height: auto;
	padding: 10px;
	display: block;
	font-weight: bold !important;
	line-height: 120%;
}