/*
Template Name: News Magazine
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{font-size:12px; font-family:Georgia, "Times New Roman", Times, serif;}

#contactform{display: block; width:100%;}

#contactform input{width:170px; padding:2px; border:1px solid #CCCCCC; margin:5px 5px 0 0;}

#contactform textarea{width:98%; border:1px solid #CCCCCC; padding:2px; overflow:auto;}
	
#contactform p{margin:5px 0;}

#contactform #submit, #ccontactform #reset{
	margin:0;
	padding:5px;
	color:#666666;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
	}