
.fabrikLabel{
	width:200px;
	float:left;
}

.fb_element{
	clear:both;
	padding:3px;
}

.fabrikForm h3{
	clear:both;
	padding-top:20px;
}

.fabrikerror{
	color:#C34C4C;
	font-weight:bold;
	padding:7px 10px 7px 20px;
	background:transparent url(images/alert.png) no-repeat center left;
}

.isemail{
	background: transparent url(images/email.gif) no-repeat top right;
}

.notempty{
	background: transparent url(images/required.gif) no-repeat top right;
}

.alphanumeric{
	background: transparent url(images/alphanumeric.gif) no-repeat top right;
}

.fabrikActions{
	margin:40px;
}

.readonly{
	float:left;
	width:100px;
	font-weight:bold;
	padding:5px 0 5px ;
}

.fabrikLabel.readonly{
	clear:left;
	font-weight:normal;
}

