﻿.NarrowtextBox 
{
    border:none;
    /*border: 1px solid #000;*/
    background-image: url(images/narrowTextbox.gif);
    background-repeat:no-repeat;
    background-position:left;
    width:163px;
    height:23px;
    font:12px "segoe ui",arial,verdana,sans-serif;
    color:#333;
    padding-left:4px;
    line-height:21px;
}



.NarrowmultiLineTextBox
{
    border: 1px solid #707070;
    /* border:none;*/
    background-image: url(images/multiLineTextbox.gif);
    background-repeat:no-repeat;
    background-position:left;
    width:156px;
    height:108px;
    font:12px "segoe ui",arial,verdana,sans-serif;
    color:#333;
    padding-left:4px;
    line-height:16px;
    
scrollbar-3dlight-color:#e9e9e9;
scrollbar-arrow-color:#000;
scrollbar-base-color:#e9e9e9;
scrollbar-darkshadow-color:#e9e9e9;
scrollbar-face-color:#e9e9e9;
scrollbar-highlight-color:#e9e9e9;
scrollbar-shadow-color:#e9e9e9;
scrollbar-track-color:#e9e9e9;
    
}

.NarrowdropDown 
{   border-width:0px;
    /*border: 1px solid #000;*/
    background-image: url(images/textbox.gif);
    background-repeat:repeat-x;
    background-color:#e8e8e8;
    
    width:218px;
    height:23px;
    font:12px "segoe ui",arial,verdana,sans-serif;
    color:#333;
    padding-left:4px;
    line-height:21px;}

.ddlNarrowWidthController{width:218px;}


