body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#theform
{
font-family: Trebuchet MS, sans-serif, Arial, Helvetica;
font-size: 14px;
line-height: 1.2em;
color: #444;
width: 500px;
}

#theform fieldset
{
background:#FFF;
border: 1px dashed #AAA;
}

#theform legend
{
background:#DDD;
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: #DDD;
border: 1px solid #444;
}

#theform label
{
display: block;
width: 300px;
float: left;
text-align: right;
padding-right: 10px;
}

#theform p span em
{
display: block;
width: 300px;
float: left;
text-align: right;
padding-right: 10px;
font-style: normal;
}

#theform p span input
{
vertical-align: middle;
border: none;
background: none;
}

#theform strong
{
margin-left: 100px;
}

#theform strong input
{
background: #DDD;
border: 1px solid #444;
font-weight: bold;
color: #444;
margin-top: 10px;
}
