/* CSS Document */
#newsCategoryContainer {
	border:1px solid #D3D3D3;
	height:31px;
	background-image:url(../../images/news/CategoryBackground.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	width: 350px;
	float:right;
	margin-bottom:15px;
	overflow:hidden;
	clear:both;
}
#newsCategoryContainer #newsCategoryContainer_Label {
	width:120px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#23A279;
	height:31px;
	line-height:31px;
	padding: 0 10px;
}
#newsCategoryContainer #newsCategoryContainer_Form { 
	width:205px;
	float:left;
	height:31px;
	line-height:31px;
}
#newsCategoryContainer #newsCategoryContainer_Form form {
	margin: 6px 0;
}
#newsCategoryContainer #newsCategoryContainer_Form select {
	width:200px;
	border:1px solid #D3D3D3;
	margin-bottom:20px;
}
