#EditItem {
display: none;
clear: all;
background: white;
border: ridge;
height: 140px;
width: 500px;
position: absolute;
top: 0px;
}
#EIWin {
position:absolute;
top: 0px;
width: 100%;
background: #0055ea;
border-bottom: solid 1px #3300cc;
height: 22px;
}
#EIWin H1{
position: absolute;
right: 2px;
text-align: center;
border: solid white 1px;
color: white;
background: #e74d18;
width: 20px;
cursor: default;
}
#EIForm{
height: 1px;
position: absolute;
padding-left: 5px;
}
#EIForm .ed_desc {
width: 450px;
}
#EIForm .ed_col {
width: 100px;
}
#EIForm .ed_lab {
width: 75px;
}
#EIForm .WindTitle {
color:white;
display: block;
z-index:10000;
font-weight: bold;
padding-top: 4px;
height: 24;
width: 300px;
}