@charset "UTF-8";
/* CSS Document */

/* active樣式是給目前所選取頁籤用的 */
.active {
	border: 1px solid black;
	border-bottom: none;
	width:	70;
	cursor:pointer;
}
/* inactive樣式是給未選取頁籤用的 */
.inactive {
	border: none;
	border-bottom: 1px solid #7D7D7D;
	width:	70;
	cursor:pointer;
}
/* layer樣式是給DIV用的 */
.layer {
	border: 1px solid #7D7D7D;
	border-top: none;
	width:	500;
	height:	300;
}