p {
	font-size: 14px;
	clear: both !important;
}


div div.fbElement, div p {
	padding-left: 0;
}

div.fbElement label, div.fbContainer label {
	display: block;
	width: 200px;

	float: left;
	margin-right: 15px;
}

div.fbElement label.error {
	border: none;
}

div.fbElement input, div.fbElement textarea {
	display: block;
	width: 200px;
	float: left;
	font-size: 14px;
}

input.error, textarea.error {
	border: 2px solid #a76078;
}

label.error {
	background: #a76078;
	padding-left: 5px;
	margin-left: 10px;
	line-height: 22px;
	height: 22px;
}
