﻿#fullScreen  {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:9;
    display:none;
}

.popup {
    margin:175px auto;
    width:400px;
    background-color:White;
    padding:20px;
    border:solid 1px Gray;
    box-shadow:2px 2px 8px #444;
    text-align:center;
}

.popup button {
    padding:3px 15px;
    font:11px/17px Verdana;
}

#customMsgPopup {
}

#customMsgTitle {
    font:12px/17px Verdana;
    font-weight:bold;
}

#customMsgContent {
    font:12px/17px Verdana;
    margin-top:10px;
    height:100px;
    overflow:auto;
}

#customMsgBtnDiv {
    margin-top:20px;
}

#customConfirmBtnDiv button {
    width:110px;
}

.field-icon {
    color: #666;
    float: right;
    font-size: 14px;
    margin-left: -35px;
    margin-top: -23px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}
