div.note
{
	width: 415px;
	background: #ecf3fe;
	padding: 5px;
	border: 1px solid #d5ddf0;
	margin: 10px;
}

td.form-column
{
	padding: 2px 0px;
}

table.form
{
	width: 190px;
}

input.text
{
	font: 11px/18px tahoma, arial;
	color: #4b4b4b;
	width: 175px;
	border: 1px solid #4b4b4b;
}

textarea.text
{
	font: 11px/18px tahoma, arial;
	color: #4b4b4b;
	width: 175px;
	height: 75px;
	border: 1px solid #4b4b4b;
}

div.input-text, div.input-radio
{
	margin: 0px auto;
}

input.submit
{
	font: 11px/18px tahoma, arial;
	width: 179px;
	border: 1px solid #b0be24;
	background: #b0be24;
	color: #fff;
	font-weight: bold;
}