﻿body
{
}

.textboxPadding
{
    padding: 0 0 18px 10px;
}

.emptyText
{
    position: absolute;
    background-color: #ffffff;
    color: #777777;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 0;
    margin-top: 0px;
    padding-left: 2px;
}

.styledInput
{
    overflow: hidden;
    padding: 1px 1px 0 1px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 0;
    margin: 0 0 0 1px;
    width: 99%;
    height: 100%;
}


.countNotification
{
    margin-left: 6px;
    display: none;
    background: url(images/MaxCountNotification.png) no-repeat left;
    position: absolute;
    width: 139px;
    height: 34px;
}

.styledCount
{
    padding: 4px 0 0 3px;
    background-color: Transparent;
    color: #777777;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 0;
}

.rightLeftWidth
{
    width: 5px;
}

/*----START---- This will handle the Left side of the textbox and will allow vertical growing*/
.leftTopStyledText
{
    background: url(images/topLeftBorder.png) no-repeat left;
    margin: -1px 0 0 -1px;
    width: 5px;
    height: 5px;
}

.leftMiddleStyledText
{
    border-left: solid 1px #BDBFC1;
    height: 100%;
}

.leftBottomStyledText
{
    background: url(images/bottomLeftBorder.png) no-repeat left;
    width: 5px;
    height: 5px;
}
/*----END----*/

/*----START---- This will handle the middle of the textbox and will allow vertical growing*/
.leftStyledText
{
    background: url(images/leftBorder.png) no-repeat left;
    width: 5px;
    height: 22px;
}

.middleStyledTextGraphic
{
    background: url(images/middleBorder.png) repeat-x left;
    border: none;
    height: 100%;
}

.middleStyledText
{
    vertical-align: top;
    background-color: #ffffff;
    border-top: solid 1px #BDBFC1;
    border-bottom: solid 1px #BDBFC1;
    height: 100%;
}

.rightStyledText
{
    background: url(images/rightBorder.png) no-repeat left;
    width: 5px;
    height: 22px;
}
/*----END----*/

/*----START---- This will handle the right side of the textbox and will allow vertical growing*/
.rightTopStyledText
{
    background: url(images/topRightBorder.png) no-repeat left;
    width: 5px;
    height: 5px;
}

.rightMiddleStyledText
{
    /*border-right: solid 1px #BDBFC1;
    height: 100%;*/
}

.rightBottomStyledText
{
    background: url(images/bottomRightBorder.png) no-repeat left;
    width: 5px;
    height: 5px;
}
/*----END----*/
