@CHARSET "UTF-8";

div.mod-frame-default {
	background-color: #ffff9e;
	border: thin solid #ffff9e;
	border-radius: 5px;
	padding: 0 3px 3px; /* let title and/or content set the top margin */
}

div.mod-frame-default > h3 {
	background:linear-gradient(to left, rgba(200, 200, 200, 1) 0%, rgba(0, 0, 0, 1) 100%);
	color: white;
	padding: 5px;
	margin-top: 3px;
	border-radius: 4px 4px 0 0;
}

div.mod-frame-default > div.mod-content {
	margin-top: 3px;
	background-color: #ffff9e;
	border-radius: 0 0 4px 4px;
}
