/** no other choice but to use absolute position as the rest other top Div's have used absolute position  **/
div#cm_mainBox {
	opacity: 1;
	position: absolute;
	top: 520px;
	left: 14px;
	display: block;
	z-index: 550;
	width: 950px;
	padding: 10px;
	background: none;
}

#cm_mainBox h3 {
	color: #fff;
	font: bold 18px Arial, Verdana !important;
	font: bold 16px Arial, Verdana;	
	text-transform:none !important;
}

#cm_mainBox h4 {
	color: #fff49a;
	font: bold 16px Arial, Verdana !important;
	font: bold 16px Arial, Verdana;	
	text-transform: uppercase;
}

#cm_mainBox h5 {
	font: normal 15px Arial, Verdana;
	color: #fff;
	margin-bottom: 20px;
}

#cm_mainBox ul li {
	padding: 0;
	margin: 0 5px 0px 10px;
}

#cm_mainBox ul {
	margin: 0 0 0 10px;
}

#cm_blackBox {
	opacity: 0.70;
	filter:alpha(opacity=70); /* thank you IE for making our life miserable */
	position: absolute;
	top: 520px;
	left: 14px;
	display: block;
	z-index: 540;
	width: 950px;
	height: 610px;
	background: #000;
}

.white {
	/* color: #fff !important; */
	color: #fff;
}

.larryLookDiv {
	background: url("images/charlie_bg_sm.gif"/*tpa=http://www.wfn.tv/charliemoore/images/charlie_bg_sm.gif*/) center right no-repeat;
	padding-right: 50px;
	width: 280px; 
	height: 65px;
}	

.larryFishDiv {
	background: url("images/charlie_bg_med.gif"/*tpa=http://www.wfn.tv/charliemoore/images/charlie_bg_med.gif*/) center center no-repeat;
	width: 500px;
	height: 280px;
	top: 440px;
}

#get_hooked {
	font: normal 14px Arial, Verdana;
	margin: 10px 0px;
	padding: 0px;
}

#get_hooked li {
	margin: 3px 0px 0px 20px;
	list-style: none;
}

#get_hooked span {
	width: 160px;
	display: block;
	float: left;
	padding-top: 2px;
}

#get_hooked input, #get_hooked textarea {
	width: 260px;
	padding: 0px 3px;
}

#get_hooked select {
	width: 265px;
	padding: 0px 0px 0px 3px;
}

#get_hooked textarea {
	height: 120px;
	padding: 3px;
	overflow: auto;
}

#get_hooked .question {
	margin: 15px 0px 0px 20px;
}

#get_hooked .checkbox input {
	width: auto;
	margin-right: 4px;
}

#get_hooked #contest_month {
	width: 105px;
}

#get_hooked #contest_day {
	width: 85px;
}

#get_hooked #contest_year {
	width: 85px;
}

#hooked_submit {
	width: 404px;
	text-align: right;
}


