﻿<style type="text/css" >

input[type=text]::-ms-clear {
    display: none;
}

.removeIECross::-ms-clear {
    width: 0;
    height: 0;
}

#zeusModal {
    display: none;
    border: 1px darkgray solid;
    width: 900px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top:3px;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 10;
    position: fixed;
    text-align: center;
    padding: 0px;
}

.zeusModalDarken {
    opacity: .4;
}

#ifrZeusModal {
    border: 0;
    width: 100%;
    height: 100%;
}

.zeus-modal-footer {
    background-color: #e0e0e0;
    width: 100%;
    text-align: right;
    height: 30px;
}

.zeus-modal-body {
    height: 93%;
    width: 99%;
    padding: 3px;
}

.zeusModalCloseButton {
    width: 120px;
    height: 26px;
    margin: 2px;
}

</style >
