/*********************** USER VIEW ****************/
/*general*/
/*
.xdownload-label {
    background-color:#64B126;
    border:1px solid #4E9416;
    color:white;
    text-shadow:0 0 1px #315D0D;
    /* CSS3 Rounded Corners */ /*
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
} */

.download-label {
    background-color:#262626;
    border:2px solid #ffd557;
    color:#ffffff;
    text-shadow:0 0 1px #315D0D;
    /* CSS3 Rounded Corners */
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
    
.lister a {
    color: silver;    
}

.lister img{
    border: 0px solid silver;
}
 
 hr.view {
     width: 90%;
     border-color: silver;
 }
 
 
input[type=submit] {
    color: #ffffff;
    background:#262626; 
    border: 4px solid #ffffff; 
}

.adbutt-label {
   color: #ffffff;
    background:#262626; 
    border: 4px solid #ffffff;
    font-family:sans-serif; 
}
 