@charset "utf-8";
/*
Template Name: Concept Clean
Author: <a href="https://www.os-templates.com/">OS Templates</a>
Author URI: https://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: https://www.os-templates.com/template-terms
File: Forms CSS
*/

form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
input, textarea, select{font-size:12px; font-family:Georgia,"Times New Roman",Times,serif;}

/* ----------------------------------------------Search Form------------------------------------- */

#header form{float:right; margin:40px 0 0 0; padding:0;}
#header form input{display:block; float:left; width:168px; height:25px; margin:0; padding:0 0 0 10px; color:#ECECEC; background:url("images/search_l.gif") 0 0 no-repeat #666666; border:none;}
#header form input#search{width:32px; height:25px; margin:0; padding:0; cursor:pointer; background:none;}

/* ----------------------------------------------Forms in Comment Area------------------------------------- */

#comments form{display:block; width:100%;}
#comments form input{width:170px; padding:2px; border:1px solid #CCCCCC; margin:5px 5px 0 0;}
#comments form textarea{width:98%; border:1px solid #CCCCCC; padding:2px; overflow:auto;}
#comments form p{margin:5px 0;}
#comments form #submit, #comments form #reset{margin:0; padding:5px; color:#666666; background-color:#F7F7F7; cursor:pointer;}

/* ----------------------------------------------Contact Form in Footer------------------------------------ */

#footer label{display:none;}
#footer input, #footer textarea{display:block; width:207px; margin:0 0 10px 0; padding:8px; border:1px solid #D5D5D5; color:#989898; background-color:#ECECEC;}
#footer textarea{height:90px; overflow:auto;}
#footer button{padding:8px; font-size:13px; font-weight:bold; text-transform:uppercase; color:#FF6600; background-color:#ECECEC; border:none; cursor:pointer;}


/* CSS3 Elements */

#comments input, #comments textarea, #comments button, #footer input, #footer textarea, #footer button{border-radius:10px;}
input, textarea, select{resize:none; outline:none;}