﻿.modalPopup {
    background-color: White;
    border: 1px solid black;
    width: 280px;
    padding: 10px 10px 10px 10px;
}

.modalHeader {
    width: auto;
    border: 1px solid silver;
    height: 25px;
    background-color: #F2F2F2;
    position: relative;
}

.modalTitle {
    color: Black;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: -21px;
    left: 30px;
}

.modalContent {
    padding-top: 10px;
    padding-bottom: 0px;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalImageInformation {
    background-image: url('information.png');
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    border: 0;
}

.modalImageWarning {
    background-image: url('warning.png');
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    border: 0;
}

.modalImageError {
    background-image: url('error.png');
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    border: 0;
}

.modalImageQuestion {
    background-image: url('question.png');
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}

.modalImageSearch {
    background-image: url('search.png');
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}
