#news {
	padding:0;
	margin:15px 0 0;
	position:absolute;
	left:280px;
	width:418px;
	line-height:15px;
}
#news .post {
	width:100%;
	padding-bottom:14px;
	margin-bottom:14px;
	border-bottom:3px solid #000000;
}
#news .post h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:4px;
}
#news .post p {
	margin:3px 0px 5px;
}
#news h2.pagetitle {
	color:#333333;
	text-transform:uppercase;
	font-size:10px;
	margin-bottom:5px;
	font-weight:normal;
}
label.hidden {
	font-weight:bold;
	text-transform:uppercase;
}
form#searchform { position:relative; height:40px; }
input#s {
	margin-top:3px;
	border:1px solid #000000;
	width:165px;
	padding:3px;
	position:absolute;
	bottom:0px;
	left:0px;
}
input#searchsubmit {
	position:absolute;
	bottom:0px;
	left:179px;
	border:2px solid #000000;
}
