﻿body {
    background-color: #CCDBE2 !important;
}

.x_panel {
}

    .x_panel .x_content .header {
        background-image: url('/Admin/build/images/bg-reiko.png');
    }

    .x_panel .x_content ul.input-list li input {
        width: 100%;
        padding: 0.5em;
        border: solid 1px #C6D5DC;
    }

        .x_panel .x_content ul.input-list li input[type=button] {
            padding: 0.5em;
            background-color: #CCDBE2;
            color: #73879C;
        }

    .x_panel .x_content .header {
        margin: 0;
        padding: 0;
        background-color: #CCDBE2;
    }
