select {
	border: 1px solid #AABBBB;
	background: url('../images/textbox.png') repeat-x;
	opacity:.75;	filter: alpha(opacity=75);	-moz-opacity: 0.75;
	width: 200px;
}
select option {
	padding: 0px 3px;
}
select:hover {
	opacity:1.0;	filter: alpha(opacity=100);	-moz-opacity: 1.0;
}

select:focus, select:active {
	opacity:1.0;	filter: alpha(opacity=100);	-moz-opacity: 1.0;
	border: 1px solid #889999;
}

.news_released {
	font-size: 0.9em;
	color: #112222;
}
