/* Very Simple Contact Form */

/* Form */
#vscf {
	width:100%;
	clear:both;
	margin:0;
	padding:0;
	border:0;
}

/* Paragraph tag */
#vscf p {margin:0 0 10px; padding:0;}

/* Label and input fields */
#vscf label {font-size:1em; text-transform:none; font-weight:normal;}
#vscf input, #vscf textarea {
	font-size:1em;
	border: solid 1px #666;
	-webkit-appearance:none;
	-moz-appearance:none;
}

#vscf_name, #vscf_email, #vscf_subject, #vscf_captcha, #vscf_firstname, #vscf_lastname {width:70%;}

#vscf_message {
	width:90%;
}

/* Hide the 2 honeypot fields */
#vscf_firstname, #vscf_lastname {
	visibility:hidden;
	display:none;
	height: 0px;
}

.vscf_honeypot {
	height: 0;
	margin: 0;
	padding: 0;
	display: none;
}

/* Submit button */
#vscf_send {}

/* Input fields error */
#vscf input.error, #vscf textarea.error {
	border-color:#ff0000;
	color:#ff0000;
}

/* Label text error */
#vscf span.error {color:#ff0000;}

/* Hide element */
#vscf .hide {display:none;}

/* Thank you message */
.vscf-info {
	margin:20px 0;
  font-size:1.5em;    /*1.20em;*/
	font-weight: 900;
	color: green;
	/*font-style:italic;*/
}

/* Widget */
.vscf-sidebar {}

.vscf-sidebar-text {}

#vscf_widget_send {}
