html, body {
	height: 100%;
}
#centeredcontent {
  background: #FFF;
	width: 906px;
	height: 470px;
	color: #000;
	position: absolute;
	left: 50%;
	top: 25px;
	margin-left: -420px; 
	/* Half the width of the DIV tag which is 50 pixels */
	border: 3px solid #DADADA; 
	
	display: none;
}

#contentHR {
  text-align: left;
  background: url(http://srv02.freeunderdog.com/~rhet/centsports/images/bg_div_906x378_bb.gif) top left no-repeat;
}

#centeredcontent p.title {
	font-size: 16px;
	color: #009933;
	font-weight: bold;
}

#centeredcontent p {
	margin-left: 8px;
}

#centeredcontent strong {
  color: #009933;
}

#centeredcontent form {
	font-size: 11px;
	color: #333;
	line-height: 1.8em;
	margin: 15px 100px 5px 30px;
	width: 530px;
	height: 350px;
	
	}
	
#centeredcontent form strong {
	color: #009933;
	}
	
#centeredcontent form label {
	float: left;
	width: 220px;
	}
	
#centeredcontent form input.textImg {
	background: none;
	border: none;
	width: 219px;
	height: 28px;
	margin-left: -5px;
	color: #000;
	padding-top: 5px;
	background: url(http://srv02.freeunderdog.com/~rhet/centsports/images//bg_textbox.gif) top center no-repeat;
	}
	
#centeredcontent form a.submitButton {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #006633;
	}

#centeredcontent .right {
	float: right;
	padding-right: 20px;
	}