@charset "UTF-8";
/* CSS Document */


/*FORMS*/
form {
}
form p {
	border-bottom: 0px solid #E7E4E0;
}
fieldset {
	margin: 1em 0;
	padding: 0;
	border-top: 0px solid #E7E4E0;
}
legend {
	color: #CA0E00;
}
label {
	display: block;
	text-align: left;
	cursor: pointer;
	font-weight: normal;
}
input, textarea, select {
	font-size: 1em;
	font-family: "Trebuchet MS", sans-serif;
	color: #5A5449;
	/*background: #FFFFFF url(../images/interface/button.gif) 0 0 repeat-x;*/
	border: 1px solid #B0A99F;
}
input:focus, textarea:focus, select:focus {
	background-color: #EAF8E8; /* Yellow #FCFCE1 */
}
select {
}
optgroup {
}
option {
}
button, input.button, input.submit {
	font-size: 1em;
	padding: 3px 10px 3px 7px;
	color: #33BB20;
	font-style: italic;
	background: #FFFFFF url() 0 0px repeat-x;
	border: 1px solid #B0A99F;
	cursor: pointer;
}
button:hover, input.button:hover, input.submit:hover {
	border: 1px solid #33BB20;
}

/* Styled forms */
form.styled-form {
}
form.styled-form fieldset {
	margin: 1em -5px;
	padding: 0;
	border-top: 0px solid #E7E4E0;
	border-bottom: none;
}
form.styled-form label {
	display: block;
	width: 220px;
	float: left;
	padding-right: 15px;
	text-align: left;

}
form.styled-form p, form p {
	border-bottom: 0px solid #E7E4E0;
	padding: 5px 5px;
	margin: 0;
}
form.styled-form input, form.styled-form textarea, form.styled-form select {
	width: 180px;
}
form.styled-form button, form.styled-form input.button, form.styled-form input.submit {
	position: relative;
	left: 235px;
	width: auto;
}
.instructions {
	font-size: 0.8em;
	font-style: italic;
	/*color: #CA0E00;*/
}

