#xprompt {
    display: none;
    padding: 50px 0 0 50px;
    background-image: url('/icons/ecblank.gif');
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 98;
}

html>body #xprompt {
    position: fixed;
    border-radius: 10px
}

#prmtclose,
#prmtmove {
    text-align: right;
    margin: 0;
}

#prmtX {
    border: 1px solid #d0d0f0;
    font-family: 'arial black';
    font-size: 9px;
    font-weight: bolder;
    background-color: #ffa5a5;
    color: #fff;
    cursor: pointer;
    width: 19px;
    height: 19px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 22px;
    left: 1px;
    z-index: 99;
}

#prmtbody {
    background-color: #ddd;
    border: 2px outset #c0c7d1;
    padding: 0;
    text-align: center;
}

#prmttitle {
    font-family: 'arial';
    font-size: 8pt;
    font-weight: bolder;
    text-align: left;
    background-color: #d0d7e1;
    color: #fff;
    padding: 3px;
    margin-bottom: 10px;
    border-width: 0;
    border-bottom: #999 solid 1px;
    height: 21px;
}

#prmtSourceType {
    height: 32px;
    width: 90%;
    font-family: 'ms sans serif';
    font-size: 8pt;
    text-align: center;
    margin-bottom: 10px;
    color: #808080;
}

#prmtSourceFr {
    margin: 0 0 0 8px;
    color: #808080;
    border: #aaa solid 1px;
}

#prmtSourceView {
    position: static;
    overflow: auto;
    font-family: 'verdana';
    font-size: 8pt;
    border: #aaa solid 1px;
    background-color: #fff;
}

#prmtSourceView table {
    width: 100%
}

#prmtSourceList {
    font-family: 'verdana';
    font-size: 10px;
    margin: 0 0 0 8px;
    float: left;
    color: #808080;
}

#prmtmiddle {
    border: 0;
    margin: 0;
    float: left;
    cursor: e-resize;
}

#prmtbtn0,
#prmtbtn1,
#prmtbtn2,
#prmtbtn3 {
    width: 100%;
    font-family: 'verdana';
    font-size: 10px;
    padding: 3px;
    color: #808080;
}

#prmtResultList {
    font-family: 'verdana';
    font-size: 10px;
    margin-bottom: 2px;
    float: left;
    color: #808080;
}

#prmtNewValue {
    font-family: 'verdana';
    font-size: 10px;
    margin: 2px 0 0 8px;
    float: left;
    color: #808080;
}

#prmtbtn4 {
    width: 80px;
    font-family: 'verdana';
    font-size: 10px;
    padding: 3px;
    margin: 10px 10px 0 0;
    color: #808080;
}

#prmtbtn5 {
    width: 80px;
    font-family: 'verdana';
    font-size: 10px;
    padding: 3px;
    margin: 10px 0 0 10px;
    color: #808080;
}

#prmtresize {
    margin-bottom: -1px;
    cursor: se-resize;
    border-width: 0;
    font-family: 'arial black';
    font-size: 11px;
    width: 16px;
    background-color: transparent;
    color: #909090;
}

#prmtblank {
    height: 50px;
    width: 1px;
}

#prmtblind {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0.0;
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    filter: alpha(opacity=0);
    z-index: 97;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

html>body #prmtblind {
    position: fixed;
}

