#modal {
    display: none;
        background: #f7f7f7 none repeat scroll 0 0;
    left: 300px;
    margin-left: -150px;
    margin-top: -50px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    width: 800px;
    z-index: 99999999;
}

.modal-inner {
    background: white none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    min-height: 140px;
    width: 100%;
}

#modal .modal-head {
    background: #575757 none repeat scroll 0 0;
    overflow: hidden;
    top: 0;
    width: 100%;
}

#modal .modal-head h2 {
    color: #fff;
    padding: 0 15px;
}
#close {
    background: #e2e2e2 none repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    font: 18px Helvetica,sans-serif;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 20px;
}
.modal-inner td input, .modal-inner td textarea {
    margin: 0px !important;
    padding: 6px !important;
    width: 95%;
}
.modal-inner .small{
	width:40%;
}
.modal-inner td input[type="checkbox"]{
	width: auto;
}
.modal-inner .head td:first-child {
    width: 20%;
	vertical-align: middle;
}
.modal-inner .head td {
    border-bottom: 1px solid #e1e1e1;
}
#response-message {
    margin-top: 10px;
    text-align: center;
}

.pika-single {
    z-index: 2147483647;
}