body
{
	margin: 0px;
	background-color: #cbd6bb;
	color: #0055a5;
	font-size: 12px;
	font-family: arial;
	min-width: 690px;
}

a
{
	text-decoration: none;
	color: #0055a5;
}

a:hover
{
	color: #688d33;
}


.container
{
	margin: 0 auto 10px auto; 
	position: relative; 
	width: 550px;
}

.logo
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.stripe
{
	background-color: #e0e6d6;
	position: absolute;
	top: 150px;
	left: 0px;
	height: 30px;
	width: 100%;
}

.oha
{
	position: absolute;
	top: 35px;
	left: 290px;
	width: 247px;
	height: 15px;
}

.info-l
{
	margin-top: 10px;
	float: left;
	height: 22px;
}

.signup
{
	/*
	float: right;
	*/
	margin-top: 10px;
	text-align: center;
	height: 40px;
	padding: 0px;
}

.button
{
	position: relative;
	padding-left: 2px;
	top: 5px;
	_top: 3px;
}

.error
{
	color: #FF0000;
}

.address
{
	/*
	clear: both;
	*/
	font-size: 10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}