
#left_menu {
    float: left;
    width: 330px;
    padding: 0;
    background-color: #FDFDFD;
    margin: 0;
    height: 90%;
}

#left_menu form p {
    margin: 0;
    padding: 0;
}

#menu_inner {
    overflow-y: hidden;
}

#recommended_bg ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#recommended_bg li {
    border: 1px solid #CCC;
    margin: 3px;
    display: block;
    height: 20px;
    width: 20px;
    float: left;
    cursor: pointer;
}

#recommended_bg li:hover {
    border: 1px solid #000;
}

ul {
    list-style-type: square;
    font-size: 13px;
    padding-left: 20px;
}

.form {
    margin: 15px;
    padding: 6px;
    background-color: #EFEFEF;
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid #999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #333;
}

.ajax_message {
    text-align: right;
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
    color: red;
}

#settings_menu {
    background: #000 url('../images/gradient.gif') left center repeat-x;
    color: #000;
    padding: 3px 3px 3px;
    height: 19px;
    opacity: 0.9;
    text-align: right;
}

#upload {
    display: block;
    color: blue;
    text-align: center;
    outline: none;
    background-image: url('../images/gradient_upload.gif');
    height: 24px;
    color: #000;
    margin: 0;
    padding: 6px 2px 3px 12px;
    font-size: 18px;
    font-weight: bold;
}

#upload:hover {
    color: #000;
}

#upload_bar {
    background-image: url('../images/progress.gif');
    width: 0;
    position: absolute;
    height: 33px;
    margin: -6px -2px -3px -12px;
}

#button_upload {
    position: relative;
}

.toggler {
    cursor: pointer;
    background: #DDD url('../images/gradient.gif') left center repeat-x;
    height: 24px;
    color: #000;
    margin: 0;
    padding: 6px 2px 3px 12px;
}

.element {
    overflow: auto;
}

.padding {
    padding: 10px;
}


.preview {
    padding: 0;
    list-style-type: none;
    min-height: 100px;
}

.preview  li {
    width: 80px;
    height: 80px;
    margin: 5px;
    padding: 2px;
    border: 1px solid #aaa;
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

.preview li .delete {
    background-image: url('../images/dustbin.png');
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 16px;
    text-decoration: none;
    display: none;
}