div.note
{
	width: 415px;
	background: #ecf3fe;
	padding: 5px;
	border: 1px solid #d5ddf0;
	margin: 10px;
}

td.form-column
{
	padding: 2px 0px;
}

input.text
{
	font: 11px/18px arial, tahoma;
	color: #58585a;
	width: 250px;
	border: 1px solid #58585a;
}

select.text
{
	font: 11px/18px arial, tahoma;
	color: #58585a;
	width: 250px;
	border: 1px solid #58585a;
}

textarea.text
{
	font: 11px/18px arial, tahoma;
	color: #58585a;
	width: 250px;
	height: 100px;
	border: 1px solid #58585a;
}

div.input-text, div.input-radio
{
	margin: 0px auto;
}

input.submit
{
	width: 250px;
	border: 1px solid #58585a;
	background: #f18e00;
	color: #fff;
	font-weight: bold;
}
