
.modal-body .form-group label {
    color: #888888;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
}

.modal-body .form-group label.error {
    text-transform: none;
    color: #FB404B;
}

/*.container {*/
    /*height: inherit;*/
    /*overflow: hidden;*/
/*}*/

.left {
    width: 280px;
    float: left;
    background: #aafed6;
}​​

.right {
    float: none; /* not needed, just for clarification */
    background: #e8f6fe;
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
}