.bx_page
{
}

.bx
{
     background-color:#FFF;
     height:180px;
     width:500px;
     border-style:solid;
     border-width:2px;
     border-color:#43547E
}

.bx .bx_header
{
     color:#FFF;
     background-color:#43547E;
     font-weight:bold;
     height:23px;
     vertical-align:middle;
     padding-left:10px;
}

.bx .bx_content
{
     text-align:center;
     padding-left:30px;
     padding-right:30px;
     padding-top:10px;
     padding-bottom:30px;
}

.bx_page .bx_whimp
{
     font-size:12px;
}


/* Round edge box */


.com_box {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#333;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 /*margin-bottom:0.5em;  spacing under com_box */
}

.com_box .content,
.com_box .t,
.com_box .b,
.com_box .b div {
 background:transparent url(../../img/cust_box.png) no-repeat top right;

}

.com_box .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.com_box .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.com_box .b {
 /* bottom */
 position:relative;
 width:100%;
}

.com_box .b,
.com_box .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.com_box .b {
 background-position:bottom right;
}

.com_box .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.com_box .hd,
.com_box .bd,
.com_box .ft {
 position:relative;
}

.com_box .wrapper {
 /* 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. */
}

.com_box h1,
.com_box p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.com_box h1 {
 padding-bottom:0px;
}

