form
{
	display: inline;
}

/**/

select
{
	font: 11px tahoma;
	color: #1E1E1E;

	border: 1px solid #663300;

	width: 203px;
}

textarea
{
	font: 11px tahoma;
	color: #333333;

	width: 200px;
	height: 100px;

	border: 1px solid #FF6600;
}

button, input.submit
{
	font: bold 11px tahoma;
	color: #FFFFFF;

	width: 200px;

	border: 1px solid #FF6600;

	background: #FF6600;
}

input.text
{
	font: 11px tahoma;
	color: #333333;

	width: 200px;

	border: 1px solid #FF6600;

	background: #FFFFFF;
}

/**/

div.form-note
{
	font: 10px tahoma;
	color: #FF6600;

	text-align: center;
}
