body{
	padding: 0; margin: 0;
	font-family: helvetica, tahoma;

}.button, input[type=submit]{
	padding: 10px;
	min-width: 100px;
	font-weight: bold;	
}.errors{
	font-weight: bold;
	color: red;
	
}.menu{
	
	background: black;
	width: 100%;
	font-size: 14px;
	 
}.menuitem{
	min-width: 50px;
	display: inline-block;
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}.menuitem.selected{
	background: white;
	color: black;
}.menuitem:hover{
	background: white;
	color: black;
	
}.wrapper{
	margin: 20px;
}.requires_admin{
	background: #555;
}

