form{
	margin:0;
	padding:0;
}
form#c_block_search_form input, form#c_block_search_form select{
	border: 1px solid #302826;
	color: #655f5c; 
	font-size: 11px;
	vertical-align: top;
}
form#c_block_search_form input.submit {
	border:0;
	width: 52px;
	color: #fff;
	padding-left: 0px;
	margin-top: 3px;
}
form#c_block_search_form input {
	width: 198px;
	padding: 2px 0 2px 2px;
}
form#c_block_search_form select  {
	width: 138px;
	margin-top: 5px;
	height: 19px;	
	line-height: 19px;
}
form#c_block_search_form option{
	line-height: 190px;
	height: 19px;
	
}

form#c_block_newsletter_form input{
	border: 1px solid #302826;
	color: #655f5c; 
	font-size: 11px;
	vertical-align: top;
	margin-top: 1px;
}
form#c_block_newsletter_form input.submit {
	border:0;
	width: 52px;
	color: #fff;
	padding-left: 0px;
	margin: 0;
	margin-left: 8px;
}
form#c_block_newsletter_form input {
	width: 140px;
	padding: 2px 0 2px 2px;
}

div.panel input, div.panel textarea{
	border: 1px solid #302826;
	color: #655f5c; 
	font-size: 11px;	
}
textarea.content, textarea.lead{
	width: 450px;
}
textarea.content{
	height: 250px;
}
textarea.lead{
	height: 150px;
}
input.fullWidth{
	width: 450px;
}
div.panel select{
	width: 300px;
	color: #655f5c; 
	font-size: 10px;		
}
div#search input, div#search select{
	height: 17px;
	margin: 0;
	padding:0;
	line-height: 17px;
}
div#search input.submit{
	height: 20px;
}


