.box {
    position: absolute;
    background: #CCF;
    border: 1px solid #AAD;
    text-align: center;
    font-size: 10px;
}

.handle {
    cursor: move;
}

#bg {
    position: absolute;
    z-index: -1;
    height: 800px;
    width: 1000px;
    top: 200px;
    left: 20px;
    background:url(../images/westpark_809_floorplan_large_2.jpg) 0 0 no-repeat;
}

#create_furniture_dialog {
    font-size: .7em;
    width: 500px;
}

input {
    width: 120px;
/*     float: right; */
}

form {
    width: 200px;
}

.input_title {
    width: 50px;
    display: block;
    float: left;
    margin-top: 5px;
}

.helptext {
    font-size: .85em;
    font-style: italic;
    font-weight: bold;
}

.closex {
    color: blue;
    border: 1px black solid;
    font-size: 1em;
    float:right;
    margin-right:3px;
    clear:both;
    margin-bottom: 5px;
    cursor: pointer;
}
