﻿.content {
	line-height: 1.5em;
	background: #fff;
}

/* Baby blue box */
.content .nextstep .firsttime {
	float: left;
	width: 280px;
	height: 330px;
	padding: 0px 20px;
	color: #184371;
	text-align: justify;
	border: 1px solid #8ba2b3;
	background: #c6e7ff;
}

.content .nextstep-button {
	float: left;
	width: 100%;
	cursor:hand;
}

.content .nextstep-button .firsttime {
	float: left;
	width: 280px;
	height: 50px;
	padding: 0px 20px;
	color: #184371;
	border: 1px solid #8ba2b3;
	border-top: none;
	background: #c6e7ff;
}
.content .nextstep .firsttime .button
{
	float: left;
	width: 280px;
	height: 50px;
	padding: 0px 20px;
	color: #184371;
	border: 1px solid #8ba2b3;
	border-top: none;
	background: #c6e7ff;
}

/* Generate Logins Button */
.content .button .nextstep-button {
	background: #184371;
	color: #fff;
}

/* Yellow Box */
.content .nextstep .returning {
	float: right;
	width: 280px;
	height: 330px;
	padding: 0px 20px;
	color: #756754;
	text-align: justify;
	border: 1px solid #b3a28b;
	background: #fff1c7;
	vertical-align: baseline;
}


/* Returning button text */
.content .nextstep #returning a {
	color:  #6B5F51;
	font-weight: bold;
}

/* Returning Customer Button */
.content .nextstep #returning #returning-button .button {
	background: #b3a28b;
	vertical-align:bottom;
}

.content #morehelp a{
	padding-top: 10px;
	clear: both;
	text-align: center;
	text-decoration: none;
    font-weight:bold;
    color:#184371;    
}
.content #morehelp a:hover
{
	text-decoration: underline;
}
/* New Buttons */
.blueButton
{
	display:inline;
	height: 35px;
	padding: .2em;
	line-height: 1.4;
	text-decoration: none;
	text-align:center;
	border: 1px solid #808080;
	background: #184371;
	font-weight: bold;
	color: White;
	cursor:pointer;
	float: none;
}

.brownButton
{
	display:inline;
	height: 35px;
	padding: .2em;
	line-height: 1.4;
	text-decoration: none;
	text-align:center;
	border: 2px solid #808080;
	background: #6B5F51;
	color:  white;
	font-weight: bold;
	cursor: pointer;
	float: none;
}
h1 {
	font-size: 150%
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%
}



.content h1 {
	color: #898989;
	text-align: center;
	letter-spacing: -1px;
}

.content .nextstep {
	float: left;
	width: 690px;
	margin: 10px 0px 20px 0px ;
	padding-left:40px;
}
.content #morehelp a{
	padding-top: 10px;
	clear: both;
	text-align: center;
	text-decoration: none;
    font-weight:bold;
    color:#184371;    
}
.content #morehelp a:hover
{
	text-decoration: underline;
}
