﻿#requestForm {
    background: #F4F5F6;
    padding: 15px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    #requestForm p {
        color: #6e767e;
        font-size: 11px;
        line-height: normal;
    }

    #requestForm img {
        margin-bottom: 10px;
    }

    #requestForm input.form-control {
        height: 32px;
        border-color: #d3d9dc;
        box-shadow: inset 0 0 7px rgba(0,0,0,.08), 1px 1px 1px rgba(0,0,0,.11);
        -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.08), 1px 1px 1px rgba(0,0,0,.11);
        -moz-box-shadow: inset 0 0 7px rgba(0,0,0,.08), 1px 1px 1px rgba(0,0,0,.11);
        margin-bottom: 5px;
        font-weight: 300;
        font-size: 12px;
        color: #6e767e;
        /*border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;*/
        font: 400 11px 'opensans';
    }

    #requestForm input.button {
        background: #093456;
        font-weight: 500;
        font-size: 12px;
        color: #fff;
        text-align: center;
        width: 80%;
        height: 32px;
        border: none;
        margin: 5px 0 0;
    }


#egitimChk {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #ccc;
    border-collapse: separate;
    border-radius: 5px;
    box-sizing: content-box;
    height: 200px;
    overflow: auto;
    padding: 10px;
    position: absolute;
    width: 90%;
    z-index: 10000;
}

.checkboxes {
    width: 100%;
}

    .checkboxes td {
        padding: 2px;
    }

    .checkboxes label {
        font-size: 13px;
        font-weight: 300;
        line-height: 22px;
        margin-left: 10px !important;
    }
