/* @group Popup Overlay
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

div.mailit-overlay {
    opacity: 0.85;
    background-color: #F0F0F0;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* @end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* @group Popup
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

div.mailit-popup {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    border-style: solid;
    border-width: 2px;
    background-color: #F0F0F0;
    border-color: #CCCCCC;
    height: 21em;
    width: 28em;
}

div.mailit-popup-titlebar {
    margin: 0px;
    padding: 0px;
    text-align: left;
    background-color: white;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #CCCCCC;
}

h1.mailit-popup-title {
    margin: 0px;
    padding: 10px;
}

div.mailit-popup-body {
    min-height: 50%;
    padding: 10px;
    padding-top: 0;
}

div.mailit-popup-buttons {
    margin-bottom: 10px;
    padding-left: 5px;
}

button.mailit-popup-button {
    margin: auto;
    margin-left: 2px;
}


.mailit-popup-body > label {
  margin-right: 5px;
  font-weight: bold;
}

.mailit-popup-body > input {
  width: 200px;
}

/* @end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
