#cform input{   
background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    height: 50px;
    padding: 0 15px;
    color: #888;
    font-size: 18px;
  margin-top:8px;
}
#cform #select-box{
  padding:0 15px;
    border-radius: 5px;
    height: 50px;
    color: #888;
    font-size: 18px;
      width: 100%;
    height: 50px;
  margin-top:8px;
}
#cform .frm-fld-myr2{
background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    height: 50px;
    padding: 10px 15px;
    color: #888;
  height:100px;
    font-size: 18px; 
  margin-top:8px;
  width:100%;
}
#cform #cformsubmit{
     background: #102e69 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-family: times new roman;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    text-transform: uppercase;
    width: 200px; 
}
#cform input[type=checkbox]{
 margin:-3px 5px; 
}