.news
{
	padding-top: 10px;
	font-family: Tahoma;
	font-size: 14px;
	margin-left: 10px; 
	margin-top: 5px;
}

.table_list
{
	width: 640px;
	border-collapse: collapse;
	margin-top: 15px;
	font-size: 14px;
}

.table_header
{
	background-color: #2f3031;
	color: white;
	height: 30px;
}

.table_content
{
	height: 30px;
}

.text_input
{
	margin-left: 2px;
	width: 210px;
	height: 25px;
	border: 2px solid;
	border-color: #656667;
	border-radius: 4px;
}

.textarea_input
{
	border: 2px solid;
	border-color: #656667;
	border-radius: 4px;
}


.send_btn
{
	margin-left: 2px;
	width: 80px;
	height: 25px;
	border: 2px solid;
	font-family: Tahoma;
	font-weight: bold;
	color:#1f1f1f;
	border-color: #656667;
	border-radius: 4px;
	
}


