	#tabs-surround {
		margin-left:300px; /* placement of the line under the tabs (not the tabs themselves) */
		margin-top:-15px;
		height: 22px;
		width:300px;
		border-top: 1px solid #CCCCCC;
		display: block;
	}
	
	#dhtmlgoodies_tabView1 {
		margin-top:-45px; /* placement of tabs on the page (not the line under the tabs) */
		position:absolute;
		width: 400px;
	}

	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		margin-left:360px; /* placement of tabs on the page (not the line under the tabs) */
		width: 400px;
	}
	.dhtmlgoodies_aTab{
		font-family: Verdana, Arial, sans-serif;
		padding:5px;	
		width: 400px;
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:21px;	/* Height of tabs */
		padding-left:0px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:0px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		/* background-image:url('images/tab_left_active.gif'); */
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #FFFFFF;
		margin-left:3px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		/* background-image:url('images/tab_left_inactive.gif'); */
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		background-color: #E4E4E4;
		margin-left:3px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		/* background-image:url('images/tab_left_over.gif'); */
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		background-color: #FFFFFF;
		margin-left:3px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family: Verdana, Arial, sans-serif;
		vertical-align:top;
		font-size:10px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
		color: #666666;
	}
	.dhtmlgoodies_tabPane .tabActive span{
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}