@charset "utf-8";
/**
 * CustomBuiltCalendars
 * Cocoon Forms CSS
 */



/* Hints */
img.form_help {
	margin-left: 4px;
	cursor: pointer;
}
div.form_message_help {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	
	padding: 7px;
	margin-top: 20px;
	margin-left: 20px;
	
	background-color: #eee;
	border: 1px solid #666;
}


/* Validation Messages */
img.form_error {
	margin-left: 4px;
	cursor: pointer;
}
div.form_message_error {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	
	padding: 7px;
	margin-top: 20px;
	margin-left: 20px;
	
	background-color: #eee;
	border: 1px solid #666;
	color: #f00;
}

