/* 
	@author: lucien.immink
	Point to the correct style definitions here; you can import more styles to toggle/switch 
	or use more types of forms in one project.
*/
@import "fancy.css";
/*
	do NOT edit this file from this point on  
*/

.remove {
	position: absolute;
	left: -4000px;
}
.hide {
	cursor: pointer;
	position: relative;
	text-align: left;
	z-index: 2;	
}
/* positioning */
.optionsDiv {
	display: none;
	position: absolute;
}
/* theme not found error */
.noTheme {
	border: 1px solid red;
	color: #ff0000;
	padding: 20px;
	text-align: center;
}