/* FORMS */
#body .container .rightSection .sectionRight .body-text .content #rfpForm fieldset {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	border: 0px;
	width: 377px;
}

	#body .container .rightSection .sectionRight .body-text .content #rfpForm fieldset legend {
		margin: 0px !important;
		margin: 0px 0px 0px -8px;
		padding: 0px 0px 10px 0px;
		font-weight: bold;
		text-align: left;
	}

	#body .container .rightSection .sectionRight .body-text .content #rfpForm fieldset ol {
		padding: 0px;
		margin: 0px;
	}
	
		#body .container .rightSection .sectionRight .body-text .content #rfpForm fieldset ol li {
			padding: 0px;
			margin: 0px;
			width: 350px;
			list-style: none;
			display: block;
			float: left;
		}
		
			#body .container .rightSection .sectionRight .body-text .content #rfpForm fieldset ol li label {
				padding: 2px 0px 0px 0px;
				width: 110px;
				display: block;
				float: left;
			}
		
				#body .container .rightSection .sectionRight .body-text .content #rfpForm fieldset ol li label.checkbox {
					display: inline;
					float: none;
				}
				
				#body .container .rightSection .sectionRight .body-text .content #rfpForm fieldset ol li label.nopadding {
					padding: 2px 0px 0px 0px;
					width: 70px;
					display: block;
					float: left;
				}
			
			#body .container .rightSection .sectionRight .body-text .content #rfpForm fieldset ol li input,
			#body .container .rightSection .sectionRight .body-text .content #rfpForm fieldset ol li select,
			#body .container .rightSection .sectionRight .body-text .content #rfpForm fieldset ol li option,
			#body .container .rightSection .sectionRight .body-text .content #rfpForm fieldset ol li textarea {
				margin: 0px 0px 5px 0px;
				padding: 0px 0px 0px 2px;
				font-family: arial;
				color: #333333;
				font-size: 11px;
			}
			
			#body .container .rightSection .sectionRight .body-text .content #rfpForm fieldset ol li .submitBtn{
				width: 100px;
				font-family: arial;
				color: #ffffff;
				background-color: #005f82;
				font-size: 11px;
			}

