.selectBoxCover
    {
    width:75px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 300;
    }

.selectBox label
    {
    float:left;
    display:block;
    height:35px;
    width:20px;
    line-height: 35px;
    border:1px solid blue;  
    }
    
    
.bselect-btn {    

    content: '';
    margin: 5px 5px 0 0;
    float:right; 
    width: 10px;
    height:10px;
    border-top: 4px solid #b4d333;
    border-right:4px solid #b4d333;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    }    
    
    
.selectBox
    {
    clear:both;
    border:1px solid red;  
    }
    
.selectBox ul
    {
    clear:both;        
    list-style-type: none; 
    }
    
.selectBox ul li
    {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #b4d333;
    color:#fff;
    cursor: pointer;
    }
    
.selectBox ul li:hover
    {
    background-color: #00b2db;
    color:#fff;
    }
    
    
    
  