﻿/* CSS Document */

body {
margin:0px;
padding:0px;
text-align:center;
}

.portal {
margin-left:auto;
margin-top:auto;
margin-right:auto;
margin-bottom:auto;
text-align:center;
}

img {
border:0;
}

#portalHolder {
z-index:1;
position:absolute;
left:50%; 
top:50%;
width:776px;
height:422px;
margin-top:-211px; /* half of the height */
margin-left:-388px; /* half of the width */
text-align:center;
background-color:#fff;
}

#top {
height:19px;
background-color:#fff;
background-image:url('homeEmailTop.gif');
background-repeat:no-repeat;
}

#bottom {
height:19px;
background-color:#fff;
background-image:url('homeEmailBottom.gif');
background-repeat:no-repeat;
}

#centralContent {
height:384px;
background-color:#AAB300;
text-align:center;
}

#logoHolder {
margin:0;
width:776px;
height:68px;
background-color:#AAB300;
}

#logoHolder img {
margin:15px 15px 0 0;
float:right;
}

#centralContent h1 {
clear:both;
margin:55px 0 0 0;
background-image:url('weThoughtYou.png');
background-repeat:no-repeat;
font:120% Arial, Helvetica, sans-serif;
color:#fff;
/* width:479px; */
width:776px;
height:72px;
text-indent:-9999px;
text-align:center;
}

#centralContent h1.download {
clear:both;
margin:75px 0 30px 0;
background-image:url('download.png');
background-repeat:no-repeat;
font:120% Arial, Helvetica, sans-serif;
color:#fff;
width:776px;
height:45px;
text-indent:-9999px;
}

#centralContent h2 {
clear:both;
margin:25px 0 25px 0;
background-image:url('toAccess.png');
background-repeat:no-repeat;
font:110% Arial, Helvetica, sans-serif;
color:#fff;
width:776px;
height:23px;
text-indent:-9999px;
}

#centralContent h2.download {
clear:both;
margin:60px 0 0 0;
background-image:url('tryAgain.png');
background-repeat:no-repeat;
font:110% Arial, Helvetica, sans-serif;
color:#fff;
width:776px;
height:76px;
text-indent:-9999px;
}

.button {
margin:10px 0 0 0;
border:none;
background:url('submit.png') no-repeat top left;
width:105px;
height:33px;
cursor:pointer;
padding-top:42px;
}

.clickHere {
margin:10px 0 0 0;
border:none;
background:url('clickHere.png') no-repeat top left;
width:132px;
height:33px;
cursor:pointer;
padding-top:42px;
}

.tryAgain {
margin:10px 0 0 0;
border:none;
background:url('tryAgainButton.png') no-repeat top left;
width:130px;
height:35px;
cursor:pointer;
padding-top:42px;
}

.emailForm {
clear:both;
border:0;
background-color:#fff;
text-align:center;
}

#cmsHolder {
	text-align:left;
	margin:20px 0 0 20px;
	width:100%;
	font:bold 100% Georgia, "Times New Roman", Times, serif;
	color:#333;
}

#cmsHolder a:link {
	text-align:left;
	margin:20px 0 0 20px;
	width:100%;
	font:bold 100% Georgia, "Times New Roman", Times, serif;
	color:#333;
	text-decoration:underline;
}

.formRow {
	width:600px;
	height:30px;
	padding:5px 0px;
}

.rowOne {
	width:50px;
	float:left;
}

.rowTwo {
	width:350px;
	float:left;
}

.rowThree {
	width:150px;
	float:left;
}


