div.boxy-content{width:640px; background-color:#000000; border:1px solid #26211d; }

.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }


/* Modal */
.boxy-modal-blackout { position: absolute; background-color: #000000; opacity: 0.72; filter: alpha(opacity=70); left: 0; top: 0; }


/* Border */
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }

.boxy-wrapper .top-left { background-color: #211d19; opacity: 0.72; filter: alpha(opacity=72); border-top:1px solid #26211d; border-left:1px solid #26211d; padding: 0 }
.boxy-wrapper .top-right { background-color: #211d19; opacity: 0.72; filter: alpha(opacity=72); border-top:1px solid #26211d; border-right:1px solid #26211d; padding: 0 }
.boxy-wrapper .bottom-right { background-color: #211d19; opacity: 0.72; filter: alpha(opacity=72); border-bottom:1px solid #26211d; border-right:1px solid #26211d; padding: 0 }
.boxy-wrapper .bottom-left { background-color: #211d19; opacity: 0.72; filter: alpha(opacity=72); border-bottom:1px solid #26211d; border-left:1px solid #26211d; padding: 0 }

.boxy-wrapper .top { height: 10px; background-color: #211d19; opacity: 0.72; filter: alpha(opacity=72); border-top:1px solid #26211d; padding: 0 }
.boxy-wrapper .bottom { height: 10px; background-color: #211d19; opacity: 0.72; filter: alpha(opacity=72); border-bottom:1px solid #26211d; padding: 0 }
.boxy-wrapper .left { width: 10px; background-color: #211d19; opacity: 0.72; filter: alpha(opacity=72); border-left:1px solid #26211d; padding: 0 }
.boxy-wrapper .right { width: 10px; background-color: #211d19; opacity: 0.72; filter: alpha(opacity=72); border-right:1px solid #26211d; padding: 0 }


/* Title bar */
.boxy-wrapper .title-bar { background-color: #303031; height: 25px; padding: 10px 0px 0px 20px; position: relative; }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-family:Verdana; font-size: 18px; color: #c5c5c5; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
.boxy-wrapper .title-bar .close { color: #c5c5c5; position: absolute; top: 9px; right: 14px; font-size: 14px; font-weight: bold; text-decoration: none; }
.boxy-wrapper .title-bar .close:hover { text-decoration: none; }


/* Content Region */
.boxy-inner { padding: 0 }
.boxy-content { padding: 0 }


/* Question Boxes */
.boxy-wrapper .question { width: 350px; min-height: 80px; }
.boxy-wrapper .answers { text-align: right; }
#feedbackpanel{ background-color:#FFFFFF; }
.boxy-wrapper2 { position: absolute; }
.boxy-wrapper2.fixed { position: fixed; }