/**********   Form Table   **********/

table.form	{
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 100%;
	border-collapse: collapse;
}

table.form th, table.form td	{
	margin: 0;
	padding: 10px 10px 2px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
}

table.form th.formtitle	{
	color: #000;
	font-size: 70%;
	font-weight: bold;
	background-color: #f6f6f6;
}

table.form th.question	{
	color: #000;
	font-size: 70%;
	font-weight: bold;
	width: 40%;
	background-color: #f6f6f6;
}

table.form th.subtitle	{
	color: #000;
	font-size: 70%;
	font-weight: bold;
	background-color: #f6f6f6;
}

table.form th.subtitle span	{
	font-weight: normal;
}

div#template div#content table.form th.subtitle a:link, div#template div#content table.form th.subtitle a:visited, div#template div#content table.form th.subtitle a:active {
	font-size: 90%;
	color: #000;
	text-decoration: underline;
}

table.form td	{
	background-color: #f6f6f6;
}

#content table.form td ul	{
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}

#content table.form td ul li	{
	margin: 0;
	padding: 0 0 0 15px;
}

#content table.form td p	{
	margin: 0 0 10px 0;
	padding: 0;
}

label	{
	font-size: 70%;
	margin: 0;
	padding: 0;
	display: block;
}

#content table.form td ul li label	{
	margin: 0;
	padding: 0;
	font-size: 100%;
}


input.textfield	{
	margin: 0 0 0px 0;
	padding: 0;
	width: 125px;
	border: 1px solid #ccc;
}

input.medtextfield	{
	margin: 0 0 0px 0;
	padding: 0;
	width: 175px;
	border: 1px solid #ccc;
}

input.longtextfield	{
	margin: 0 0 0px 0;
	padding: 0;
	width: 250px;
	border: 1px solid #ccc;
}

input.styled	{
	margin: 0 0 0px 0;
	padding: 0;
	border: 1px solid #ccc;
}

select	{
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #ccc;
}

input.checkbox	{
	float: left;
}

.required {
	color: red;
	}