.error{
	color:#FF0000;
	font-weight:bold;
	margin-top:-10px;
	margin-bottom:10px;
}
.newspost{
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
.newspost a{
	text-decoration:none;
	color:#049AD7;
}
.newstitle{
	font-size:10pt;
	font-weight:bold;
	color:#049AD7;
	overflow:hidden;
}
.newstext{
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	line-height:13px;
	color:#000000;
	overflow:hidden;
	text-align:left;
	width:100%;
}
.newsinfo{
	float:left;
	font-size:8pt;
	color:#8A8A8A;
}
.newsreactions{
	float:right;
	font-size:8pt;
	font-weight:bold;
	color:#049AD7;
	padding-right:200px;
}
.hr{
	height:1px;
	border:0px;
	background-image:url(../images/newsline.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.crewusername{
	font-size:10pt;
	font-weight:bold;
	color:#049AD7;
	text-transform:capitalize;
}
.input{
	background-image:url(../images/inputbox.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:40px;
	width:274px;

}
.input_name{
	width:150px;
	height:40px;
	text-transform:uppercase;
	padding-top:5px;
}
.input INPUT{
	border:0px;
	margin-top:3px;
	margin-left:22px;
	width:240px;
	height:15px;
	background:transparent;
	color:#565658;
	font-family:Century Gothic;
}
.submit{
	width:56px;
	height:37px;
	background-image:url(../images/submit.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.submit INPUT{
	border:0px;
	width:56px;
	height:25px;
	background:transparent;
}