body
{
	background: #000 url("../../images/bg_wood.jpg") repeat-y;
	color: #ccc;
}

#content_wrapper
{
	text-shadow: 0px 2px #000;
}

input[type=text], input[type=password], select
{
	background: transparent;
	padding: 5px;
	font-size: 12px;
	margin: 0;
	border: 0;
	border-bottom: 3px solid #000;
	color: #fff;
}

textarea
{
	background: transparent;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #fff;
	font-family: Arial;
	margin: 0;
	border: 0;
	border-bottom: 3px solid #000;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{
	border-bottom: 3px solid #2c1405;
}