.form-horizontal .control-label{
    text-align: left !important;
    padding-bottom: 6px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width:100% !important;
}
#respond {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background-image: -webkit-linear-gradient(top, #000000, #000000);
    background-image: -moz-linear-gradient(top, #000000, #000000);
    background-image: -ms-linear-gradient(top, #000000, #000000);
    background-image: -o-linear-gradient(top, #000000, #000000);
    background-image: linear-gradient(top, #000000, #000000);
    border: 1px solid #cccccc;
    border-bottom-color: #aaaaaa;
    border-radius: 5px;
    clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
    padding: 10px 20px 50px;
}
.select-error{
    border:1px #FF0000 solid !important;
    color:#FF0000 !important;
}
.error{
    padding-top:10px;
    color:#FF0000 !important;
    font-size:10px;
}