.fabrikForm ul{
	list-style:none;
}

.fabrikForm ul, .fabrikForm li{
	padding:0;
	margin:0;
}

.fabrikForm li{
	padding:1px 0;
	margin-top:0px;
}

.fabrikElement{
	margin-left:112px;
	
}

.fabrikLabel{
	width:220px;
	clear:left;
	float:left;
	text-align:right;
	font-weight:bold;
	padding-right:15px;
}


.fabrikError{
	margin: 0; 
	font-weight: bold; 
	margin-bottom: 10px; 
	padding:7px 10px 7px 40px;
	color: #c00; 
	background: #EFE7B8 url(images/alert.png) no-repeat center left;
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E;
}


.fabrikHide{
	display:none;
}

.fabrikShow{
	display:block;
}

.isemail{
	background: transparent url(images/email.gif) no-repeat top right;
}

.notempty{
	background: transparent url(images/required.gif)  no-repeat top right;
	
}

.isalphanumeric{
	background: transparent url(images/alphanumeric.png) no-repeat top right;
}

.fabrikActions{
	padding-top:5px;
	clear:left;
	padding-bottom:15px;
	text-align:center;	
}
.button{
font-weight:bold;

}
.inputbox:focus{
	background-color:#ffffcc;
	border:1px solid #aaaaaa;
	padding:1px 1px 3px 1px;
}

.fabrikGroupRepeater{
	float:left;
	width:19%;
}

.fabrikSubGroupElements{
	width:80%;
	float:left;
}

.fabrikForm h3{
	background:#2e2e2e url(images/bg.gif) bottom left repeat-x;
	font-size:1.3em;
	line-height:20px;
	margin:0;
	color:#E6F2FF;
	padding:5px ;
	padding-bottom:9px;
}

.fabrikGroup{
	background:#8dcff3 ;
	color:white;
	
}

.addoption{
	clear:left;
	padding:3px;
	background-color:#efefef;
}

.addoption dd, .addoption dt{
	padding:2px;
	display:inline;
}
