.mf_element{
	width:200px;
}

.fabrikForm{
	margin:20px;
	background-color:#ffffff;
	color:#909090  ;
}

.mf_group{
	border:0px solid #fffff99;
	padding-bottom:10px;
	background:#ABDB6C url(bg.gif) repeat-x;
	color:white;
	margin-bottom:10px;
}

.mf_group table{
	width:90%;
}

.mf_group .button{
	background-color:white;
}

.fabrikLabel{
	text-align:right;
	padding-right:15px;
	font-size:1.1em;
	font-weight:bold;
}

.mf_group input:focus, .mf_group textarea:focus{
	background-color:#ffff99   ;
}

.mf_group input{
	border-top:2px solid #7aa83d;
}

.fabrikForm h3{
	background-color:#2e2e2e;
	font-size:1.3em;
	line-height:20px;
	margin:0;
	color:#E6F2FF;
	padding:5px ;
}

.mf_element td{
	padding:5px !important;
}

.fabrikerror{
	color:#2e2e2e;
	font-weight:bold;
	padding-right:15px !important;
}

.elementErrorHighlight{
	background-color:#daf4fa !important;
}

.isemail{
	background: transparent url(email.gif) no-repeat top right;
	margin-right:10px !important;
	padding-right:20px !important;
}

.notempty{
	background: transparent url(required.gif) no-repeat top right;
	margin-right:10px !important;
	padding-right:20px !important;
}

.alphanumeric{
	background: transparent url(alphanumeric.gif) no-repeat top right;
	margin-right:10px !important;
	padding-right:20px !important;
}

.tooltip{
	border:2px solid #eeee00;
	background-color:#ffff99;
	padding:3px;
}
