﻿
strong{
    font-weight:600;
}

 .qq-upload-button {
    border: 1px solid #ccc;
    padding: 6px 12px;
    color: #666;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    border-radius: 3px 3px;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%);
    background: linear-gradient(to top, #f5f5f5 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 );
}
