.modal.fade .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 200px;
    opacity: 1;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.modal-backdrop
{
    opacity:0.90 !important;
}

.modal-body
{
    background-color: transparent;
}

.modal-content
{
    border: 0;
    border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-border-radius: 0;
    background-color: transparent;
}

.modal-footer
{
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 40px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    background-color: transparent;
}

.modal-header
{
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    background-color: transparent;
}

div.modal-content{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}