#content{
    position:relative;
    width:1030px;
    height:650px;
    margin:20px auto 5px auto;
    background-color:#f0f0f0;
    border:3px solid #c8c8c8;
}
.background{
    position:absolute;
    width:630px;
    height:630px;
    top:10px;
    left:240px;
    -moz-box-shadow:0px 0px 3px #bbb;
    -webkit-box-shadow:0px 0px 3px #bbb;
    box-shadow:0px 0px 3px #bbb;
}
#objects{
    width:210px;
    height:620px;
    top:10px;
    left:10px;
    position:absolute;
    padding: 5px;
    background-color: #fff9f6;
    border:1px solid #f0c8a8;
}
.obj_item{
  width:70px;
  height:70px;
  float:left;
}
#tools{
    width:130px;
    top:8px;
    right:10px;
    position:absolute;
    height:520px;
    overflow-y:scroll;
    overflow-x:hidden;
    border:1px solid #a1a1a1;
    background-color: #c8c8c8;
}
.sel_item{
    border:3px solid #fff;
    background-color:#d5e5fb;
    height:60px;
    position:relative;
    margin:2px 5px 2px 2px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:0px 0px 2px #999;
    -webkit-box-shadow:0px 0px 2px #999;
    box-shadow:0px 0px 2px #999;
}
.thumb{
    width:50px;
    height:50px;
    margin:5px;
    float:left;
}
a.remove{
    width:24px;
    height:24px;
    position:absolute;
    top:2px;
    right:2px;
    background:transparent url(../images/cancel.png) no-repeat top left;
    opacity:0.5;
    cursor:pointer;
}
a.remove:hover{
    opacity:1.0;
}

a#submit{
    position:absolute;
    width:140px;
    height:50px;
    text-align:center;
    line-height:60px;
    color:#fff;
    background-color:#207870;
    border:2px solid #fff;
    bottom:15px;
    right:6px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    cursor:pointer;
    -moz-box-shadow:0px 0px 2px #aaa;
    -webkit-box-shadow:0px 0px 2px #aaa;
    box-shadow:0px 0px 2px #aaa;
}
a#submit:hover{
    background-color:#1f661f;
}
a#submit span{
    width:134px;
    height:33px;
    float:left;
    background:transparent url(../images/download.png) no-repeat top left;
    margin:8px 0px 0px 4px;
}
