form input[type="text"], textarea
{
	width: 100%;
	
	color: #9C98A9;
}

form input[type="text"]
{
	height: 20px;
	padding: 5px;

	background: url(/static/form_field_small.png) center left no-repeat;
	border: 0;
}

form textarea
{
	height: 110px;
	padding: 5px;
	overflow: hidden;

	background: url(/static/form_field_large.png) center left no-repeat;
	border: 0;
}

form input[type="submit"]
{
	height: 30px;
	width: 80px;

	background: url(/static/button_send.png) center left no-repeat;
	border: 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}