label {
    display:block;
}

.input_field label {
    display:inline;
}

div.input_label {
    display:block;
}

div.input_field {
    padding-bottom: 10px;
}

div.input_body {

}

div.input_help {
    color: gray;
    font-size: 10px;
}

ul.errorlist {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    list-style: none;
}

ul.errorlist, div.input_error {
    color: red;
}

div.input_error ul {
    margin: 0px;
    padding: 0px;
}

div.input_error li {
    list-style: none;
}

ul.tag_list_small {
    margin-top: -10px;
    margin-bottom: 15px;
    padding: 0px;
    
}

ul.tag_list_small li {
    display: inline;
}

ul.tag_list_small  a {
    color: inherit;
    border-style: none;
}

ul.tag_list_small  a:hover {
    border-bottom-color: red;
    color: red;
}

#files_list {
    padding: 10px;
    padding-left: 20px;
    font-size: 10px;
}

#uploaded_box {
    margin-bottom:10px;
}
div.good_file, div.bad_file {
    padding:3px;
    color:gray;
}

div.good_file a {
    border:none;
    color:gray;
}

div.good_file a:hover {
    border:none;
    color:#222;
}

div.bad_file {
    text-decoration:line-through
    ;
}

div.editor ul {
    font-size:10px;
    padding:10px;
    padding-left:3px;
    margin: 0px;
    list-style: none;
}

div.editor li {
    padding:3px;
    border:1px gray solid;
    background-color:gray;
    display:inline;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.editor a {
    padding-right:5px;
    padding-left:5px;
    border:none;
    color:white;
}

div.editor li:hover{
    background-color:#5C5C5C;
}

div.uploadBox {
    position:relative;
    margin-top:5px;
}

.upload_status {
    color:gray;
    font-size:10px;
    margin-top: 4px;
}

.progress {
    width: 200px;
    border: 1px solid #BBB;
    background-color: #FFF;
    padding: 0;
    margin-top: 4px;
    
}
.progress span {
    display: block;
    width: 0px;
    height: 10px;
    background-color: #DDD;
}

#textilePreview {
    margin-bottom:20px;
    border-bottom:25px yellow solid;
}

#textileHeader {
    background-color:yellow;
    padding:5px;

}