.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 .boxy-top-left,
.boxy-wrapper .boxy-top-right,
.boxy-wrapper .boxy-bottom-right,
.boxy-wrapper .boxy-bottom-left {width: 10px; height: 10px; padding: 0; background-color: 0; opacity: 0.2; filter: alpha(opacity=20); padding: 0}

.boxy-wrapper .boxy-top,
.boxy-wrapper .boxy-bottom {height: 10px; background-color: transparent; opacity: 0.2; filter: alpha(opacity=20); padding: 0}

.boxy-wrapper .boxy-left,
.boxy-wrapper .boxy-right {width: 10px; background-color: transparent; opacity: 0.2; filter: alpha(opacity=20); padding: 0}

/* Title bar */
.boxy-wrapper .title-bar {background-color:#3F87FD; padding: 10px; position: relative;}
.boxy-wrapper .title-bar.dragging {cursor: move;}
.boxy-wrapper .title-bar h2 {font-size: 12px; font-weight: bold; color: white; line-height: 1; margin: 0; padding: 0;}
.boxy-wrapper .title-bar .close {cursor:pointer; color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; background-image:url(../images/close.gif); height:20px; width:15px; border:0px; background-repeat: no-repeat; background-position: center center; }

/* Content Region */
.boxy-inner {overflow: hidden; background-color: white; padding: 0;}
.boxy-content {padding: 15px; background-color:#fff;}

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

/* confirm btn by miikey */
.boxy-btn1,.boxy-btn2,.boxy-btn3{padding:3px 12px 3px; border-width:1px; border-style:solid; letter-spacing:1px; line-height:15px; cursor:pointer; overflow:visible;} 
.boxy-btn1{background-color:#4B82BB; border:1px solid #248DAC; color:white;}
.boxy-btn2{background-color:#4B82BB; border-color:#eeeeee #bbbbbb #bbbbbb #eeeeee; color:white}
.boxy-btn3{background-color:#4B82BB; border-color:#EAEAEA #aaaaaa #aaaaaa #EAEAEA; color:#EBF2FA;}
.boxy-btn3:hover{background-color:#4B82BB; border-color:#CED8E3 #A2ADBC #A2ADBC #CED8E3;}