div.popupContainer {
    position: relative;
}

div.popupBorder {
    background-color: #888;
    padding: 4px;
    border: solid 1px #000;
}

div.popupBanner {
    width: 100%;
    background-color: #344075;
    text-align: center;
}

p.popupTitle {
    text-align: center;
    color: #fff;
    font-size: 13px;
	line-height: 16px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

div.popupDiv {
    text-align: left;
    background-color: #eee;
    color: #000;
    padding: 5px 10px 5px 10px;
    font-size: 11px;
    font-weight: normal;
}

div.itemPopup {
    position: absolute;
    top: 0px;
    left: 100px;
    border: solid 1px #000;
    z-index: 1001; /* top tiny_mce */
}

div.itemPopupMce {
    position: absolute;
    top: 0px;
    left: 100px;
    border: solid 1px #000;
    z-index: 999; /* let tiny_mce controls be in front*/
}

div.helpPopup {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 650px;
    border: solid 1px #000;
    z-index: 1001; /* top tiny_mce */
}

div.helpPopup ol, div.helpPopup ul {
    padding-bottom: 6px;
    padding-left: 20px;
	list-style-type: disc;
}

div.okCancel {
    width: 45%;
}

div.shareInstructions {
    font-size: 11px;
    /*font-weight: bold;*/
    color: #226;
}

div.sharePopup {
    position: absolute;
    top: 20px;
    left: -20px;
    border: solid 1px;
}

table.popup {
    background-color:#eee;
    color: #000;
}