.modal-header .close {
    margin-top: -32px;
}

.close {
    float: right;
    font-size: 21px;
    color: red;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=20);
}
.modal-header {
    padding: 15px;
    border-bottom: 2px solid red;
}

.modal-footer {
    padding: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
    border-top: 2px solid red;
    border-top-color: red;
}
.modal-with-400 {
    width: 400px;
}
.modal-with-450 {
    width: 450px;
}
.modal-with-500 {
    width: 500px;
}
.modal-with-550 {
    width: 550px;
}
.modal-with-600 {
    width: 600px;
}
.modal-with-650 {
    width: 650px;
}
.modal-with-700 {
     width: 700px;
 }

.modal-with-750 {
    width: 750px;
}

.modal-with-800 {
    width: 800px;
}
.modal-with-850 {
    width: 850px;
}
.modal-with-900 {
    width: 900px;
}
.modal-with-950 {
     width: 950px;
 }

.modal-with-1000 {
    width: 1000px;
}

.modal-with-1050 {
    width: 1050px;
}

.modal-with-1100 {
    width: 1100px;
}
.modal-with-1150 {
    width: 1150px;
}




