/*Tutti i diritti riservati */ 
#systable{
    font-size: 13px;
    overflow-x: hidden;
    
}
#systable ul{
    
}
#systable li{    
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    margin: 0 3px;
}
#systable li span,#systable li input,#systable li label{
    display: inline-block;
    margin: 0 4px;
}
#systable li .wincomb{
    
    
    
}

#systable input[type="checkbox"]{
        float: left;
    margin-top: 4px;
    margin-left: 0;
}
.row1, .row2 {
  
    line-height: 21px;
    padding: 4px;
}

.row1{
    padding-top: 7px;
}
.row1 label{
    
   width: 30%;
    
}

.row1 span.comb{
    width: 2%;
    
}

#systable .row1 input[type="text"]{
    float: right;
    margin-top: 1px;
    
}
#systable .row1 input[type="text"], .amountbet #cstake, #inttable input[type="text"]{
     border: 1px solid #999999;
    border-radius: 2px;
    padding: 2px 2px;
    font-size: 11px;
    
}
#systable .row1 input[type="text"], .amountbet #cstake{
    width: 48%;
	color:#000
    
}
.row2 {
  margin-bottom: 6px;
    padding-bottom: 0;
    padding-top: 0;
}

.row2 span{
   /* text-transform: uppercase;*/
    
}

.row2 span+ span{
    color: #DD3300;
    text-align: right;
}

