body {
	background-color:silver;
	font-family: sans-serif, Tahoma, Arial, Helvetica;
}

#hSignup {
	margin: 5px 25px 5px 25px;
}

input {
	width: 100%;
}
#main {
	background-image: url("images/chain.png");
	width: 800px;
	height: 600px;
	background-color: white;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#dBannerLogo {
	background-image: url("images/140targetlogo.jpg");
	height:130px;
	background-repeat:no-repeat;
}

#bannerLogo {
	position:absolute;
	z-index:-1;
}

#dSummary {
	margin: 0px 25px 30px 25px;
	width: 350px;
	height: 115px;
	font-size: 23px;
	background-image: url("images/3dBoxBlue.jpg");
	background-repeat: no-repeat;
}

#summary {
	margin: 15px 6px 10px -5px;
}

.smallerText {
	font-size: smaller;
}

.t{
	color: white;
}


#formLayer {
	margin: 5px 25px 5px 25px;
	width: 350px;
	height: 2.5in;
	opacity: .8;
	background-color: silver;
	float: left;
}

#formControls {
	margin: 18px 20px 18px 20px;
}

.label {
	width: 150px;
	font-size: smaller;
}

#instructions {
	font-size: 10px;
}

#captchaText {
	width: 100%;
}

#captchaImg {
	width: 140px;
	height: 60px;
}

#worknote {
	margin: 5px 25px 25px 25px;
	text-align: justify;
}

#weAreWorking {
	margin: 25px 25px 5px 25px;
}

#leftColumn {
	float: left;
}

#followUs {
	background-image: url("images/twitterbutton.jpg");
	height: 70px;
	width: 71px;
	margin: 25px 25px 5px;
	float: right;
	vertical-align: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}

#followUsText {
	text-align: right;
	margin: 2px 25px 5px;
	clear: right;
}

#contactUs {
	text-align: right;
	margin: 25px;
	font-size: smaller;
}

#rightColumn {
	width: 400px;
	float: right;
}

#weAreWorkingLayer {
	margin: 25px 25px 5px 25px;
	width: 350px;
	height: 270px;
	opacity: .7;
	background-color: #bfdaf9;
	clear: right;
}
#twitterFollow {
	font-size: smaller;
	
}