/**************************************************\
| CSS for BIKETOTE.com                                         |
| Designed by Nucleus Systems (nucleussystems.com)     |
| Copyright, All rights reserved                                  |
\**************************************************/
html {
	scrollbar-face-color: #AAAAAA;
	scrollbar-arrow-color: #222222;
	scrollbar-base-color: #888888;
	scrollbar-shadow-color: #777777;
	scrollbar-darkshadow-color: #666666;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #DDDDDD;
	scrollbar-track-color: #888888;
}
body {
	background: #999999;
	font-family: arial;
}
.main {
	background: url(../pics/backborder.jpg);
	width: 600px;
	height: inherit;
	min-height: 150px;
	text-align: center;
	vertical-align: top;
}
.bottom {
	background: url(../pics/backbottom.jpg);
	height: 34px;
}
input, textarea {
	background: #FFFFFF;
	border: solid 1px #555555;
	font-family:arial;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF0000;
}
.quote {
	font-style: italic;
	font-size: 12px;
}
.error {
	color: #FFFFFF;
	background: #BB0022;
}
.list {
	padding-left: 20px;
}

