.tabheader {
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding: 3px;
	background: #CCCCCC;
	border-width: thin;
	border-style: solid;
	border-color: #FFF #FFF #AAA #FFF;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
.tabtop {
	background-image:url(http://www.subetahq.com/wardrobe/layout/HAgen_section_body_top.jpg);
	width:425px;
	height:20px;
}
.tabcontent {
	background-image:url(http://www.subetahq.com/wardrobe/layout/HAgen_section_body_mid.jpg);
	width:425px;
}
.tabbottom {
	background-image:url(http://www.subetahq.com/wardrobe/layout/HAgen_section_body_bot.jpg);
	width:425px;
	height:21px;
}
.depressed {
	width: 20px;
	height: 20px;
	border-style: inset;
	border-width: 2px;
	border-color: #CCCCCC;
	color: black;
	//background-color: #E4E3DC;
	background-color: #FFFFFF;
/*	-moz-border-radius: 5px;*/
	padding: 1px 4px 1px 4px;
	line-height: 1.4em;
}
.raised {
	width: 20px;
	height: 20px;
	border-style: outset;
	border-width: 1px;
	border-color: #CCCCCC;
	color: black;
	background-color: #FFFFFF;
/*	-moz-border-radius: 5px;*/
	padding: 1px 4px 1px 4px;
	line-height: 1.4em;
}
.depressed:hover {
	cursor: pointer;
}
.raised:hover {
	cursor: pointer;
}