/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2021 | 10:29:32 */
.contactformclass input[type="text"],.contactformclass input[type="email"],.contactformclass textarea {
	width: 100%;
	border: 1px solid #e8dede;
	margin-bottom: 4px;
	padding: 10px;
	border-radius: 3px;
}
.contactformclass legend {
	width: auto;
	background-color: #4d4d4d;
	color: #fff;
	padding: 0px 20px;
	margin: 0px 30px 10px 0px;
	border-radius: 3px;
}
.contactformclass fieldset{
  padding:20px;
}
blockquote {
	font-style: italic;
	border: 0;
	position: relative;
	text-align: left;
	font-size: inherit;
	line-height: inherit;
	margin-top: inherit;
	margin-bottom: inherit;
	padding-top: inherit;
	padding-bottom: inherit;
	background-color: #f3f3f3;
	margin: 10px 0px;
}