﻿.textBox 
{
    border:none;
    /*border: 1px solid #000;*/
    background-image: url(images/textbox.gif);
    background-repeat:no-repeat;
    background-position:left;
    width:218px;
    height:23px;
    font:12px "segoe ui",arial,verdana,sans-serif;
    color:#333;
    padding-left:4px;
    line-height:21px;
}

.multiLineTextBox
{
    border: 1px solid #707070;
    /* border:none;*/
    background-image: url(images/multiLineTextbox.gif);
    background-repeat:no-repeat;
    background-position:left;
    width:317px;
    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;
    
}


.errorText
{   font:12px "segoe ui",arial,verdana,sans-serif; }
.contactForm
{   font:12px "segoe ui",arial,verdana,sans-serif;
    color:#333;
 }

.dropDown 
{   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;}

.uppercase 
{text-transform:uppercase;}

.button:hover
{background-image: url(images/BtnOn.gif); color:#fff;}

.button
{
    /*border: 1px solid #707070;*/
    border:none;
    background-color:#fff;
    background-image: url(images/BtnOff.gif);
    background-repeat:no-repeat;
    width:100px;
    height:43px;
    font:12px "segoe ui",arial,verdana,sans-serif;
    color:#333;
    cursor:hand;
    
    }

.ddlWidthController{width:218px;}

input{border-width:0px;}
