

.modal.fade {
    bottom: 0;
/*    display: none; */
    left: 0;
    outline: 0 none;
/*    overflow: hidden; */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    background: rgba(0,0,0,0.3);
}

.modal.fade .modal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}

.modal.fade .modal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}

.modal-dialog {
    width: 600px;
    margin: 15% auto;
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;

}

.modal-header {
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(lightgrey, white, white, lightgrey); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(lightgrey, white, white, lightgrey); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(lightgrey, white, white, lightgrey); /* For Firefox 3.6 to 15 */
    background: linear-gradient(lightgrey, white, white, lightgrey); /* Standard syntax */
}

.modal-body {
    margin: 15px;
    position: relative;
    line-height: 1.5;
}

.modal-body ul {
    list-style: inside none disc;
}

.modal-body > :first-child {
    padding-top: 0;
    margin-top: 0;
}

.modal-body p {
    padding-top: 5px;
}

.modal-body a {
    cursor: pointer;
}

.modal-body li {
    margin-bottom: 10px;
}

.modal-title {
    line-height: 1.42857;
    margin: 0;
}

button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}

button.close {
    opacity: 0.5;
}

.modal.fadeout {
    display: none;
}
