.boxy-wrapper {
    position: absolute;
    overflow: visible;
}

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

/* Modal */

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

/* Border */

.boxy-wrapper {
    empty-cells: show;
    border: 1px solid #B3B3B3;
}

.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom,
.boxy-wrapper .top_top,
.boxy-wrapper .left,
.boxy-wrapper .right,
.boxy-wrapper .bottom-left {
    width: 0px;
    height: 0px;
    padding: 0;
    border: none;
}

/* Title bar */

.boxy-wrapper .title-bar {
    background-color: #FFF;
    padding: 5px;
    position: relative;
}

.boxy-wrapper .title-bar.dragging {
    cursor: move;
}

.boxy-wrapper .title-bar h2 {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.boxy-wrapper .title-bar .close {
    display: inline-block;
    position: absolute;
    top: -11px;
    right: -11px;
    height: 24px;
    width: 24px;
    background: url(/img/logo.png?06) -1px -400px no-repeat;
}

/*
.boxy-wrapper .title-bar .close:hover {
    background: url(/img/logo.png?06) -30px -400px no-repeat;
}
*/

.boxy-wrapper .title-bar .left {
    background: url(/img/logo.png?06) 0px -360px no-repeat;
    height: 30px;
    width: 14px;
    float: left;
}

.boxy-wrapper.nontitle .title-bar .left,.boxy-wrapper.nontitle .title-bar .right,.boxy-wrapper.nontitle .title-bar .center {
    display: none;
}

.boxy-wrapper.nontitle .title-bar {
    padding: 2px;
}

.boxy-wrapper .title-bar .center {
    background: url(/img/logo.png?06) -10px -360px no-repeat;
    height: 30px;
    line-height: 30px;
    width: auto;
    margin: 0 14px;
    text-align: center;
    font-size: 1.1em;
    color: #393939;
}

.boxy-wrapper .title-bar .right {
    background: url(/img/logo.png?06) -3058px -360px no-repeat;
    height: 30px;
    width: 14px;
    float: right;
    position: relative;
    top: -30px;
}

/* Content Region */

.boxy-inner {
    background-color: white;
    padding: 0;
    position:relative;
    overflow: visible;
}

.boxy-content {
    padding: 5px 4px 5px 5px;
}

/* Question Boxes */

.boxy-wrapper .question {
    width: 350px;
    min-height: 80px;
}

.boxy-wrapper .answers {
    text-align: center;
}
.boxy-buttons {
    padding-top: 15px;
    float: right;
}

.boxy-edit {
    padding-top: 5px;
}

.boxy-wrapper .Dialog {
    margin: 5px 25px 5px 25px;
}

.boxy-wrapper .Dialog .Fields {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    line-height: 24px;
}

.boxy-wrapper .Dialog .Fields .Label {
    width: 120px;
    float: left;
    margin: 0px 10px 0px 0px;
    font-weight: bold;
}

.boxy-wrapper .ButtonDiv {
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.boxy-wrapper .Dialog .Fields input {
    width: 200px;
}

.boxy-wrapper .Dialog .Fields select {
    width: 200px;
    height: 24px;
}

.boxy-wrapper .ButtonDiv button {
    width: 90px;
}

.ErrCard {
    width: 400px;
}
