﻿.body {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-left: 0;
	margin-top: 0;
	margin: 0;
	margin-right: 0;
}
a {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
.green-border-solid {
	padding: 0px;
	margin: 0px;
	border: 1px solid #008000;
}
.purplerow {
	border-width: 0;
	background-color: #800000;
}
.all-caps {
	text-transform: uppercase;
}
.greenbox-whitetext {
	margin: 20px;
	background-color: #008000;
	color: #FFFFFF;
}
.center-text {
	text-align: center;
}
.logo-style {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}
.footer {
	font-size: small;
}
.indent {
	text-align: left;
}
.left-text {
	text-align: left;
}
.pics-in-green {
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
}
.menulinks {
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
.menulinkstop {
	font-size: x-small;
	text-decoration: none;
}
.focused, .blurred {
	text-align: right;
	width: 100%;
	border-top: 0;
	border-left: 0;
	border-bottom: solid 1px #00CC00;
	border-right: solid 1px #00CC00;
}
.focused {
	background-color: white;
	color: black;
}
.blurred {
	background-color: transparent;
	color: white;
}
.invalid {
	color: yellow;
}
.valid {
	color: black;
}
#qtyMsg {
	color: yellow;
}
#step1 {
	display: inline;
}
#step2 {
	display: none;
}
#step3 {
	display: none;
}
