div.weatherbox {
	width: 310px;
	margin-bottom: 10px;
}

div.weatherbox div.hdr {
	width: 310px;
	height: 26px;
	text-transform: uppercase;
	line-height: 26px;
	padding-top: 5px;
	color: white;
	background-image: url( '/images/goltl/votehdr.png' );
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 2px;
}

div.weatherbox div.cnt {
	position: relative;
	width: 310px;
	height: 300px;
	background-image: url( '/images/goltl/votebg.png' );
	background-repeat: repeat;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

div.weatherbox div.cnt iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 300px;
	width: 250px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

div.weatherbox div.ftr {
	width: 310px;
	height: 12px;
	background-image: url( '/images/goltl/latestnewsftr.png' );
	background-repeat: no-repeat;
}
