/* jquery Boxy */
.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 { width: 5px; height: 5px; padding: 0;background-color: black; opacity: 0.4; filter: alpha(opacity=40); }

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

.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-nw.png'); filter:alpha(opacity=40); }
.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-ne.png'); filter:alpha(opacity=40); }
.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-se.png'); filter:alpha(opacity=40); }
.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-sw.png'); filter:alpha(opacity=40); }

*html .boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-nw.png'); }
*html .boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-ne.png'); }
*html .boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-se.png'); }
*html .boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-sw.png'); } */


.boxy-wrapper .top,
.boxy-wrapper .bottom { height: 5px; background-color: black; opacity: 0.4; filter: alpha(opacity=40); padding: 0 }

.boxy-wrapper .left,
.boxy-wrapper .right { width: 5px; background-color: black; opacity: 0.4; filter: alpha(opacity=40); padding: 0 }

/* Title bar */

.boxy-wrapper .title-bar { font-size: 11px; font-weight: bold; text-align: left; height: 26px; color: #393939; background: #efefef; border-bottom:1px solid #cccccc;	line-height:26px;	cursor: default;	padding:5px;	margin: 0px;position: relative; }
.boxy-wrapper .title-bar.dragging { cursor: move; }		
.boxy-wrapper .title-bar .close { font-weight:normal; color: #393939; position: absolute; top: 10px; right: 10px; font-size: 11px; line-height:26px; }
	
/* Content Region */

.boxy-inner { background-color: white; padding: 0 }
.boxy-content { padding: 8px; }

/* Question Boxes */
.boxy-wrapper .question { width: 360px; }
.boxy-wrapper .answers { text-align: right; }

.boxy-wrapper form.answers button { margin-top: 10px;; margin-left: 3px;  }