/* CSS Document */
.alignment {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    border: none;
}

.container {
    margin: 0px auto;
    padding: 0px;
    height: 100%;
    text-align: center;
}

.tableCell {
    padding-right: 15px;
}

table {
    margin: 0px;
    border: 0px;
}

td {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.error {
    font-size: 14px;
    font-weight: bold;
    color: #FFFF00;
}

.error2 {
    font-size: 12px;
    color: #F7F495;
}
