.Testing{
    background-color: #f8f8f8;
    margin: 10px -10px 0 -10px;
    padding: 10px 0;

}

.Testing table td{
    font-size: 13px;
    vertical-align: middle;
    padding: 5px 0;
}

.Testing table td.title{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    width: 130px;
    padding-left: 10px;
}

.Testing table td.note{
    padding-left: 10px;
    color: #5b5b5b;
    font-style: italic;
}

.Testing table td.errMsg{
    padding-left: 10px;
    color: #c30c02;
    font-weight: 900;
}

.Testing .star{
    color: #c30c02;
    font-weight: 900;
}

.Testing .correctInfo{
    background: #fff url(../images/input_icons.png) no-repeat 100% 4px;
}

.Testing .wrongInfo{
    background: #fff0f0 url(../images/input_icons.png) no-repeat 100% -81px;
    border: 1px solid #f3adad;
}
