/* CSS Document */
#theform
{
	font-family: Trebuchet MS, sans-serif, Arial, Helvetica;
	font-size: 14px;
	line-height: 1.2em;
	color: #444;
	width: 680px;
}
#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: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#theform p span 
{
	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;
}
#theform strong
{
	margin-left: 100px;
}
#theform strong input
{
	background: #DDD;
	border: 1px solid #444;
	font-weight: bold;
	color: #444;
	margin-top: 10px;
}
#theform textarea
{
	background: #DDD;
	border: 1px solid #444;
	color: #444;
	margin: 10px;
	margin-top: 6px;
}
#theform select
{
	background: #DDD;
	border: 1px solid #444;
	color: #444;
	margin: 10px;
	margin-top: 6px;
}
#innerWrapper {
	margin: 14px;
}
