@charset "UTF-8";
/*The container wraps from "content" DIV to "latestproducts DIV */

p {
	color: #CCC;
	font-size: 10px;
}
body {
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
}
.wrapper {
	width: 100%;
	height: 100%;
}
.banner {
	width: 62.5em;
	height: 6.25em;
	position: relative;
	margin: 0px auto;
	text-align: left;
}
.content {
	width: 62.5em;
	height: 100%;
	margin: 0px auto;
	background-color: #000;
	overflow: hidden;
	text-align: center;
}
.content {
	height: 100%;
	width: 100%;
	background-color: #000;
	position: relative;
}
form {
	margin-left: 26em;
	margin-right: 26em;
	font: "Times New Roman", Times, serif;
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
label {
	color: #CCC;
	font-size: 10px;
	font-weight: bold;
}
input {
	height: 18px;
	font-size: 10px;
	background-color: #231f20;
	border: 1px solid #8b7309;
	color: #fff;
}
.button {
	background-color: #231f20;
	color: #fff;
	padding: 7px;
	height: auto;
	font-size: 12px;
	font-weight: bold
}
.button:hover {
	background-color: #8b7309;
	cursor: pointer;
	color: #fff
}
h3 {
	color: #8b7309;
	font-size: 18px;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
}
.form h1 {
	color: #8b7309;
	font-size: 10px;
}
.form h2 {
	color: #8b7309;
	font-size: 12px;
}
a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
a:hover {
	color: #b8b8b8;
	text-decoration: none;
	font-size: 10px;
}
a span {
	color: #8b7309
}
a span:hover {
	color: #b8b8b8
}
a img {
	outline : none;
}
img {
	border : 0px;
}
.error {
	font-size: 12px;
	color: red;
}
table {
	color: #8b7309;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
td {
	padding-bottom: 10px;
}
