@charset "utf-8";

.shadeGroup ,
.shadeBtn ,
.shadeBtn span { background: none; }

.shadeGroup {
	padding: 0px;
	border: 1px solid #edbf46;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.shadeContents {
	border: none;
	border-top: 1px solid #edbf46;
}

.shadeBtn {
	padding: 0px;
	border: 3px solid #fadfb3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.shadeContents .inner {
	border: 3px solid #fadfb3;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}