div.popDivOuter {
z-index: 3; /*Keep it all on top */
margin:0 auto;
position: absolute;
top: 100px;
background-color: #fff; /*we don't want this transparent or content beneath will show through*/
border-style: none outset outset none; /*The drop shadow border style definition*/
border-color: #000 #E4E4E4 #E4E4E4 #000; /*The drop shadow border color definition*/
border-width: 0px 1px 1px 0px;  /*The drop shadow border width definition  4 4*/
}
div.popDivFirstInner {
/*Put a border around the entire inner container to mimick an open window */
border-style: solid;
border-color: #66CC33;
border-width: 1px;
}
div.popDivTitleBar {
position:relative;
top: 0px;
left 0px;
height: 20px;/* 26px*/
border-bottom: none;
}
div.popDivCloserDiv {
position:absolute;
top: 2px;
right: 2px;
width: 21px;
height: 21px;
cursor: pointer;
}
div.popDivContent {
text-align: center;
padding-left: 0px;
padding-right: 0px;
margin-bottom: 5px;
}
div.popDivInsertionPoint {
display: none;
}
