﻿
.buttons
{   width:150px;
    position: absolute;
    margin-left:12px;
    background-image: url(/UserFiles/Image/masterpage/prize_draw_bg.jpg);
    height: 74px;
   color: #fff;
    background-repeat: no-repeat;
    top: 20px;
   
   

}
.buttons p
{
 font-size: smaller;
 margin:0px;
 padding:15px 15px 15px 15px;

}
.buttons a
{
    
  color: #fff;

}

.buttons ul
{
  list-style-type: none;
  margin:0px;
  padding:0px;
  margin-bottom: 20px;

}
.buttons ul li
{
   background-image: url(/UserFiles/Image/masterpage/orange_bullet.gif);
   background-repeat: no-repeat;
   background-position: 0 .4em;
   padding-left: 1.3em;
   padding-top: 0.1em;
   text-decoration: none;
}
.buttons ul li a
{
  color: #000;
  text-decoration: none;
}
.buttons ul li a:hover
{
  color: #f57a34;
  text-decoration: underline;
}
.buttons ul li a:visited
{
}  
