/*
Admin styles
*/

.droppable-active {

     opacity: 1.0;

     background-color:yellow;

}

.droppable-hover {

     outline: 1px dotted black;

     background-color:white;

} 


#formfieldlist{
	border:1px solid #999;
	padding:10px;
}
#activeformfieldlist{
	border:1px solid #999;
	padding:10px;
}
.formfield{
	border-color:#DFDFDF;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border-style:solid;
	border-width:1px;
	cursor:move;
	font-size:12px;
	font-weight:bold;
	height:26px;
	overflow:hidden;
	padding:5px 0px 0px 5px;
	margin:0px 0px 15px 0px;
	background:#DFDFDF url(../images/gray-grad.png) repeat-x scroll left top;
}


