
div.news_div{
	width: auto;
	margin: 10px auto 10px auto;

}

div.news_head{
	float: left;
	width: 96%;
	font-size: 18pt;
	padding: 0 10px 0 10px;
	margin: 15px auto 0 auto;
	background-color: #272727;
	text-shadow:0px 2px 0px #000;
	border: #424141 2px solid;
}

div.news_date{
	float: left;
	width: 20%;
	font-size: 8pt;
	color: silver;


}

div.news_from{
	float: left;
	width: 20%;
	font-size: 8pt;
	color: silver;

}
div.news_cat{
	float: left;
	width: auto;
	font-size: 8pt;
	color: silver;

}

div.news_content{
	float: left;
	width: 96%;
	padding: 11px;
	font-size: 12pt;
	border: #424141 1px solid;
}

.module_news_input{
	padding: 1px 4px;
	margin-left:5px;
	float:left;
	width: 152px;
	height:15px;
	background:#272727;
	border: 1px solid #777777;

	margin-bottom:3px;
	color:#FFFFFF;
	display:block;
}

#upload{
	margin:30px; padding:15px;
	font-weight:bold; font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#333333;
	color:#3366cc;
	border:1px solid #ccc;
	width:150px;
	cursor:pointer !important;
	-moz-border-radius:15px; -webkit-border-radius:15px;
}