input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#contentMain
{
	position: relative;
	float: left;
	width: 540px;
}

.panel
{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

* html #contentMain .panel
{
	height: 1px;
}

#contentMain .panelFirst
{
	border-top: 0 none #FFFFFF;
	padding-top: 21px;
	background-position: 0 -1px;
}

#contentMain .panelLast
{
	min-height: 160px;
	width: 400px;
}

* html #contentMain .panelLast
{
	height: 200px;
	he\ight: 160px;
}


#contentMain form
{
	margin-top: 1em;
	background-color: #FFFFCC;
	border: 1px solid #999999;
}

#contentMain fieldset
{
	padding: 0 1em 1em 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#contentMain form p
{
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0.75em;
}

.requiredImage
{
	position: relative;
	top: -0.3em;
	width: 7px;
	height: 7px;
}

#contentMain label
{
	display: block;
	float: left;
	clear: both;
	width: 21em;
	margin-top: 1em;
	padding-left: 8em;
}

#contentMain .labelText
{
	position: relative;
	left: -8em;
	float: left;
	width: 7em;
	margin-right: -7em;
	font-weight: bold;
}

#contentMain input.text
{
	position: relative;
	top: -0.2em;
	width: 20em;
}

#contentMain textarea
{
	position: relative;
	top: -0.2em;
	width: 20em;
	height: 10em;
}


#contentMain input.submit
{
	display: block;
	clear: both;
	height: 2.5em;
	margin-left: 8em;
}

