#quick_search label{
    display:block;
    font-size:13px;
    margin-bottom:3px;
}

#quick_search input, #quick_search select{
    margin-left:0;
}

#super_form{
    background: #FFF;
    padding-bottom:10px;
    padding-right:10px;
    overflow: hidden;
    height: 30px;
}

#super_form div{
    float:right;
    display: none;
}

#quick_search .field{
    margin-right:10px;
    margin-bottom: 15px;
}

.submit{
    margin-top: 14px;
}

.brandings_table{
    width: 100%;
    text-align:left;
    border-collapse: collapse;
    font-family:Arial;
}

.brandings_table thead th{
    background: #F5F5F5;
    padding:10px;
}

.brandings_table tbody tr:hover{
    background: #F5F5F5;
}

.brandings_table td{
    border:1px solid #F5F5F5;
    padding:5px;
}

.brandings_table  select{
    border-radius:4px;
    padding: 5px;
    width: 120px;
    float:left;
}

.brandings_table .loader{
    display: none;
    float: left;
    margin-left: 5px;
    margin-top: 6px;
}

.brandings_table .avatar{
    height: 25px;
    width: 25px;
}

.brandings_table .submit{
    font-size:10px;
}

.actpager{
    overflow: hidden;
}


