form[name="wpcustomize_customize"] input[type="text"],
form[name="wpcustomize_customize"] textarea {
    width: 100%;
    padding: 4px 8px;
}
@media (min-width: 783px) {
    form[name="wpcustomize_customize"] input.upload_button {
        float: right;
        clear: none;
        position: relative;
        right: 0;
        top: -2.25em;
        height: 27px;
    }
    form[name="wpcustomize_customize"] select.selectbox {
        width: 25%;
    }
}
form[name="wpcustomize_customize"] input.smallinput[type="text"] {
    width: 50px;
}

/* chosen select - dark theme */
/*.chosen-container {
    border: 1px solid #ddd;
}
.chosen-container,
.chosen-container-active,
.chosen-container .chosen-results li,
.chosen-container .chosen-with-drop,
.chosen-container .chosen-single,
.chosen-container-single .chosen-single,
.chosen-container .chosen-single > span,
.chosen-container .chosen-drop,
.chosen-results {
    color: #fff;
    background: #000;
    background-color: #000;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    background-image: none;
    box-shadow: none;
}
.chosen-container-single .chosen-single {
    box-shadow: none;
}
.chosen-container-single .chosen-single span {
    margin-right: 0;
}
.chosen-container.chosen-with-drop .chosen-drop {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.chosen-container .chosen-results li {
    padding: 5px 3px;
}*/
