﻿input.TextBox,input.SmallerTextBox,input.BiggerTextBox,.SmallestTextBox,.SmallestYellowTextBox
{
    font-family:Tahoma,Arial;
    font-size:11px;
    color:#666;
}

select 
{
    font-family:Tahoma,Arial;
    font-size:11px;
    color:#444444;
}

textarea 
{
    width:158px;
    height:100px;
}

input.SmallerTextBox 
{
    width:148px;
}

input.SmallestTextBox
{
    width:100px;
}


.formTitle 
{
    font-family:Tahoma,Arial;
    font-size:11px;
    color:#666;
    white-space:nowrap;
    padding:3px;
}

.formTitleRequired
{
    font-family:Tahoma,Arial;
    font-size:11px;
    color:#808080;
    padding:3px;
    font-weight:bold;
    white-space:nowrap;
}

.formMessage
{
    font-family:Tahoma,Arial;
    font-size:9px;
    color:#666;
    white-space:nowrap;
    font-style:italic;
    padding:3px 0px 3px 0px
}

button 
{
    background-color:#FFFFFF;
    font-family:Tahoma,arial;
    font-size:11px;
    color:#666666;
}

input 
{
    background-color:#FFFFFF;
    font-family:Tahoma,arial;
    font-size:11px;
    color:#666666;
}

.hiddenInput 
{
    display:none;
}

.invalidInput 
{
    background-color:#CFCFCF;
    font-weight:bold;
}
.button01 
{
    background-color:#ccc;
    background-image:url('/images/library/backgrounds/backButton01.jpg');
    background-repeat:repeat-x;
    background-position:left;
    font-family:Tahoma,Arial;
    font-size:11px;
    height:18px;
    border:solid 1px #ccc;
}
