form
{
	display: inline;
}

/**/

select
{
	font: 11px tahoma;
	color: #1E1E1E;

	border: 1px solid #cacaca;

	width: 203px;
}

textarea
{
	font: 11px tahoma;
	color: #333333;

	width: 200px;
	height: 100px;

	border: 1px solid #cacaca;
}

button, input.submit
{
	font: bold 11px tahoma, arial;
	color: #FFFFFF;

	width: 200px;

	border: 1px solid #666666;

	background: #f27f20;
}

input.text
{
	font: 11px tahoma, arial;
	color: #333333;

	width: 200px;

	border: 1px solid #666666;

	background: #FFFFFF;
}

/**/