
/* form validation */

.invalid {
	border-color: #ff0000;
}

label.invalid {
	color: #ff0000;
}

/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-size: 1.0em;
}

.ol-captionfont {
	font-size: 1.2em;
	color: #f6f6f6;
	font-weight: bold;
}

.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 1.2em;
}

.ol-closefont {}



