/*
HTML 5 Template Name: Revolutionary
File: Forms CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

form, fieldset, legend{margin:0; padding:0; border:none;}

legend{display:none;}

input, textarea, select{width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; font-size:12px; font-family:Georgia,"Times New Roman",Times,serif; background:#CCC; border:#666 solid 1px; border-radius:3px;}

input:focus, textarea:focus {
    /* To give a little highlight on active elements */
    border-color: #000;
}
/* ----------------------------------------------Contact Form in Footer------------------------------------*/

#footer label{}
#footer input, #footer textarea{display:block; width:418px; margin:0 0 10px 0; border:none;}
#footer input, #footer textarea, #footer select{color:#989898; background-color:#999;}
#footer input{padding:10px;}
#footer textarea{height:90px; padding:10px; overflow:auto;}
button{padding:8px; font-size:12px; font-weight:bold; text-transform:uppercase; color:#FF9900; background-color:#232323; border:#666 solid 1px; cursor:pointer; border-radius:6px;}