.green-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #77BB79;
}

/* 設定右下角圓角圖 */
/*
.cssboxgreen, .cssboxgreen_body, .cssboxgreen_head, .cssboxgreen_head h2 {
	background-color: transparent;
	background-image: url(../images/green.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
*/
.cssboxgreen_head, .cssboxgreen_head h2 {
	background-color: #F8C7DA;
	background-image: url(../images/box/green_head.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.cssboxgreen, .cssboxgreen_body
{
	background-color: #FFFFFF;
}

/* 可固定寬度值 (例如 width: 335px;) 或刪除寬度改為隨內容伸展的彈性寬度 */
.cssboxgreen {
	padding-right: 15px;
}

/* 設定右上角圓角圖 */
.cssboxgreen_head {
background-position: top right;
margin-right: -15px; /* 右上角底圖向上拉高 15px */
padding-right: 15px; /* 右邊間距 = 圖片間隙 + 內側間距 */
}

/* 設定左上角圓角圖 */
.cssboxgreen_head h2 {
	font-size: 14px;
	background-position: top left;
	margin: 0; /* 邊界設定為 0*/
	border: 0; /* 框線設定為 0 */
	padding: 5px 0 4px 15px; /* 左側間距 = 圖片間隙 + 內側間距 */
	height: 22px !important;
	height: 1%; /* IE Holly Hack 修正 */
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

/* 設定左下角圓角圖 */
.cssboxgreen_body {
background-position: bottom left;
margin-right: 0px; /* 右邊間距 */
padding: 15px 0 16px 15px; /* 間距設定, 左側 40px 要與 .cssboxgreen_head 相同 */
}


/* 內文與標題間距修改 */
.cssboxgreen_body2 {
	margin-top: 0;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	height: 220px;
}
