div.rfi-box {
	float: right;
	display: inline;
}

div#rfi-box-top {
	position: relative;
	background-image: url(../images/rfi-box-top-narrow.png);
	width: 252px;
	height: 153px;
	padding: 0 65px 0 55px;
	color: white;
	line-height: 16px;
	font-size: 12px;
}

div#rfi-box-top .content {
	position: absolute;
	width: 262px;
	bottom: 10px;
	color: #eee;
	line-height: 16px;
	font-size: 12px;
}


div#rfi-box-middle {
	background-image: url(../images/rfi-box-middle-narrow.png);
	width: 252px;
	padding: 10px 60px 0 60px;
}

div.rfi-factsheet {
	font-size: 12px;
}

div.rfi-factsheet h2, div.rfi-factsheet h3 {
	color: #0E3665;
}

div.rfi h2.heading {
	font-size: 18px !important;
}

div.rfi table {
	width: 260px;
	margin: 0;
	padding: 0;
}

div.rfi td {
    padding: 0 10px 5px 0 !important;
    margin: 0;
    border: none;
}

div.rfi td input {
	width: 140px;
}

div.rfi td input.checkbox {
	width: auto;	
}

div.rfi th {
	width: 90px;
    padding: 0 10px 0px 0;
	margin: 0;
    border: none;
}

div.rfi th.full {
	width: auto;
}


div.rfi select {
	width: 145px;
}

div.rfi select.long {
	width: 246px;
}

div.rfi input.submitButton {
	width: 174px;
	height: 68px;	
}

#full_length_column {
    clear: both;
}

#comments {
	width: 240px;
}

