/* CSS Document */

#body form{
	width:400px;
	margin:0px;
	padding:0px;
	margin:auto;
}

#body form input{
	width:400px;
	border:solid 1px #666;
	color:#666;
	font-size:1em;
	padding:2px;
	margin:0px;
	margin-bottom:2px;
}
#body form select{
	width:406px;
	color:#666;
	font-size:1em;
	margin:0px;
	margin-bottom:2px;
}
#body form input.button{
	border:solid 1px #666;
	background-color:#eee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
	float:right;
	width:auto;
	margin-top:5px;
}
p.noitems{
	font-weight:bold;
	text-align:center;
}

