.news_frame{
	border-radius: 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 20px;
	margin-top: 20px;
}
.news_title{
	font-size: 22px;
	font-weight: bold;
}
.news_date{
	margin-bottom: 20px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.news_text{
}
