.moduletable, .moduletable_menu {padding:10px; position:relative;}
#menuframer .moduletable_menu {padding:0;   float: left;
    margin-left: 90px;}
.moduletable h3 {color:#eee;}
/*IE 7 Hack */.pjfrm, #leftcolumn {z-index:0;}
#outerpad-l .pjfrm {z-index: 1;}
/*end IE 7 Hack*/


.pjfrm {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:2400px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 margin-left:20px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.pjfrm .pjfrm2,
.pjfrm .t,
.pjfrm .b,
.pjfrm .b div {
 background:transparent url(../images/transarea.png) no-repeat top right;
}


.pjfrm .pjfrm2 {
 position:relative;
 padding:10px 20px 0px 0px;
}

.pjfrm .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:20px; /* top slice width */
 margin-left:-20px;
 height:100%;
 background-position:top left;
}

.pjfrm .b {
 /* bottom */
 position:relative;
 width:100%;
float:left;
}

.pjfrm .b,
.pjfrm .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.pjfrm .b {
 background-position:bottom right;
}

.pjfrm .b div {
 position:relative;
 width:20px; /* bottom corner width */
 margin-left:-20px;
 background-position:bottom left;
}

.pjfrm .hd,
.pjfrm .bd,
.pjfrm .ft {
 position:relative;
}

.pjfrm .wrappert {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.pjfrm h1,
.pjfrm p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.pjfrm h1 {
 padding-bottom:0px;
}


#inner-wrapper-bot .moduletable {background: url(../images/transbg.png); margin: 0 6px; border: 1px solid #B5155F;position:relative;}