.container-pequeno{
    width:18px;
    height: 14px;
}
.botao-pequeno{
    border:2px solid #CD0F12;
}
.botao-pequeno-interno{
    line-height:14px;
    text-align:center;

    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#F7201E", EndColorStr="#E82020", GradientType=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.gradient(startColorStr="#F7201E", endColorStr="#E82020", GradientType=0);';
/*    -pie-background:linear-gradient(#07952f, #326904 120%);*/

    background:-webkit-gradient(linear,left bottom,left top,color-stop(0.28,#F7201E ),color-stop(1, #E82020));
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.28,#F7201E ),color-stop(1, #E82020));
    background:-moz-linear-gradient(center top , #F7201E 0%, #E82020 120%) repeat scroll 0 0 transparent;
/*    background: url(gradient.svg);*/
    background-color:#E82020;

/*    behaviour: url(../PIE.htc);*/
    height: 100%;
}
.botao-pequeno .botao-pequeno-interno{
    text-decoration: none;
    color: #FFF;
    text-shadow:1px 1px 3px #000;
    font-family:Tahoma, Calibri, Verdana;
    font-size: 14px;

    cursor: pointer;
}
