/*********************
Styles for form #373
*********************/

#halloween_form .mc4wp-form-373 label, 
#halloween_form .mc4wp-form-373 input, 
#halloween_form .mc4wp-form-373 textarea, 
#halloween_form .mc4wp-form-373 select, 
#halloween_form .mc4wp-form-373 button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#halloween_form .mc4wp-form-373 {
	display: block;
	width: 100%; max-width: 20% !important;
	background-repeat: repeat;
}

#halloween_form .mc4wp-form-373 input[type='text'],
#halloween_form .mc4wp-form-373 input[type='email'],
#halloween_form .mc4wp-form-373 input[type='url'],
#halloween_form .mc4wp-form-373 input[type='tel'],
#halloween_form .mc4wp-form-373 input[type='number'],
#halloween_form .mc4wp-form-373 input[type='date'],
#halloween_form .mc4wp-form-373 select,
#halloween_form .mc4wp-form-373 textarea {
	vertical-align: top;
	margin-bottom: 6px;
	padding: 6px 12px;
	width: 100%; max-width: 40%;
	display: inline-block;
}

#halloween_form .mc4wp-form-373 input[type='radio'],
#halloween_form .mc4wp-form-373 input[type='checkbox'] {
	margin-right: 6px;
	display: inline-block
}

#halloween_form .mc4wp-form-373 .mc4wp-success p{
	color: #43f213;
}#halloween_form .mc4wp-form-373 .mc4wp-error p{
	color: #fc3737;
}

