@charset "UTF-8";
/* CSS Document */

#mainContent form
{
	margin-top: 0.75em;
	background-color: transparent;
}

#mainContent form fieldset
{
	padding: 0 1em 1em 1em;
	background-image: url(/image/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

label
{
	display: block;
	float: left;
	clear: both;
	width: 31em;
	margin-top: 1em;
	padding-left: 8em;
	
}

 .labelText
{
	position: relative;
	left: -10em;
	float: left;
	width: 12em;
	margin-right: -12em;
	font-weight: nomal;
	font-size:smaller;
}

input.text
{
	position: relative;
	top: -0.2em;
	width: 20em;
}

input.requiredText
{
	position: relative;
	top: -0.2em;
	width: 20em;
	border: 3px solid #666;
}
textarea
{
	position: relative;
	top: -0.2em;
	width: 20em;
	height: 10em;
}

input.submit
{
	display: block;
	clear: both;
	width: 20.5em;
	height: 2.5em;
	margin-left: 8em;
}

.smalltxt
{ font-size:x-small; }


