#sec_title h1 {
	background: url("../images/titles/tt_request_proposal.jpg") no-repeat;
}

#sec_content h2 {
	background: url("../images/titles/tt_lets_get_started.jp") no-repeat;	
}

#sec_sidemisc {
	background: url("../images/bg/bg_misc_request_proposal.jpg") no-repeat #FFF;
	height: 317px;
}

form {
	margin: 10px auto;
	padding: 0px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #6e611a;
	width: 87%;
}

form p {
	margin: 5px 0px !important;
	text-align: left !important;
	color: #6e611a;
}

form .textfield {
	width: 140px;
	height: 18px;
	background: #edd79c;
	border: 1px solid #D6BC76;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	font: normal 10px Arial, Helvetica, sans-serif;
}

form .textfield:focus {
	border: 1px solid #a10000;
	color: #a10000;
}

form fieldset.floated_fs {
	float: left;
	/*width: 50%;*/ width: 169px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form fieldset.eventlist {
	background: #edd79c;
	border: 1px solid #d6bc76;
	margin: 0px 0px;;
}

form textarea {
	width: 100%;
	background: #edd79c;
	border: 1px solid #D6BC76;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	font: normal 10px Arial, Helvetica, sans-serif;
	overflow: auto;
}

form textarea:focus {
	border: 1px solid #a10000;
	color: #a10000;
}

form fieldset.eventlist legend {
	font-weight: bold;
	font-size: 11px;
	color: #6e611a;
}

form h3 {
	font-size: 1.6em;
}

form h4 {
	font-size: 1.2em;
}

form sup {
	font-size: .8em;
	margin: 0px;
	padding: 0px;
	vertical-align: super;
	font-weight: normal;
}

ul#btn_steps {
	width: 177px;
	height: 24px;
	margin: 0px 0px 10px 25px;
	padding: 0px;
	list-style: none;
	background: url("../images/bg/bg_steps.jpg") no-repeat top left;
}

ul#btn_steps li {
	display: block;
	float: left;
	width: 59px;
	text-align: center;
	height: 24px;
	line-height: 24px;
}

ul#btn_steps li a {
	text-decoration: none;
	color: #f7c66b;
}

ul#btn_steps li#current a, ul#btn_steps li a:hover {
	color: #860000;
}

form .formbtn {
	background: url("../images/btn/bg_btn_deafult.jpg") no-repeat center center;
	text-align: center;
	font: normal .9em Verdana, Arial, Helvetica, sans-serif;
	color: #860000;
	border: 0px;
	width: 101px;
	height: 24px;
	display: block;
	letter-spacing: -1px;
	float: right;
}

p.formbuttons {
	text-align: right;
	background: #CCC;
}