#home_lottery {
	margin-top: 10px;
}

#home_lottery .h2_box {
	padding: 5px;
}

#home_lottery .left {
	float: left;
}

#home_lottery .right {
	float: left;
	border-left: 0px;
}

#home_lottery .bottom {
	border-top: 0px;
}

#home_lottery .extra {
	height: 100px;
}

#home_lottery h5 {
	margin-top: 5px;
}

#home_lottery h5 span {
	float: right;
}

#olg_logo {
	position: absolute;
	height: 61px;
	width: 600px;
	text-align: right;
	margin-bottom: -30px;
}

.lottery {
	border: 1px solid #AFAFAF;
	padding: 15px;
	width: 269px;
}

.lottery .title {
	margin: 0px 0px 3px 0px;
	height: 16px;
	font-weight: bold;
}

.lottery .title img {
	margin-right: 15px;
	display: block;
	float: left;
}

.lottery .title b {
	display: block;
	float: left;
}

.lottery .title span {
	color: #AAA;
	padding-left: 5px;
}

.lottery .numbers {
	clear: both;
	margin: 3px 0px 6px 0px;
}

.lottery .number {
	background: url(/images/lottery/number_bg.jpg);
	display: block;
	float: left;
	height: 22px;
	width: 22px;
	line-height: 21px;
	text-align: center;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.lottery .bonus {
	display: block;
	float: left;
	height: 22px;
	width: 40px;
	line-height: 21px;
	color: #000;
	text-transform: uppercase;
	margin: 0px 5px 0px 15px;
	font-weight: bold;
}

.lottery .encore {
	text-transform: uppercase;
	font-weight: bold;
}

#home_features {
	margin: 10px 0px;
}

#home_features .feature {
 width: 208px;
	float: left;
	display: block;
}

#home_features .feature div {
	border: 1px solid #AFAFAF;
	display: block;
	margin: 5px 6px;
	height: 270px;
	overflow: hidden;
}

#home_features .feature h4 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 10px 0px 10px;
}

#home_features .feature p {
	padding: 2px 10px 10px 10px;
}

html #home_features .middle {
	width: 194px;
}

html #home_features .middle div {
	margin: 5px 0px;
}

#home_shows {
	width: 396px;
	height: 150px;
	float: left;
}

#home_shows .h2_box {
	height: 220px;
	overflow: hidden;
	font-size: 10px;
}

#home_shows .show div {
	margin: 5px;
}

#home_shows .show {
 width: 131px;
	float: left;
}

#home_shows .show img {
	width: 121px;
}

#home_shows .show h5 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
}

#home_poll {
	width: 194px;
	float: right;
}

#home_poll .h2_box {
	height: 220px;
	background: url(/images/home/poll_bg.jpg) bottom center no-repeat;
}

#home_poll p {
	padding: 4px;
}

#home_poll li {
	list-style: none;
	padding: 2px 4px;
}

#home_poll li.submit {
	text-align: center;
	margin-top: 6px;
}

#home_poll li input {
	margin-right: 3px;
	border: none;
	background: none;
}

#home_poll li label {
	padding: 0px 0px 2px 2px;
}

#home_poll #poll_submit {
	margin: 5px 25px;
}