﻿.titledetai {
    text-transform: uppercase;
    font-weight: bold;
    color: #DC342C;
    font-size: 13px;
    margin-bottom: 20px;
}

.boxdk {
    width: 462px;
    margin: 0 auto;
    padding: 8px;
    border: 1px solid #E3E3E3;
    background: #F8F8F8;
}

.boxsearch {
    background: #fff;
    border: 1px solid #E3E3E3;
    padding: 10px 0px 20px 0px;
}

.btndk {
    background: #f00;
    background: -moz-linear-gradient(top,#f00 0,#ee0d0d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f00),color-stop(100%,#ee0d0d));
    background: -webkit-linear-gradient(top,#f00 0,#ee0d0d 100%);
    background: -o-linear-gradient(top,#f00 0,#ee0d0d 100%);
    background: -ms-linear-gradient(top,#f00 0,#ee0d0d 100%);
    background: linear-gradient(to bottom,#f00 0,#ee0d0d 100%);
    cursor: pointer;
    margin: 0;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    outline: 0;
}

    .btndk:hover {
        background: #e20b0b;
        background: -moz-linear-gradient(top,#e20b0b 0,#c20a0a 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e20b0b),color-stop(100%,#c20a0a));
        background: -webkit-linear-gradient(top,#e20b0b 0,#c20a0a 100%);
        background: -o-linear-gradient(top,#e20b0b 0,#c20a0a 100%);
        background: -ms-linear-gradient(top,#e20b0b 0,#c20a0a 100%);
        background: linear-gradient(to bottom,#e20b0b 0,#c20a0a 100%);
    }

.dangky {
    padding: 7px 15px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
.dadu {
    background: #e3e3e3;
}
