/* CSS Document */

#cform {
clear:both; width:100%; padding:35px 0; height:auto; margin:2em 0 3em;  
/*background:#fff; border-top:1px solid #eee; border-right:1px solid #ddd; border-bottom:1px solid #ccc; border-left:1px solid #e8e8e8; 
-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; 
-moz-box-shadow:0px 1px 2px #333;  -webkit-box-shadow:0px 1px 2px #333; box-shadow:0px 1px 2px #333;*/
}
#cform.cform_float_left { float:left; margin:2em 5em 3em 0; }
#cform.cform_float_right { float:right; margin:2em 2em 3em 4em; }

#cform input.cform{
width:96%; padding:4px 2%; margin:0 0 1em; border:1px solid #ccc; font-size:1em; background:#fff;
-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; 
}
#cform input.cform:focus { background:#FFFFDD; }

#cform textarea.cform {
width:96%; padding:4px 2%; margin:0 0 1em; border:1px solid #ccc; font-size:1em; background:#fff;
-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; 
}
#cform textarea.cform:focus { background:#FFFFDD; } 

#cform #cform_party_size { position:relative; top:7px; left:7px; }

#cform #cform_submit { 
position:relative; float:right; padding:4px 6px; margin:0px 0px 0px 0px; border:1px solid #ccc; cursor:pointer; 
-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; 
-webkit-box-shadow:0px 1px 3px #333; -moz-box-shadow:0px 1px 3px #333; box-shadow:1px 1px 3px #333;
}
#cform #cform_submit:hover { border:1px solid #999;  }

#cform h4 { margin:0px; font-weight:bold; }
#cform h5#thanks { display:block; padding:1em 2em; font-size:1em; margin:2em 0 1em; font-weight:bold; color:#b9643e; border:1px solid #b9643e; text-align:center; }
#cform label { font-size:.9em; line-height:1.25em; margin:0px; }

#cform p.success { font-weight:bold; margin:1em 0 0; }

