.premium_opts ul{
list-style: circle;
padding-left:20px;}
.premium_opts{
margin:10px 0;
padding:10px;
background:rgba(235,235,235,0.4);
border:1px solid #ee0000;
}.premium_link{
    background:red;
    color:#fff;
    padding:10px;
    text-decoration: none;
}
.premium_link:hover
{
    color:#fff;
    text-decoration: underline;
}
