table.contact {
	width: 100%;
}
table.contact th {
	border-bottom: 1px solid #000;
	text-align: left;
	vertical-align: top;
}
table.contact td {
	border-bottom: 1px solid #000;
	text-align: left;
	vertical-align: top;
}
#map {
	position: relative;
	display: block;
	height: 450px;
	border: 2px solid #000;
	margin-bottom: 20px;
	top: 20px;
}
	.alert {
		padding-top: 30px;
		color: red;
		font-size: 20px;
		font-weight: bold;
	}
		#newsletterSignup {
			position: relative;
			display: block;
			height: 60px;
			margin-bottom: 30px;
			top: 30px;
		}
			#email {
				position: absolute;
				display: block;
				height: 18px;
				width: 119px;
				left: 0px;
				top: 0px;
				color: #888;
				padding: 29px 0 0 9px;
				background: url(../images/home/homeSprites.png) no-repeat -436px -249px;
				z-index: 50;
			}
			#nSubmit {
				position: absolute;
				display: block;
				left: 131px;
				top: 17px;
				width: 30px;
				height: 30px;
				background: url(../images/global/sprites.png) no-repeat -186px 0px;
				cursor: pointer;
			}
			#nSubmit:hover {
				background: url(../images/global/sprites.png) no-repeat -186px -30px;			
			}
