DIV.frame-box {
	border: 1px solid #CBCBCB;
	border-bottom-width: 0px;	
}

DIV.frame-header {
	padding: 4px 15px 4px 15px;
	font-weight: bold;
	background: #F5F5F5;
	border: 0px dashed red;	
}

DIV.frame-content {
	border: 0px dotted red;	
}

DIV.frame-separator {
	height: 0px;
	border-top: 1px solid #CBCBCB;
}

DIV.frame-text {
	padding: 14px 15px 14px 15px;
	border: 0px dotted green;	
}

DIV.frame-hidden {
	visibility: hidden;
	height: 0px;
}

A.frame-fold-button {
	float: left;
	margin-top: 2px;
	margin-right: 4px;
}

