html {
}

body {
    margin: 0px;
    background-color: #FAFAFA;
}

.inputField {
    width: 200px;
    border: 1px solid black;
}

.float-right {
    float: right;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.font {
    font-size: 13px;
    font-family: sans-serif, serif, monospace;
}
#secure_code_help {
    cursor: pointer;
}
