/* CSS File For NameSqueeze 1 */

/* Main body setup */
body {
	font: 13px Verdana, Arial,sans-serif;
	background-color: #fff;
	color: #151515;
}

/* The style of the namesqueeze */
#main {
	margin: 0 auto;
	width: 358px;
	height: 250px;
	/*border: 3px dashed #000;*/
	background-color: #fff;
	background-image: url(dtfoptin.png);
	background-repeat: no-repeat;
}

#mainthanks {
	margin: 0 auto;
	width: 358px;
	height: 250px;
	/*border: 3px dashed #000;*/
	background-color: #fff;
	background-image: url(../images/thankyou.gif);
	background-repeat: no-repeat;
}

/* Define the style of the content */
#content {
	position: absolute ;
	margin-top: 180px;
	text-align: left;
	margin-left: 55px;
}

/* The footer style */
#footer {
	font: 11px Verdana, Arial,sans-serif;
	color: #aaaaaa;
	text-align: center;
}

/* Text Styles ***************************************************/

/* The main headline */
#content .headline {
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	color:#FF0000;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* The post headline */
#content .posthead {
	text-align: center;
}

/* The post headline text */
#content .postheadtext {
	background-color:#FFFF66; font-weight:bold;
}


.textbox {
	border: 1px solid #ccc;
	padding-left: 5px;
	background-color:#fff !important;
}

.submitbutton {
	margin-left: 75px;
	margin-top: 8px;
}



/* The word emphasis */
.emph {
	color: #000;
}