@CHARSET "UTF-8";

#cnt-return-dialog {
    background: #fff;
    color: #3e423a;
    width: 478px;
    padding: 16px 18px 0 18px;
}

#cnt-return-dialog h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    padding-bottom: 18px;
}

#cnt-return-dialog h3 em {
    color: #ff7800;
}

#cnt-return-dialog p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 18px;
}

#cnt-return-dialog p.lnk {
    color: #ff7800;
    padding-bottom: 7px;
}

#cnt-return-dialog p a {
    color: #217ad3;
    text-decoration: underline;
}

#cnt-return-dialog p a:hover {
    color: #ff7800;
    text-decoration: none;
}
