﻿body
{
}

.dropDownPadding
{
    padding: 0 0 18px 10px;
}

.emptyDLL
{
    position: absolute;
    background-color: #ffffff;
    color: #777777;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 0;
    margin-top: 4px;
    padding-left: 2px;
}

.ddlImage
{
    width: 17px;
    height: 16px;
    position: absolute;
    margin: 1px 0 0 0;
}

.styledCombo
{
    overflow: hidden;
    padding: 1px 0 1px 0;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 0;
    margin: 3px 0 3px 0;
    /*width: 100%;*/
    height: 18px;
}

/*----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;
}

.middleStyledDropDown
{
    background: url(images/middleBorder.png) repeat-x left;
    border: none;
    height: 100%;
}

.rightStyledText
{
    background: url(images/rightBorder.png) no-repeat left;
    width: 5px;
    height: 22px;
}
/*----END----*/
