input[type='text'], input[type='password'], textarea
{
	padding: 5px;
	
	border: none;
	background: #FFFFFF;
	color: #999999;
}

textarea
{
	width: 98%;
}

input[type='submit'], input[type='reset'], button
{
	padding: 3px;
	
	border: none;
	background: #ff9900;
	text-transform: uppercase;
	cursor: pointer;
	color: #fcee21;
}

input[type='submit']:hover, input[type='reset']:hover, button:hover
{
	background: #ffcc33;
	color: #FFFFFF;
}

/* search form styles */

form#searchform label
{
	display: none;
}
