.modal-content {
    border-radius: 3px;
}
.modal-header{
    color: #eee;
    border-radius: 3px 3px 0px 0px;
    background-color: #666;
}
.modal-header .close{
    color: #ffffff;
}
.modal-footer {
border-radius: 0px 0px 3px 3px;
    background-color: #ccc;
}