.mf_element{
	width:200px;
}

.fabrikForm{
	margin:20px;
	color:#909090  ;
}

.mf_group{
	padding-bottom:10px;
	background:#f1f1f1;
	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:#DFF4FF;
}

.mf_group input{
	border-top:2px solid #54798d;
}

.fabrikForm h3{
	background:#2e2e2e url(bg.gif) bottom left repeat-x;
	font-size:1.3em;
	line-height:20px;
	margin:0;
	color:#E6F2FF;
	padding:5px ;
	padding-bottom:9px;
}

.mf_element td{
	padding:5px !important;
}

.fabrikerror{
	color:red;
	font-weight:bold;
	padding-right:15px !important;
}

.elementErrorHighlight{
	background-color:#ffeccc !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;
color:#2e2e2e;
}
