#form
{
	padding: 5px 5px 5px 5px;
}

#form fieldset
{
	border: solid gray 1px;
}

#form_table
{
	border: none;
}

#form_left_td
{
	width: 150px;
	height: 30px;
	font-weight: bold;
	text-align: right;
}

#form_right_td
{
	width: 300px;
	height: 30px;
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 0px 10px;
}

#form_required
{
	font-size: small;
	color: red;
}

#form2
{
	margin: 5px 5px 5px 5px;
	font-size: 12px;
}

#form2 td
{
	height: 20px;
	text-align: left;
	color: #383838;
	font-weight: bold;
}

#form2 span
{
	color: red;
	font-weight: normal;
}

