div#module_news_editNews
{
	visibility: collapse; 
	display: none;
	background: #f5f5ff; 
	position: absolute; 
	top: 200px; 
	left: 230px;
	width: 540px;
	border: solid 2px;
	padding: 20px;
}

div#module_news_new
{
	visibility: collapse; 
	display: none;
	background: #f5f5ff; 
	position: absolute; 
	top: 200px; 
	left: 150px;
	width: 700px;
	border: solid 2px;
	padding: 20px;
}

.module_news_frame
{
	width: 714px;
	background: url(../modules_img/news_bkg.jpg) repeat-y;
}

.module_news_top
{
	background: url(../modules_img/news_top.jpg) no-repeat;
	width: 741px;
	height: 10px;
	color: #000000;
	font-size: 8px;
	padding-top: 11px;
	padding-left: 16px;
}

.module_news_bottom
{
	background: url(../modules_img/news_bot.jpg) no-repeat; 
	width: 741px;
	height: 10px;
	clear: both;
}

.module_news_img
{
	width: 100px;
	padding-top: 6px;
	padding-left: 10px;
	float: left;
}

.module_news_html
{
	float: right;
	width: 580px;
	padding-right: 20px;
}

