/*<?php header("Content-type: text/css"); ?>*/
body {
	background-image: url(images/interface/bg_v2.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#norcoLogo {
	margin: 0;
	padding: 0;
	border: none;
}
#norcoLogo:hover {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	background: none;
}
hr {
	display: none;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	border: 1px solid #cccccc;
	color: #333333;
	padding: .1em;
	margin-bottom: .5em;
}
img {
	border: none;
}
#container {
	width: 49.5em;
	max-width: 100%;
}
.red_highlight {
	background-color: #cc0000;
	padding: .05em .3em .05em .3em;
}
.grey_highlight {
	background-color: #333333;
	padding: .05em .3em .05em .3em;
}
.white_highlight {
	background-color: #ffffff;
	padding: .05em .3em .05em .3em;
}
.yellow_highlight {
	background-color: #ffcc00;
	padding: .05em .3em .05em .3em;
}
.yellow_splatter_highlight {
	background-image: url(/images/interface/bg_bike_names.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: .25em .3em .25em .3em;
	border-bottom: 2px dotted #666666;
}
.clear {
	clear: both;
}
.hide {
	display: none;
	visibility: hidden;
}
.show {
	display: block;
	visibility: visible;
}
#introduction {
	float: left;
	font-size: 75%;
	background-image: url(/images/interface/bg_intro_paragraph.gif);
	background-repeat: repeat;
	padding: 1em 2em 2em 2em;
	margin-bottom: 0;
	line-height: 1.75em;
}
#introduction a {
	color: #cc0000;
}
#introduction a:hover {
	color: #000000;
}
#introduction h1 {
	text-transform: lowercase;
	color: #ffffff;
	font-size: 150%;
	margin-top: .5em;
	font-weight: bold;
}
#introduction h2 {
	text-transform: lowercase;
	color: #ffffff;
	font-size: 130%;
	margin-top: .5em;
}
#introduction .intro_paragraph {
	font-size: 135%;
}
form label {
	font-weight: bold;
	text-transform: lowercase;
	color: #333333;
	font-size: 105%;
}
form a {
	color: #cc0000;
}
form a:hover {
	color: #000000;
}
form {
	color: #666666;
}
.form_section a {
	color: #cc0000;
}
.form_section a:hover {
	color: #000000;
}
.form_section {
	/*background-color: #ecf8fe;*/
	padding-top: 2em;
	padding-left: 2em;
	padding-right: 2em;
	font-size: 80%;
	margin: 0;
	padding-bottom: 2em;
	border-top: 2px dotted #e6e6e6;
	background-image: url(/images/interface/bg_intro_paragraph.gif);
	background-repeat: repeat;
	background-position: bottom;
}
.form_response {
	color: #cc0000; 
	font-weight: bold; 
	clear: both;
	text-align: center;
	font-size: 120%;
	margin-bottom: 1.5em;
	padding-left: 3em;
	padding-right: 3em;
	
}
form input {
	border: 3px solid #e6e6e6;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
form select {
	border: 3px solid #e6e6e6;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
form textarea {
	border: 3px solid #e6e6e6;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	color: #666666;
}
form .submit {
	color: #ffffff;
	cursor: pointer;
	background-color: #cc0000;
	border: none;
	font-weight: bold;
}
form .submit:hover {
	background-color: #000000;
}
form .inputText {
	width: 15em;
}
form .left {
	width: 43%;
	float: left;
	padding-left: 2em;
 }
form .right {
	width: 43%;
	float: right;
 	padding-right: 2em;
}
 form .checkbox {
 	border: none;
 }
 ol{
 	margin-left: 1em;
	padding-left: 0;
}