
.form_module table.form
{
}

.form_module table.form tr
{
}

.form_module table.form tr td
{
}

.form_module table.form tr td.label
{
	padding: 4px 0px 0px 0px;
}

.form_module table.form tr.error td.label
{
	width: 120px;
	color: #FF0000;
}

.form_module table.form tr td.text
{
	padding: 4px 0px 0px 0px;
}

.form_module table.form tr.error td.text
{
	color: #FF0000;
}

.form_module table.form tr td.input
{
	padding: 1px 0px 2px 0px;
}

.form_module table.form tr td em
{
	color: #FF0000;
}

.form_module table.form tr td .hint
{
	cursor: pointer;
}

.form_module .button
{
}

.form_module .select
{
	width: 300px;
}

.form_module .textarea
{
	height: 120px;
	width: 300px;
}

.form_module .textfield
{
	width: 300px;
}

.form_module  input.radio
{
	width: auto !important;
}

.form_module  span.radio
{
	display: block;
}
