div.wrap {
	width:700px;
	margin-bottom:40px;
}

.wrap .pane  {	
	background:#fff;
	display:none;		
	padding:10px;
	border:1px solid #999;
	border-top:0;
border-left:0;
	color:#456;
}
.wrap .pane p {
	font-size:11px;	
	margin:-10px 0 -20px 0;	
	text-align:right;
	color:#fff;
}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;		
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
    background:#ccc;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	font-size:11px;
	display:block;
	height: 29px;  
	line-height:30px;
	width: 200px;
	text-align:center;	
	text-decoration:none;
	color: #424242;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
 	border-right:1px solid #666;
}

ul.tabs a:active {
	outline:none;		
}

.current {
background:#fff;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

