.LabelErrorMessage
{
    color: Red;
}

.TextfieldUserInput
{
    width: 170px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    margin: 1px 0 0;
}

.ValidationSummary
{
    text-align: left;
}