#theform {
	font-family: "Trebuchet MS", sans-serif, Arial, Helvetica;
	font-size: 11px;
	color: #444;
	width: 598px;
	float: left;
} 

#theform fieldset {
	background:#FFF;
	border: 1px dashed #FF0000;
	width: 598px;
} 

#theform legend {
	border: 1px solid #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 25px;
	font-weight: normal;
	font-size: 12px;
	background-color: #FF0000;
	color: #FFFFFF;
} 

#theform p {
	margin-bottom: 8px;
	margin-top: 8px;
	padding-left: 10px;
} 

#theform p input { background: #EAF1FF; border: 1px solid #CCCCCC; 	font-size: 11px; } 

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

#theform select {
	background-color: #F2FBFF;
	color: #666666;
	font-size: 11px;
	height: 18px;
}

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

#theform p span input {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #EAF1FF;
} 

#theform strong {

}

#theform strong input {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 3px;
	background-color: #6699FF;
	height: 22px;
	margin-left: 16px;
	padding-bottom: 2px;
	margin-bottom: 3px;
} 
