@charset "utf-8";
/* CSS Document */

body {
	margin:10px auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #611F1D;
	background-color: #668041;
}
#wrapper {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	border:double medium;
	background-color:#FFFAF0;
}
.header {
	width:100%;
	background-color:#E2A07D;
	background-position:left;
	background-repeat:no-repeat;
	margin:auto;
	padding:0;
	height:148px;
	clear:both;
	border: none;
}
.title {
	float:right;
	text-align:center;
	padding:0px 15px 0px 15px;
	font-size:1.0em;
	font-weight:bold;
	margin-top:2.0em;
}

#navcontainer {
	margin:0px auto 0px auto;
	padding: 0;
	height: 30px;
	width:100%;
	background-color:#066;
	border-top:#060 4px solid;
	border-bottom:#060 4px solid;
}
.bevelmenu {
	font: bold 13px arial;
	padding: 6px 0;
	margin: 0;
	width: 100%;
	background-color: #FFF2BF;
	text-align: left; /*set value to "right" for example to align menu to the right of page*/
}
.bevelmenu li {
	list-style: none;
	display: inline;
}
.bevelmenu li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: black;
	background-color: #FFF2BF;
	border: 2px solid #FFF2BF;
}
.bevelmenu li a:hover {
	color: black;
	background-color: #FFE271;
	border-style: outset;
}
html>body .bevelmenu li a:active { /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}
.content {
	margin:auto;
	width:90%;
	background-color:#FFFAF0;
	padding-bottom:2em;
	padding-top:2.0em;
}
.footer {
	padding: 0;
	margin-top:2.0em;
	width:100%;
	background-color:#441811;
	color:#FFFAF0;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
}
.fttext {
	color:#FFF;
	padding:15px;
}
.frontier {
	width:100%;
	font-size:0.65em;
	text-align:center;
}
.end {
	width:100%;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
}
legend {
	color: #fff;
	font-weight:bold;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px;
}
label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.submit input {
	margin-left: 4.5em;
}
input {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}
.submit input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}
fieldset {
	border: 1px solid #781351;
	background-color:#F2FFDF;
	width: 700px;
	margin:auto;
	padding:0em 2em 2em 2em;
}


h1.sale {
	font-size:1.5em;
	font-weight:bold;
	text-align:center;}
	
.error_strings {
	color:#F00;
	font-weight:bold;
	font-size:0.85em;}	
	
.refresh {
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
	margin:auto;
}

.refreshfront {
	font-size: 0.8em;
	font-weight: bold;
	text-align:center;
	margin:auto;
}

#qualified {
	font-size:80%;
	font-weight:bold;
	}
	
.units {
	width:50px;
	font-weight:bold;
	display:inline;
	}	

.sold {
	font-size:0.9em;
	line-height:2em;
	}
	
.revenue {
	text-align:right;
	padding-right:1.0em;
	}
	
.soldtitle {
	text-align:center;
	}
	
.subscribe {
	line-height:2.5em;}	

.taleft {
	text-align:left;}
.redfont {
	color:#F00;}	
	
