@charset "UTF-8";
/* CSS Document */


.cform { height:auto; background:none; border:none; overflow:auto;}
.cform fieldset { border:none; margin-top:20px; height:auto; }
.cform legend { font: 90% 'Helvetica Neue', Helvetica, Arial, sans-serif; color:#101010; line-height:1.5em; }
.cform label { margin-left:5px; padding:10px 0 5px 0; text-align:left; font: 90% 'Helvetica Neue', Helvetica, Arial, sans-serif; display:block; color:#101010 }
.cform input, .cform select, .cform textarea { margin-left:5px; background:#bbb6b6; padding:2px; border:1px solid #9f9999; color:#101010; font: 95% 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.cform input:hover, .cform textarea:hover, .cform select:hover	{ background:#bbb6b6; color:#101010; border:1px solid #791615; }
.submit-button, .reset-button { margin-top:15px; }
.radio-text { margin-left:5px; }
input.submit-button, input.reset-button { cursor:pointer; padding:2px 10px 2px 10px;  color:#fff; font: 100% 'Helvetica Neue', Helvetica, Arial, sans-serif; background:#791615; border:1px solid #4a0a0a; }
input.submit-button:hover, input.reset-button:hover { background:#232323; color:#fff; }



