.dynamicHeader { 
	cursor: hand;
	cursor: pointer;
	-webkit-border-radius:8px;
	-moz-border-radius:10px;
	padding: 3px 0px 18px 0px;
	width:200px;
	background-color: #e5e5e5;
	height:10px;
	color: #000000;
	text-indent:4px;
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:8px;

}
.dynamicContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	color:#333333;
	background-color:#e5e5e5;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
}
