.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

/* Modal */
.boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }

/* Border */
.boxy-wrapper { empty-cells: show; }
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left { padding: 0 }

.boxy-wrapper .top-left { background: url('boxy-nw.png') top left; }
.boxy-wrapper .top-right { background: url('boxy-ne.png') top right; }
.boxy-wrapper .bottom-right { background: url('boxy-se.png') bottom right; }
.boxy-wrapper .bottom-left { background: url('boxy-sw.png') bottom left; }

/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
/* NB: these must be absolute paths or URLs to your images */
.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/boxy/boxy-nw.png',sizingMethod=sCale); }
.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/boxy/boxy-ne.png',sizingMethod=sCale); }
.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/boxy/boxy-se.png',sizingMethod=sCale); }
.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/boxy/boxy-sw.png',sizingMethod=sCale); }

.boxy-wrapper .top,
.boxy-wrapper .bottom {float:none; height:0;background-color: black; opacity: 0.6; filter:alpha(opacity=60); padding:0;}

.boxy-wrapper .left,
.boxy-wrapper .right { float:none;width:0; background-color: black; opacity: 0.6; filter:alpha(opacity=60); padding:0;}

/* Title bar */
.boxy-wrapper .title-bar { background: url(../../images/header_bg.gif) repeat; padding:8px 0 9px 15px; position:relative; text-align:left; }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { color:#f8d824; line-height: 1; margin: 0; padding: 0 ; font-weight: normal; }
.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 14px; right: 15px; font-size: 13px; line-height: 1; }

/* Content Region */
/*.boxy-inner { background-color: white; padding: 0 ; text-align:left; vertical-align:top; }*/
/* .boxy-content { padding:15px; text-align:left; } */
.boxy-inner { padding:0; text-align:left; vertical-align:top; border:#2f3084 5px solid; }
.boxy-content { padding:15px; text-align:left; background:#c9c9c9 url(../../images/adv_search_bg.jpg) repeat-x; }


.boxy-content td { padding:3px 0px; }
.boxy-content .col_left { text-align:right; width:150px; }
.boxy-content .col_right { text-align:left; padding-left:10px; }

/* Question Boxes */
.boxy-wrapper .question { width: 350px; min-height: 80px; }
.boxy-wrapper .answers { text-align: right; }

.boxy-content .col_right .text { width:260px; padding:2px 2px 3px 2px; border:1px solid #7f7f7f; font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#878787; }
.boxy-content .col_right .checkbox { margin:0px; }

#formPostComment #error_msg { width:280px; font-weight:bold; color:red; }

