#globalContainer {
	position: relative;
	width: 801px;
	margin: 0 auto;
}

#contentContainer {
	position: relative;
	border: 0;
	background-color: #fff;
	text-align: left;
}

.top{	
	position: relative;
	background-color:#6DC6E7;
	height:90px;
	text-align: left;
}
.top .logo{
	padding-left:12px;
	padding-top:12px;
}

.headerTitle{
	text-align: left;
	height: 22px;
	font: normal 12px Verdana; 
	color: #003399;
	line-height: 22px;
	background-color: #bfe669;
	padding-left: 65px;
}

a.submitButton {
	background:transparent url(../interface/submitButton_bg.gif) repeat-x scroll left top;
	cursor:pointer;
	display:block;
	height:38px;
	margin-top:11px;
	width:181px;
}

a.submitButton:HOVER{
	background:transparent url(../interface/submitButton_bg.gif) repeat-x scroll left bottom;
}

a.skipButton {
	background:transparent url(../interface/skipButton_bg.gif) repeat-x scroll left top;
	cursor:pointer;
	display:block;
	height:22px;
	margin-top:5px;
	width:181px;
}

a.skipButton:HOVER{
	background:transparent url(../interface/skipButton_bg.gif) repeat-x scroll left bottom;
}



.greenLine{
	height: 1px;
	line-height: 1px;
	display: block;
	margin: 0;
	padding: 0;
	border-top: solid 1px #8bb02c;
	width: 689px;
	margin-left: 66px;
}

.registerContent{
	position: relative;
	font: normal 14px Arial;
	color: #333333;
	line-height: 20px;
	text-align: left;
	width: 420px;
	height: 353px;
	margin-left: 66px;
}

.step2{height: 160px;}

.registerContent p{
	font: normal 14px Arial;
	color: #333333;
	line-height: 20px;
}

h1{
	color:#8EB137;
	font: bold 20px Arial;
	padding:29px 0 8px;
}

.blue{color: #003399; font-size: 16px;}
.boldBlue{color: #003399; font-weight: bold;}
.boldBlack{color: #000000; font-weight: bold;}
.note{font-size: 9px; line-height: 12px;}

.pageImage{
	position: absolute;
	top: -69px;
	right: 0;
}

.people{
	top: -103px;
}

.questions{
	font: bold 14px Arial;
	color: #003399;
	line-height: 24px;
	text-align: center;
	padding: 0 0 10px 0;
}

.readRules{
	color: #333333;
	font: normal 11px Arial;
	text-align: center;
}



.thankYouPage{
	font: bold 20px Arial;
	color: #8eb137;
	line-height: 24px;
	height:321px;
}

.thankYouPage h1{color: #003399; padding-top: 45px;}

.thankYouPage span.bigger{font-size: 28px; line-height: 32px;}

.thankYouPage span.smaller{font-size: 14px; font-weight:normal; }
.thankYouPage .text{margin-top: 16px;}
.thankYouPage .link{margin-top: 24px;}
.thankYouPage .link a{
	font: normal 20px Arial;
	color: #333333;
	text-decoration: none;
}

.textarea{width: 397px; height: 40px;border: solid 1px #999999;}
.longInputField{width: 260px;}