@charset "utf-8";
.frame {
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: ridge;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #663300;
	border-right-color: #666600;
	border-bottom-color: #666600;
	border-left-color: #666600;
}

