/* News CSS */
div#news_add {
	padding: 30px 0 20px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
div#news_add form {
	text-align: center
}
div#na_left, div#na_right {
	text-align: center;
	margin: 0 10px 30px;
}
div#na_left {
	float: left;
}
div#na_right {
	float: left;
}
div.input {
	clear: both;
}

div#news_read {
	padding: 30px;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
div#news_header {
	height: 40px;
}
div#news_index h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

