/* CSS Document */

input, textarea
{
	background-color:#222222;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	border:0;
	padding-left:5px;
}

input
{  }

#header > #searchForm > input
{
	width:120px;
	height:25px;	
	margin-top:66px;
	float:right;	
}

#contactForm > input
{
	height:25px;
}

#contactForm > textarea
{
	height:60px;
}

#newsForm > input
{
	width:145px;
	height:25px;
}
