
/* tab pane styling */
.panes div {
    display:none;

    /*border:1px solid #999;*/
	border: 1px solid #818181;
    border-top:0;
    /*height:300px;*/
	
	width: 668px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 40px 60px;
	background-color: #fff;
	
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;

}