body {
	background-color: #092f7b;
	margin: 30px 0px 30px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #3a5995;
	font-weight: bold;
}
a:hover {
	color: #009900;
}
#wrapper {
	margin: 0px auto 0px auto;
	width: 800px;
	background-color: #ffffff;
}
.clearer {
	clear: both;
	height: 5px;
}
.spacer {
	height: 600px;
}
#logo {
	
}
#content {
	padding: 20px 35px 45px 35px;
}
#product {
	margin: 0px -50px 0px 0px;
	color: #fdb30a;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#description {
	float: left;
	margin: 0px 0px -30px 0px;	
	color: #3a5995;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#description ul {
	padding: 0px 0px 0px 50px;
	color: #3a5995;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
#description ul span {
	color: #009900;
}
#buttons {
	margin: 0px 45px 0px 45px;
}
#buttons ol {
	font-size: 20px;
	font-weight: bold;
}
#buttons .spacing {
	padding-bottom:35px;
	font-size: 18px;
	font-weight: bold;
}
#buttons img {
	padding-left:25px;
}
#price {
	margin: 15px 0px 0px 0px;
	width: 250px;
	color: #009900;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#screenshots {
	text-align: center;
}
#callout {
	margin: -575px 0px 0px 0px;
	width: 250px;
	color: #3a5995;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.box {
	position: absolute;
	top: 275px;
	margin: 0px 0px 0px 25px;
	padding: 25px;
	width: 610px;
	overflow: hidden;
	color: #000000;
	font-size: 12px;
	background-color: #ffffff;
	border: 15px solid #3a5995;
}
.box h1 {
	color: #fdb30a;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
}
.close {
	float: right;
	margin: 0px 0px 0px 35px;
	font-size: 16px;
}
.close a {
	text-decoration: none;
}
#instructions {
	margin: -250px 50px 0px 150px;
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#zip {
	color: #cc0000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
#zip a {
	color: #cc0000;
}
#service {
	float: right;
	margin: -75px 0px 0px 0px;
	width: 150px;
	color: #666666;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
#footer {
	padding: 15px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

.LV_validation_message {
	font-size:12px;
	font-weight: bold;
}

.LV_invalid_field {
	border-color: #FF0000;
	border-style: solid;
}

.LV_invalid {
	color:#FF0000;
}

.LV_valid {
	color:#00FF00;
}