#newsdetailrightbg form {
width: 680px;
margin: 0px 20px 0px 20px;
padding: 0;
}

#newsdetailrightbg pre{
	display:block;
	font:14px "Century Gothic", "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:320px;
	}		
#newsdetailrightbg label{
	display:block;
	font-size:14px;
	font-weight: bold;
	}
#newsdetailrightbg select{
	height:32px;
	border:2px solid #E6DDAE;
	padding:3px;
	margin: 4px 0px 4px 0px;
	color:#8B8800;
	font:14px "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#newsdetailrightbg input{
	border:2px solid #E6DDAE;
	padding:4px;
	margin: 4px 0px 4px 0px;
	color:#8B8800;
	font:14px "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#newsdetailrightbg textarea{
	width:85%;
	height:140px;
	border:2px solid #E6DDAE;
	padding:3px;
	margin: 4px 0px 4px 0px;
	color:#8B8800;
	font:14px "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
form div{position:relative;margin:0px 0px 25px 0px;}
form .counter{
	position:absolute;
	right:0;
	top:0;
	font-size:11px;
	font-weight:normal;
	color:#8B8800;;
	}
form .warning{color:#000;}	
form .exceeded{color:#e00;}	
