#tabletop {
width: 100%;
height: 66px;
background: url("../images/iframe/mac_horiz.gif") repeat-x 0 0;
position: relative;
}

#tabletop .tlc {
position: relative;
float: left;
width: 16px;
left: 0;
background: url("../images/iframe/mac_tlc.gif") no-repeat top left;
height: 84px;
}

#tabletop .trc {
position: relative;
float: right;
width: 16px;
right: 0;
background: url("../images/iframe/mac_trc.gif") no-repeat top right;
height: 84px;
}



#tablebottom {
width: 100%;
height: 20px;
background: url("../images/iframe/mac_horiz.gif") repeat-x bottom left;
}

#tablebottom .blc {
position: relative;
float: left;
width: 16px;
right: 0;
background: url("../images/iframe/mac_blc.gif") no-repeat bottom right;
height: 20px;
}

#tablebottom .brc {
position: relative;
float: right;
width: 16px;
left: 0;
background: url("../images/iframe/mac_brc.gif") no-repeat bottom left;
height: 20px;
}

div.leftedge
	{
	background-image: url("../images/iframe/mac_vert.gif");
	background-repeat: repeat-y;
	background-position:top left;
	margin-left: -16px;
	padding-left: 32px;
	margin-top: -16px;
	padding-top: 32px;
	}