form.site-structure {
    width:350px;
}

form.site-structure input[type=text] {
    width:200px;
}

div.site-structure {
    width:350px;
}
li.node-closed ul {
    display:none;
}
li.node-open, li.node-closed {
    background-repeat:no-repeat;
}
li.node-closed {
    background-image:url('/xca/grey_right.png');
    background-position:left 4px;
}
li.node-open {
    background-image:url('/xca/grey_down.png');
    background-position:left 4px;
}
ul.hierarchy li {
    padding-left:16px;
}
ul.hierarchy, ul.hierarchy ul {
    padding:0px;
    margin:0px;
    list-style:none;
}
ul.hierarchy ul {
    margin-bottom:5px;
}
div.site-structure-nav {
    float:left;
    width:300px;
    overflow:auto;
}
div.site-structure {
    margin-left:300px;
}
ul#present-list {
    border:3px dashed #eee;
    min-height:50px;
    padding:10px;
    margin:20px 0px;
    list-style:none;
}
ul#present-list p.empty {
    font-weight:bold;
    font-size:18px;
    color:#999;
    text-align:center;
}
ul#present-list li {
    min-height:85px;
    padding:5px;
    margin:5px;
    border:1px solid #eee;
    background-color:#fff;
}
div.present-props {
    width:160px;
    float:left;
}
div.present-props label {
    font-weight:bold;
    font-size:14px;
    display:block;
}
div.present-image {
    width:450px;
    height:168px;
    overflow:hidden;
    margin-left:170px;
    text-align:center;
}
div.present-image textarea {
    width:360px;
    margin:5px;
    height:150px;
    font-size:18px;
    font-family:Arial;
}
div.present-image img {
    max-width:300px;
    max-height:168px;
}
div.present-props input[type=text] {
    width:150px;
}