    @font-face {
        font-family: 'PSLxDisplay';
        src: url('../../inc/font-pslxdisplay/pslxdisplay.eot');
        src: url('../../inc/font-pslxdisplay/pslxdisplay.eot?#iefix') format('embedded-opentype'),
             url('../../inc/font-pslxdisplay/pslxdisplay.ttf')  format('truetype'),
             url('../../inc/font-pslxdisplay/pslxdisplay.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    a {
        cursor: pointer;
        text-decoration: none;
    }
    #inline_content td{
        width:388px;
    }
    .border {
        position:relative;
        float:center;
        width:730px;
        border:1px solid #CCCCCC;
        margin-top:30px;
        margin-bottom:30px;
        text-align:center;
        padding:35px 0;
        font-size:16px;
    }
    .header {
        font-family: Microsoft Sans Serif;
        font-size: 14px;
        padding-bottom: 40px;
        text-align: center;
    }
    .header-top {
        padding-top: 40px;
    }
    .btn-alert-message {
        font-family: PSLxDisplay;
        color: #fff;
        font-size: 26px;    
        border: 0 none;
        width: 114px;
        letter-spacing: 1px;
        vertical-align: middle;
    }
    .btn-alert-message:hover, .btn-alert-message:active:focus, .btn-alert-message:focus  {
        outline: 0 none;
        background: #2953b6;
    }
    .btn_height_th {
        line-height: 17px;
        height: 32px;
    }
    .btn_height_en {
        height: 32px;
    }
    .btn-alert-message::-moz-focus-inner {
        border: 0 !important;
    }
    .btn-color {
        cursor: pointer;
        color: #fff;
        background: #1e439a;
    }
    .btn-color.outline {
        border: 2px solid #1e439a;
        border-top-width: 0px;
        border-left-width: 0px;
    }
    .btn-color.outline:hover {
        border: 2px solid #1e439a;
        border-top-width: 0px;
        border-left-width: 0px;
        background: #2953b6;
    }
    .btn-color.outline:active, .btn-color.outline.active {
        border-top-width: 0px;
        border-left-width: 0px;
        box-shadow: none;
        border-color: #000080;
        background: #2953b6;
    }
    .button-submit {
        margin-left: 68px;
    }
    .button-cancel {
        margin-left: 18px;
    }
    .btn-alert-message.sharp {
        border-radius:4px;
    }