#erp_button{
	border:1px solid lightgray;
	padding:5px;
	text-align:center;
	width:150px;
}

#erp_button img{
	margin-top:0px;
	float:left;
}

#erp_button:hover{
	border:1px solid red;
	background-color:lightyellow;
}