﻿.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;                       
}

.inputContainer
{
    padding: 6px;
    background-color: #d5ebd9;                        
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}                
.textInput  
{
    border: 1px solid #56a20e;
    height: 20px;
    width: 280px;
    font-size: 16px;
    padding: 4px;
}   
.footerText  
{
    font-size: 10px;
    color: #9d9d9d;
    font-weight: normal;
} 

.ratingStar, .emptyRatingStar
{
    position: relative;
    left: -20px;
    display: none;
}
