body{
	margin: 0;
	padding: 0;
	text-align: center;
	font: 11px Verdana,sans-serif;
	background: #fff;
	color: #000;
}

#page{
	margin: 0 auto 30px;
	width: 753px;
	padding-left: 15px;
	padding-right: 10px;
	background: url(/images/background.gif) top left repeat-y;
	text-align: left;
}


h1 { text-indent: -9999px; margin:0; background: url(/images/leasedrive_velo_logo.jpg) 20px 10px no-repeat; width: 200px; height: 70px; }
h3#tags { margin-top: 30px; }
h2, h3 { color: #037; }
a { color:#026; text-decoration: none; }
a img { text-decoration: none; border: none; }

#header img{position:absolute;top:45px;right:20px;}

#body, #page { position: relative; }
#body { padding: 1em 2em; padding-right: 300px; min-height: 400px; }

#footer p { margin:0 0.5em;}
#footer{ background:#026;color:#fff;padding:0.3em;padding-top:0.2em;border-bottom:3px double #fff;}
#footer a { color: #fff; text-decoration: none; }

#bottom-menu p { margin-top: 30px; text-align: center; }
#quickmenu p { position:absolute; top:3px; right:15px; margin: 0; text-align: right; font-weight: bold; }

.menu a.current-page { font-weight: bold; }


#body {
	font-size: 13px;
}

#intro h2 { margin: 0; font-size: 20px; }
#intro p { margin-top: 0; color: #037; }
#intro img { vertical-align: top; }


/* Download form */

form {
	margin: 0;
	width: 260px;
	position: absolute;
	top: 1em;
	right: 1em;
	font-size: 11px;
	border: 1px solid #628CD6;
	background: url('/images/gradient.png') 30px 0 repeat-x;
}

form h3 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background: #193E83;
	color: #fff;
	font-size: 12px;
}

form strong {
	font-weight: bold;
	color: #444;
}

form p { 
	clear: both;
	margin: 1em;
}

label {
	float: left;
	width: 100px;
	margin-top: 2px;
}

label em { color: red; }

label.error {
	clear: left;
	float: left;
	width: 100%;
	color: red;
	padding: 0;
}

input.text {
	font-size: 12px;
	float: left;
	width: 130px;
	border: 1px solid #7E9DB9;
}

input.button {
	background: #193E83;
	color: #fff;
	border: none;
	padding: 0.5em 1em;
	display: block;
	margin: 1em auto;
	font-weight: bold;
}

input.checkbox {
	vertical-align: top;
}