input, textarea
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	
	color: #252525;
	background-color: #b7b7b7;
	border: none;
	padding: 0px 3px;
}

#content input, #content textarea
{
	background-color: #969696;
}

input
{
	height: 19px;
	margin-bottom: 5px;
}

textarea
{
	height: 40px;
	margin-bottom: 5px;
}

select
{
	background-color: transparent;
	border: 1px solid #252525;
}

option
{
	background-color: #ebebeb;
}

optgroup
{
	color: black;
	background-color: #ebebeb;
	font-weight: bold;
	font-style: normal;
}

.notify
{
	color: #ac0000;
}