
div.fbElement {
	width: 650px;
	clear: both;
	overflow: auto;
	margin-bottom: 5px;
}

div.fbElement label {
	display: block;
	width: 150px;
	float: left;
}

div.fbElement label.error {
	float: left;
	width: 25px;

	margin-left: 10px;
  	background: url('/image/error.gif') no-repeat 0px 3px;
  	padding-top: 3px;
  	padding-left: 20px;
  	padding-bottom: 2px;
  	font-weight: bold;
  	color: #EA5200;
}



input, textarea, select {
	width: 200px;
	float: left;
}

.hidden {
	display:none !important;
}