﻿@charset "utf-8";
/* CSS Document */

#fuel-files h3 {
	font-size: 13px;
	color: #d52b1e;
	padding-bottom: 5px;
}
#fuel-files p {
	font-size: 12px;
	color: #333;
	line-height: 15px;
}
#fuel-files dt {
	font-size: 12px;
	color: #d52b1e;
	font-weight: bold;
	line-height: 15px;
}
#fuel-files a {
	font-size: 12px;
}
#fuel-files a:hover {
	text-decoration: underline;
}
#fuel-files dd {
	font-size: 12px;
	color: #333;
	padding-bottom: 20px;
	line-height: 15px;
}
#fuel-files input {
	height: 18px;
	width: 340px;
}
#fuel-files {
	background: url(/images/fuel-files-background.png) 0 0;
	height: 365px;
	width: 700px;
	overflow:auto;
	position: relative;
	margin-top: 20px;
}
#fuel-files #browse {
	background: #e7e7e7;
	height: 119px;
	width: 360px;
	margin: 40px 5px 5px 40px;
	padding: 18px 0 0 20px;
}
#fuel-files #search {
	background: #e7e7e7;
	height: 119px;
	width: 360px;
	margin: 5px 5px 5px 40px;
	padding: 18px 0 0 20px;
}
#fuel-files #question {
	background: #e7e7e7;
	height: 63px;
	width: 360px;
	margin: 5px 5px 5px 40px;
	padding: 18px 0 0 20px;
}
#fuel-files #example {
	background: #e7e7e7;
	height: 261px;
	width: 195px;
	position:absolute;
	top: 40px;
	right: 40px;
	padding: 18px 20px 0;
}
#fuel-files-experts {
	background: url(/images/answer-background.png) no-repeat left top;
	height: 560px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	font-size: 12px;
}
#return-search-results h3 {
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 48px;
	padding-left: 82px;
	font-size: 10px;
}
#fuel-files-experts #return-search-results a {
	color: #333;
	display: block;
	margin-left: -30px;
	padding-left: 30px;
}
#fuel-files-experts p {
	line-height: 15px;
}
#fuel-files-experts .fuel-files-question {
	width: 560px;
	margin: 25px auto 0 auto;
	font-size: 12px;
	line-height: 1.3em;
}
#fuel-files-experts .fuel-files-question h3 {
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 2px;
}
#fuel-files-experts .fuel-files-answer {
	width: 560px;
	margin: 15px 0 20px 60px;
	background: #fff;
	padding: 10px;
	height: 250px;
	overflow: auto;
	line-height: 18px;
}
#fuel-files-experts .fuel-files-answer h3 {
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 2px;
}
#fuel-files-experts #fuel-files-search-again {
	width: 580px;
	padding: 0 0 0 60px;
}
#fuel-files-experts #fuel-files-search-again h3 {
	font-weight: normal;
	text-transform: uppercase;
}
#fuel-files-experts #fuel-files-search-again .input {
	height: 18px;
	width: 420px;
	margin: 10px 10px 2px 0px;
	padding: 0;
	color: #ccc;
}
