﻿legend 
{
	font-size: 12pt;
	
}
fieldset
{
	border: solid 1px #cccccc;
	margin-bottom:5px
}


#form label
{
	display: block;
	clear: both;
	margin-top: 1em;
	padding-left: 8em;
}

#form .labelText
{
	position: relative;
	left: -8em;
	float: left;
	width: 10em;
	margin-right: -7em;
	font-weight: bold;
}

#form input.text
{
	position: relative;
	top: -0.2em;
	width: 20em;
}

#form select
{
	position: relative;
	top: -0.2em;
	width: 20em;
}

#form textarea
{
	position: relative;
	top: -0.2em;
	width: 20em;
	height: 10em;
}

#form .checkboxLabel
{
	margin-bottom: 1em;
	position: relative;
	padding-left: 10em;
}

#form .checkboxLabel .labelText
{
	position: static;
	left: 0;
	float: none;
	width: auto;
	margin-right: 0;
	font-weight: normal;
}

#form .checkboxLabel input.checkbox
{
	position: absolute;
	left: 8em;
}

* html #form .checkboxLabel input.checkbox
{
	margin-top: -0.2em;
}

#form input.submit
{
	display: block;
	clear: both;
	/*width: 20.5em;*/
	/*height: 2.5em;*/
	margin-left: 10em;
}


