﻿#UserEd {
	border: 1px solid #ffbb99;
	background-color: #ffee99;
	font-size: 11px;
	margin-bottom: 20px;
	}
	
#UserEd td {
	text-align: center;
	}
	
#UserEd a img {
	filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6;
	}
	
#UserEd a:hover img {
	filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1;
	}

#UserEd img {
	border: 0;
	margin: 5px;
	}
