form
{
	margin-top: 15px;
	margin-bottom: 10px;
}

fieldset
{
	border: 0px solid #FFF;

	padding: 0px;
}

/**/

select
{
	font: 11px tahoma, arial;
	color: #777;

	border: 1px solid #777;

	width: 300px;

	padding: 3px;
}

textarea
{
	font: 11px tahoma, arial;
	color: #777;

	width: 300px;
	height: 100px;

	border: 1px solid #777;

	padding: 1px;
}

button, input.submit
{
	font: bold 11px tahoma, arial;
	color: #FFF;

	width: 175px;
	height: 18px;

	border: 0px;

	background: #254459;
}

input.text
{
	font: 11px tahoma, arial;
	color: #777;

	width: 300px;

	padding: 1px;

	border: 1px solid #777;

	background: #FFF;
}