body {
	background: #003479;
}

#main {
	height: 717px;
	background: url(../images/backgrounds/grid.gif) no-repeat 0 0;
	padding-bottom: 0;
}

#grid_content {
	position: relative;
	width: 275px;
	margin-left: 360px;
	padding-bottom: 30px;
	text-align: center;
}

	#grid_content h1 {
		font-family: Georgia, serif;
		color: #ffffff;
		font-size: 2.4em;
		padding-top: 155px;
		text-align: left;
	}
	
	#grid_content p {
		color: #ffffff;
		font-size: 1.4em;
		line-height: 1.4em;
		text-align: left;
	}
	
	#grid_content a {
		color: #ffffff;
		font-weight:bold;
		font-size: 1.1em;
	}
	
	#grid_content input {
		display: block;
	}
	
	#grid_content input.textField {
		margin 0;
		padding: 8px 10px;
		border: 0;
		width: 255px;
		line-height: 24px;
		font-size: 24px;
		margin-top: 10px;
	}
	
	#grid_content label {
		display: block; 
		font-size: 1.4em;
		color: #ffffff;
		padding-top: 1em;
	}
	
	#grid_content input#submit_grid {
		margin: 15px 0 20px 90px;
		*margin: 15px 0 20px 0;
	}
				
#grid_logo {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/logos/crw_small.jpg) no-repeat 0 0;
	width: 133px;
	height: 95px;
}

#footer {
	background: none;
}

	#footer p.links {
		color: #ffffff;
		font-weight: bold;
		font-size: 1.4em;
	}
	
	#footer p.links a {
		color: #ffffff;
	}
	
.error {
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
.submitButton {
	padding:8px 25px;
	background: #003479;
	border:1px solid #FFF;
	font-size:15px;
	color:#FFF;
}