﻿
.apptRequest strong  
{
    color: #9d9d9d;
}
.apptRequest p
{
    color: #7d7d7d;
    font-size: 12px;
    line-height: 18px;
}

.apptRequest  h2
{
    font-size: 13px;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: -10px;
}
.apptRequest .formTitle
{
    font-weight: bold;
    color: #9d9d9d;
    font-size: 12px;  
    position: relative;
    left: -10px;                     
}

.inputContainer
{
    padding: 6px;
    background-color: #eceef1;                        
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    left: -10px;
}                
.textInput  
{
    border: 1px solid #d7d2c2;
    height: 20px;
    width: 240px;
    font-size: 16px;
    padding: 4px;    
}   
.footerText  
{
    font-size: 10px;
    color: #9d9d9d;
    font-weight: normal;
} 


