.fabrikForm{
	margin:0px;
	background-color:#e3e3e3;
	color:#cccccc;
	text-align:left;
}

.fb_group{
	border:0px solid #ffff99;
	padding-bottom:10px;
	background:#56555a url(bg.gif) repeat-x;
	color:white;
	margin-bottom:10px;
}

.fb_group table{
	width:90%;
}

.fb_group .button{
	background-color:white;
}

.fabrikLabel{
    width:200px;
	float:left;
	padding-left:10px;
	font-size:1.1em;
	font-weight:bold;
}

.fb_group input:focus, .fb_group textarea:focus{
	background-color:#ffff66   ;
}

.fb_element{
	clear:both;
	padding:3px;
}

.fb_group input{
	border-top:1px solid #cccccc;
}

.fabrikForm h3{
	background-color:#2e2e2e;
	font-size:1.3em;
	line-height:20px;
	margin:0;
	color:#E6F2FF;
	padding:5px ;
	padding-left:10px;
}

.fabrikerror{
	color:#f5ed06;
	font-weight:bold;
	padding-right:10px !important;
}

.elementErrorHighlight{
	background-color:#f5ed06 !important;
}

.isemail{
	background: transparent url(images/required.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;
	margin-right:5px !important;
	padding-right:20px !important;
}

.tooltip{
	border:2px solid #eeee00;
	background-color:#ffff99;
	padding:3px;
}

.fb_element_hidden{
	padding:0!important;
}

.fb_show_icon{
	margin-right: 4px;
	vertical-align: bottom;
}	

.fb_hide_icon{
	margin-right: 4px;
	vertical-align: bottom;
}

.fabrik_characters_left{
	margin-left:200px;
}
