/*

*/
/* 
    Created on : Dec 11, 2013, 4:39:46 PM
    Author     : KCROSBY_L
*/

.continput{
   width:500px;
   height: 30px;
   float: top;
       font-family: 'Sansita One', cursive;
    font-size: 16px;
    
}

#CMessage{
   width:500px;
   height: 200px;
   float: top;
       font-family: 'Sansita One', cursive;
    font-size: 16px; 
}
.lbl{
     width:100px;
   height: 22px;
   float:left;
   margin-left: 10px;
        font-family: 'Sansita One', cursive;
    font-size: 16px;
    color: #3F5500;
}

.CButtons{
      width:200px;
   height: 30px;
   float: top;
       font-family: 'Sansita One', cursive;
    font-size: 12px;
           color: #3F5500;
           margin-left: 30%;
    
}

#Captcha{
    position:relative;
    width: 100%;
    margin-top:25px;
    float: top;
    
}

#ThankYouNote{
     width:100%;
   height: 60px;
   float: top;
       font-family: 'Sansita One', cursive;
    font-size: 16px;
text-align: center;
           color: #3F5500;
}

#contact_container{
    float:top;
    width:525px;
    height:500px;
    overflow: hidden;
}