/* Navigation Bar */

img#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#navbar {
	position: absolute;
	top: 0px;
	left: 68px;
	width: 100%;
	height: 83px;
	background-image: url('/images/top_nav_gradient.png');
	background-repeat: repeat-x;
	color: red;
}

div#header_text_1 {
	position: absolute;
	font-family: Arial, sans-serif;
	font-size: 110%;	
	color: #FFF;
	top: 13px;
	left: 65px;
}

div#header_text_2 {
	position: absolute;
	font-family: Arial, sans-serif;
	font-size: 110%;		
	color: #FFF;
	top: 33px;
	left: 65px;
}

legend.fieldset_legend {
	font-family: Arial, sans-serif;
	font-size: 120%;
	color: red;
	font-weight: bold;	
}

div.spacer {
	height: 25px;
}

tr.table_spacer {
	height: 20px;
}

div#legal {
	overflow: scroll;
	width: 700px;
	height: 90px;
	font-family: courier;
	font-size: 70%;

	border-style: solid;
	border-width: 1px;
	border-color: #999;
	text-align: left;
	color: black;
}

table.error_box {
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	padding: 20px;
}

label.error_code {
	font-weight: bold;
}


label#paypal_tag {
	font: 75% "Trebuchet MS", Verdana, sans-serif;
}

label.cc_label {
	color: red;
	font: 75% Arial, sans-serif;
}

label.error_message {
	color: red;
	font: 75% Arial, sans-serif;
}



