.clear {
    clear: both;
}

#installerVerification {
    clear: both;
    border: 2px solid #c20e1a;
    width: 146px;
    padding: 5px;
    background: #2d2d2d;
    margin-top: 27px;
}

#installerVerification p {
    color: #FFFFFF;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 2px 0px;
}

#installerVerification input {
    width: 120px;
    border: 1px solid #ffffff;
    font-size: 10px;
    font-color: #4f4f4f;
}

#installerGo {
    cursor: pointer;
}

