
.widget {
	overflow: hidden;
	
	}
form { 
	margin: 0;
}

label {
	display: none;
}


/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {	/* deprecated since wForms v0.92 */
	border: 1px solid  #d6ff00;
}
.errFld {
	
	background-color: #e0ffee;
}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #4bb5a5 !important;
	display: inline;
	font-size:12px;
	background-image:url(warn.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding:2px 0 0 18px;
}
.errMsg {	
	color: #4bb5a5 !important;
	display: block;
	font-size:12px;
	background-image:url(warn.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding:2px 0 0 18px;
}





















