div.tabBox {
    width:700px;
	float: right;
}

div.tabArea {
}

a.tab {
  background-color: #996666;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #f0d6ac #330000 #330000 #f0d6ac;
  padding: 3px;
  margin:1px;
  position: relative;
  text-decoration: none;
  z-index: 100;
}

a.tab, a.tab:visited {
    color: #ffffff;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
}

a.tab:hover {
    text-decoration:underline;
}

div.tabMain {
    position: relative;
    z-index: 101;
}

div.tabIframeWrapper {
    width:100%;
}

iframe.tabContent {
    width:100%;
	height:520px;
}