@charset "utf-8";
.sheep.module-2-top {
	height: 15px;
	background-image: url(../images/mainmod-tm.png);
	background-repeat: repeat-x;
}
.sheep.module-2-top > div {
	height: 15px;
	background-image: url(../images/mainmod-tl.png);
	background-repeat: no-repeat;
}
.sheep.module-2-top > div > div {
	height: 15px;
	background-image: url(../images/mainmod-tr.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
.sheep.module-2-mid {
	background-color: #F7F7F7;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
	border-right-width: 1px;
	border-left-width: 1px;
	padding-right: 10px;
	padding-left: 10px;
	
	/* Margin collapse fix */
	padding-top: 1px;
	margin-top: -1px;
	padding-bottom: 1px;
	margin-bottom: -1px;
}
.sheep.module-2-bot {
	height: 15px;
	background-image: url(../images/mainmod-bm.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
.sheep.module-2-bot > div {
	height: 15px;
	background-image: url(../images/mainmod-bl.png);
	background-repeat: no-repeat;
}
.sheep.module-2-bot > div > div {
	height: 15px;
	background-image: url(../images/mainmod-br.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
.sheep.module-2 h3 {
	color: #619210;
	color: #21607F;
}

