﻿.textBox 
{
    border:none;
    border: 1px solid #999;
    background:transparent;
    
    /*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;
}

.style1
{  
  }

.multiLineTextBox
{
    border: 1px solid #999;
    /* border:none;*/
    background:transparent;
    /*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:10px "segoe ui",arial,verdana,sans-serif; }
.contactForm
{   font:12px "segoe ui",arial,verdana,sans-serif;
    color:#333;
 }
 
 .contactForm TR {margin-bottom:50px;}

.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
{color:#000;
 }

.button
{
    /*border: 1px solid #707070;*/
    background-image: url(images/buttonbg.jpg); 
    background-repeat:repeat-x;
    width:100px;
    height:24px;
    font:12px "segoe ui",arial,verdana,sans-serif;
    color:#333;
    cursor:hand;
    border:1px solid #999;
    
    }

.ddlWidthController{width:218px;}

input{border-width:0px;}