textarea {
    height: 140px;
	line-height: 150%;
    width: 100%;
    font-size: 14px;
}
input[type="text"], input[type="password"], textarea , select,  input[type="reset"],  input[type="submit"],  input[type="button"] {
	@include inputs;
	font-size: 14px;
}


//jQuery Validate
.contact-form-widget form span, form span{
	input[type="text"].error,
	input[type="text"].error:focus, 
	textarea.error, 
	textarea.error:focus {
		background: none repeat scroll 0 0 #996666;
		border: 1px solid #FF0000;
		color: #FFFFFF;
		float: none;
		margin: -1px 0 0 52px;
	}
}

.contact-form-widget  form label.error,
form label.error{
    position: static;
	div.jqvrequired,
	div.jqvinvalidemail,
	div.jqvchooseone{
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		position: relative;
		width: 105px;
		color: #FF0000;
		font-weight: 400;
		top: 5px;
	}
}
form label.error[for="usertestimonial"] div.jqvrequired {
  top: 1px;
}





//label.error div.jqvinvalidemail {
//	background:no-repeat url(/wp-content/themes/_global/form/jqvinvalidemail-105x26.png);
//}
//label.error div.jqvchooseone {
//	background:no-repeat url(/wp-content/themes/_global/form/jqvchooseone-105x26.png);
//}
