

a.button{
	color:#777;
	font-weight:bold;
	text-decoration:none;
	padding:0 40px 0 0;
}
a.button:hover{
	text-decoration:underline;
}


dd a,li a{
	text-decoration:none;
}
dd a:hover,li a:hover{
	text-decoration:underline;
}



a.edit,.edit{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:22px;
	height:22px;
	font-style: normal; 
	font-weight: normal; 
	color: #e11426;
	background: #e7e7e7; 
	border : 1px solid #669900;
	text-decoration: none; 
	margin:0 2px 0 2px;
	padding:0 2px 0 2px;
}
a.edit:hover{
	color : #669900;
}
#edit select{
	width:35px;
	height:17px;
}
.edit{
	float:left;
}
