.newsTitle, .newsAdmin {
   text-align: left;
   padding: 4px;
   font-weight: bolder;
   font-size: 12px;
   background: #999999;
   color: white;
   height: 20px;
}

.newsAdmin {
   text-align: right;
}

.news {
	border: none;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
}

.button, .textarea, .textfield {
	width: 400px;
}