body {
	font-size: 62.5%;
	background-color: #e5e5e5;
}
#footer a,
#middle a {
	color: #3d7fd3;
	text-decoration: none;
}
#footer a:visited,
#middle a:visited {
	color: #3d7fd3;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 812px;
	font-size: 1.2em;
	background-color: #FFF;
	background: url('/0.6/images/layout/container_bg.png') top left repeat-y;
}
#header {
	position: relative;
	height: 116px;
	background: #377bd2 url('/0.6/images/layout/header_bg.png') top left no-repeat;
}
#middle {
	padding: 0 15px;
	min-height: 400px;
	font-size: 1.1em;
}
#middle ul {
	font-size: 1em;
}
#middle h2 {
	margin-bottom: 20px;
}
#footer {
	padding: 10px 0;
	font-size: 0.9em;
	text-align: center;
	color: #999;
	background: url('/0.6/images/layout/footer_bg.png') bottom left no-repeat;
}
#header h1 {
	position: absolute;
	top: 40px;
	left: 20px;
	margin: 0;
	padding: 0;
}
#header h1 a {
	color: #FFF;
	text-decoration: none;
}
#header #slogan {
	position: absolute;
	top: 10px;
	left: 0;
}
h3 {
	margin: 5px 0;
	padding-bottom: 3px;
	color: #4374b7;
	border-bottom: 1px solid #83a3d0;
}
a img {
	border: none;
}
fieldset {
	margin-bottom: 10px;
	padding: 0;
	border: none;
}
fieldset#settings {
	padding-top: 10px;
	border-top: 1px solid #DDD;
}
label {
	font-weight: bold;
	margin-right: 10px;
}
#codeOut {
	width: 780px;
}
#loading {
	display: none;
}
#ebayID, #cols, #limit, #width {
	border: 1px solid #999;
}
.required-marker {
	color: #F00;
}
#ebayID.error {
	border: 1px dashed #F00;
}
#formHelp {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid red;
}
#formHelp {
	width: 200px;
	padding: 5px;
	border: 1px solid #999;
	background-color: #FFF;
}
#formGo {
	margin: 10px 0 20px 0;
}
#get_user_settings #settings,
#get_user_settings #details {

}
#loading {
	margin: 25px 0;
}
#loading img {
	margin-right: 10px;
}
#mainNav {
	position: absolute;
	top: 130px;
	right: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
}
#mainNav li {
	display: inline;
	margin-left: 8px;
	padding-left: 16px;
	background: url('/0.6/images/layout/main_nav_bull.gif') center left no-repeat;
}
#mainNav li a {
	color: #377bd2; 
	text-decoration: none;
}
#mainNav li a:hover {
	text-decoration: underline;
}
#mainNav li sup {
	color: red;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
#mainNav li.spacer {
	color: #BBB;
}
#auctionNudge {
	margin: 30px 0;
}
#pageDemo #mainNavDemo,
#pageContact #mainNavContact,
#pageHelp #mainNavHelp,
#pageAbout #mainNavAbout,
#pageExamples #mainNavExamples,
#pageHome #mainNavHome {
	background: url('/0.6/images/layout/main_nav_bull_on.gif') center left no-repeat;
}
#pageDemo #mainNavDemo a,
#pageContact #mainNavContact a,
#pageHelp #mainNavHelp a,
#pageAbout #mainNavAbout a,
#pageExamples #mainNavExamples a,
#pageHome #mainNavHome a {
	text-decoration: underline
}
#colsContainer {
	display: none;
}
/* ==================== CONTACT FORM STYLES ==================== */

#contact {
	margin-top: 25px;
}
#contact .label {
	float: left;
	clear: left;
	width: 240px;
	margin-right: 10px;
	text-align: right;
}
input#submit {
	margin-left: 248px;
}
input#name, input#email, input#how, textarea#message {
	width: 300px;
	margin-top: -2px;
}
.input {
	border: 1px solid #999;
}
.error{
	border: 1px dashed red;
}
.form_required {
	color: red;
}
#recaptcha_widget_div {
	margin-left: 248px;
}
