/* NEWS FORM */

#news {
  margin: 0px;
}

#news .buttons {
    background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	color: #00bd00;	
	font-size: 10px;
	font-weight: normal;
	border:1px dashed;
	border-color: #CCCCCC;
	width: 130px;
	height: 20px;
}

.newslabelcell {
	font-family: arial, helvetica, sans-serif;
	color: #464646;
	font-size: 10px;
	line-height: 18px;
	font-weight: bolder;
	background-color: transparent;
 	width: 30px;
}
.newsfieldcell {
	font-family: arial, helvetica, sans-serif;
	color: #464646;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	background-color: transparent;
 	width: 90px;
}
.newslabelcell select {
    background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	color: #7cbb12;	
	font-size: 10px;
	line-height: 18px;
	font-weight: bolder;
}
.newsfieldcell input {
    background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	color: #464646;
	border:1px solid;
	border-color: #888888;	
	font-size: 10px;
	height: 14px;
	width: 90px;
}