#popupBorder { width: 98%; border: 1px solid #666666; padding: 4px; background-color: #e2e2e2; position: relative; left: -3px; top: -3px; }
#popupShadow { width: 102%; background: transparent url(../images/popup/popupShadow.png); }
.bordered_red { border: 1px solid red !Important; }

.gen_popup_header { height:34px; background-image: url('../images/popup/popupTitlebarMiddle.gif'); width:100%; line-height: 30px; }
.gen_popup_left_edge { height:34px; background-image: url('../images/popup/popupTitlebarLeft.gif'); width:7px; float: left; }
.gen_popup_title { float: left; font-weight: bold; }
.gen_popup_right_edge { height:34px; background-image: url('../images/popup/popupTitlebarRight.gif'); width:6px; float: right; }
.gen_popup_close_button { height:34px; float: right; }
.gen_popup_close_button img { position: relative; top: 5px; }
