/* 
	@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";
@import "pink.css";






/*
	do NOT edit this file from this point on  
*/
.errors{
color:red;
}
.remove {
	display:none;
}
.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;
}
