div.fsection h1 {
	background-color : #E8EBC3;
	border : 1px solid #A9A9A9;
	font-weight : bold;
	letter-spacing : 0.15em;
	margin-top : 17px;
	padding : 5px 19px;
	text-align : left;
}

div.fsection p {
	color : #993300;
	font-weight : bold;
}

div.fsection p input.text,
div.fsection p textarea {
	display : block;
}

div.fsection p span {
	color : #FF0000;
}

form {
	background : url(../images/layout/bg_form.gif) #FFF6E8 repeat-x top;
	border : 1px solid #898989;
	margin-bottom : 2px;
	margin-top : 3px;
	padding : 2px 11px 3px 11px;
}

input.text, 
textarea,
select {
	background-color : #F5F5F5;
	border : 1px solid #6A5ACD;
	color : #3300CC;
	font-size : 11pt;
	margin: 3px;
	padding-left : 4px;
}

input.text:focus {
	background-color : #F0DEDE;
	border : 1px solid #5F9293;
}

