body {background:#272727;}

input[type="text"], input[type="password"] {
    background: none repeat scroll 0 0 #414141;
    border: 1px solid #1A1A1A;
    color: white;
    height: 16px;
    margin-right: 5px;
    margin-top: 4px;
    width: 185px;
}

select {
    height: 18px !important;
    background: none repeat scroll 0 0 #414141;
    border: 1px solid #1A1A1A;
    width: 182px !important;
    margin-top:4px;
    margin-bottom:0px !important;
}

textarea {
    background: none repeat scroll 0 0 #414141;
    margin-top:4px;
    border: 1px solid #1A1A1A;
}

.control-label {
    clear: both;
    display: block;
    float: left;
    width: 185px;
    color:#999;
    margin-bottom:-4px;
}

.btn {
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-radius: 10px;
    border: 1px solid #1A1A1A;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding: 3px 8px;
    text-align: center;
    vertical-align: middle;
    margin-top:5px;
    font-family: times;
}

.validator {
    color:  #006DCC;
}

.failure {
    color: #FFFFFF;
    font-size: 9px;
}