div#appdlg_container {
    overflow: visible;
    width: 650px;
}

div#appdlg_caption {
    text-align: center;
}

div#appdlg_content {
    overflow-y: visible;
} 

.combobox {
     display: block;
}

.combobox .form-control {
    width: 100%;
    height: 30px;
    text-align: left;
}

.combobox .form-control span:first-child {
   left: 10px;
   overflow: hidden;
   right: 25px;
}

.combobox .btn.form-control .caret {
   margin-top: -1px;
   position: absolute;
   right: 10px;
   top: 50%;
}

label.disabled, .caret {
   color: lightgrey;
}

input.error {
    color: red;
}