form
{
	display: inline;
}

/**/

select
{
	font: 11px tahoma;
	color: #1E1E1E;

	border: 1px solid #cacaca;

	width: 303px;
}

textarea
{
	font: 11px tahoma;
	color: #333333;

	width: 300px;
	height: 100px;

	border: 1px solid #cacaca;
}

button, input.submit
{
	font: bold 11px tahoma, arial;
	color: #000;

	width: 150px;

	border: 1px solid #b8c0c8;

	background: #ffd200;
	cursor: pointer;
}

input.text
{
	font: 11px tahoma, arial;
	color: #333333;

	width: 300px;

	border: 1px solid #b8c0c8;

	background: #FFFFFF;
}

select.small, input.small
{
	width: 50px;
}

select.medium, input.medium
{
	width: 150px;
}

select.s-medium, input.s-medium
{
	width: 100px;
}

/**/