﻿#addThumb 
{
    width: 135px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 3px 0 #b6170b;
    -webkit-box-shadow: 0 3px 0 #b6170b;
    box-shadow: 0 3px 0 #b6170b;
    border:1px solid #ff6559;
}
