﻿.textBoxNormal, .textBoxError, .textBoxFocus
{
    display:block;
}

.textBoxNormal .textBox, .textBoxError .textBox, .textBoxFocus .textBox
{
    border:0;
    margin:3px;
    background-color:Transparent;
}

.textBoxNormal
{
    background-image:url(images/textbox-normal-bg.png);
    background-repeat:repeat-x;
    border:solid 1px #999;
}

.textBoxError
{
    background-image:url(images/textbox-error-bg.png);
    background-repeat:repeat-x;
    border:solid 1px #d35757;
    color:#b70b0b;
}

.textBoxFocus
{
    background-image:url(images/textbox-focus-bg.png);
    background-repeat:repeat-x;
    border:solid 1px #71c5ff;
}