@charset "utf-8";
/* CSS Document */


.label {
	float: left;
	width: 300px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	clear: left;
}
#orderform #container form #pre_orderform table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font-weight: bold;
	
}

#orderform #container form #pre_orderform p { margin-bottom: 10px; }

#orderform #container form #main_orderform table {
	font-size: 85%;
	background-color: #ECF4F9;
	border-collapse: collapse;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 95%;
}

#orderform #container form #main_orderform table caption {
	text-transform: uppercase;
	font-weight: bold;
	color: #C00;
	background-color: #69F;
	font-size: 150%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-left-color: #F00;
}
#orderform #container form input:focus, #orderform #container form #realname:focus, #orderform #container form #password:focus, #orderform #container form #additional_notes:focus  { background-color:#FF9; }
#orderform #container form #main_orderform #submit {
	font-weight: bold;
	width: 10em;
	height: 40px;
	font-size: 150%;
}

#orderform #container form #main_orderform p #additional_notes {
	margin-bottom: 15px;
	height: 100px;
	width: 50%;
}

#orderform #container form #main_orderform #reset { }

#orderform #container form #main_orderform #submission_area {
	text-align: right;
	padding-right: 15px;
}


#orderform #container form #main_orderform table td, #orderform #container form #main_orderform table th {
	border: 1px solid #F00;
	padding-right: 5px;
	padding-left: 5px;
}
#orderform #container form #main_orderform table tr:hover { background-color: #9F6; }
#orderform #container form #main_orderform #standingorder { width: 50%; }

#orderform #container #header #header_main p img { margin: 5px; }

.newseries {
	background-image: url(../images/PermanentComponents/NEW.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFF;
	font-weight: bold;
	padding-right: 40px;
}


#orderform #container form #main_orderform table tr.header:hover, #orderform #container form #main_orderform table tr.header { background-color:#093; }
#orderform #container #intro ol a.email {
	background-image: url(../images/links/email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#orderform #container #intro ol blockquote a.web {
	background-image: url(../images/links/globe.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
}
#orderform #container #intro ol blockquote a:visited {
	color: 999;
	background-image: url(../images/links/check.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}



#orderform #container form #main_orderform table th	{ font-size: 80%; }

#orderform #container form #realname, #orderform #container form #password   {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	margin-top: -2px;
}

#orderform #container form #realname	{ width: 300px;}

#orderform #container form #password  {	width: 100px;}

.section_heading {
	font-size: 110%;
	font-weight: bold;
	background-color: #CCC;
	text-align: center;
}

#orderform #container form #main_orderform table caption a:link, #orderform #container form #main_orderform table caption a:link  { color: #C00; }
