﻿
.modal-popup .button 
{
    padding:4px;  
    margin-right: 8px;
    cursor: pointer;
    }

.modal-popup { position:fixed; z-index:99999; background:#FFF; color:#90867E; border:1px solid #9F9B98; width:580px; }

.modal-popup .modal-footer
{
    padding: 16px 20px; height: 24px; background: #9f9b98; color: #ffffff; text-align: right;
}

.modal-popup .modal-body
{
    padding: 20px 20px 20px 20px;
    overflow: auto;
}

.modal-popup .modal-footer .image-button
{
    cursor: pointer; padding-left: 20px;
}

.modal-popup .modal-footer .button
{
    cursor: pointer; 
}
