table.formview
{
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}

table.formview td
{
	margin: 0;
	padding: 2px 0;
	vertical-align: top;
	line-height: 18px;
	min-width: 200px;
}

table.formview .label
{
	padding-right: 10px;
}

table.formview .label-narrow
{
	padding-right: 10px;
}

table.formview .header
{
	font-weight: bold;
	font-size: 12px;
}

table.formview img
{
	padding-top: 3px;
}

div.form .column
{
	min-width: 500px;
	float: left;
	margin-right: 50px;
}

div.form .column-narrow
{
	float: left;
	margin-right: 30px;
	min-width: 200px;
	width: auto;
}

div.form .column-narrow input[type=text],
div.form .column-narrow input[type=number],
div.form .column-narrow input[type=password],
div.form .column-narrow input[type=file],
div.form .column-narrow input[type=date],
div.form .column-narrow input[type=datetime-local],
div.form .column-narrow input[type=email],
div.form .column-narrow input[type=month],
div.form .column-narrow input[type=tel],
div.form .column-narrow input[type=time],
div.form .column-narrow input[type=url],
div.form .column-narrow input[type=week],
div.form .column-narrow select,
div.form .column-narrow textarea
{
	width: 100%;
	min-width: 200px;
}

table.checkBoxGrid thead td
{
	width: 300px;
}

table.checkBoxGrid thead th
{
	width: 120px;
}

table.checkBoxGrid tbody th
{
	text-align: left;
}

table.checkBoxGrid tbody td
{
	text-align: center;
}

table.checkBoxGrid tbody td input
{
	width: auto;
}

span.alert
{
	color: red;
	margin-left: 5px;
}

span.alert.hide {
	display: none;
}