.update_submit {
    min-width: 100px;
    min-height: 30px;
    box-shadow: none;
    border: none;
    background: #dc3232;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
}
#admin_info_modal.fade {
    
	display:none;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}