.emCtrl,
.messageContent a
{
border-radius: 5px;
}
.emCtrl:hover,
.emCtrl:focus,
.ugc a:hover,
.ugc a:focus
{
/*position: relative;
top: -1px;*/
text-decoration: none;
box-shadow: 5px 5px 7px #CCCCCC;
outline: 0 none;
}
.emCtrl:active,
.ugc a:active
{
position: relative;
top: 1px;
box-shadow: 2px 2px 7px #CCCCCC;
outline: 0 none;
}
.ugc a:link,
.ugc a:visited
{
padding: 0 3px;
margin: 0 -3px;
border-radius: 5px;
}
.ugc a:hover,
.ugc a:focus
{
color: #6d3f03;
background: #fff4e5 url('styles/default/xenforo/gradients/category-23px-light.png') repeat-x top;
}