#theform
{
font-family: Trebuchet MS, sans-serif, Arial, Helvetica;
font-size: 14px;
line-height: 1.2em;
color: #444;
width: 420px;
}

#theform fieldset
{
background:#FFF;
border: 1px solid #AAA;
}

#theform legend
{
	background: #E5E2DD;
	border: 2px solid #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 25px;
	font-weight: bold;
	font-size: 16px;
}

#theform p
{
margin-bottom: 4px;
margin-top: 4px;
}

#theform p input
{
background: #E5E2DD;
border: 1px solid #444;
}

#theform label
{
display: block;
width: 160px;
float: left;
text-align: right;
padding-right: 10px;
}

#theform strong
{
margin-left: 100px;
}

#theform strong input
{
background: #E5E2DD;
border: 1px solid #444;
font-weight: bold;
color: #444;
margin-top: 10px;
}

#theform textarea txtarea
{
background: #E5E2DD;
border: 1px solid #444;
font-weight: bold;
color: #444;
margin-top: 10px;
}


#theform p span em
{
display: block;
width: 120px;
float: left;
text-align: right;
padding-right: 10px;
font-style: normal;
}

#theform p span input
{
vertical-align: middle;
border: none;
background: none;
}