.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
    opacity: 1;
}
.modal-dialog {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #ebeaea;
    background-color: #fff;
}
.modal-content {
	width:400px;
	height:auto;
    position: relative;
    background-color: #fff;
}
.modal-header {
    padding: 10px;
    height: 18px;
    background-color: #f2f2f2;
}
.modal-body {
    padding: 25px;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.modal-footer {
    width:100%;
    text-align:center;
    text-align: -webkit-center;
}
.modal-header .modal-close {
    margin-top: -7px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-close {
    float: right;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-body img {
    display: block;
    width: 61px;
    height: 60px;
    float: left;
}
.message_content {
    display: block;
    float: left;
    margin-left: 18px;
    font-family: arial;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    width: 253px;
    font-weight: bold;
    margin-top: 10px;
}
.modal-footer .okMessageButton {
    width: 98px;
    height: 29px;
    background-color: #F2F2F2;
    font-family: arial;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    border: none;
    text-align: center;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    margin-bottom: 10px;
}