.rounded_border {
	/* fix IE 6 layout */
  position:relative;
	/* IE haslayout */
  * html height:1%;
	/* obey floats */ 
  overflow:auto;
} 

.top, 
.bottom, 
.top b, 
.bottom b {
 display:block; 
 font:normal 1px/1px sans-serif;  
 position:relative; 
 border-style:solid; 
 border-width:0; 
 } 
 
.rounded_border .content {
 		border-style:solid; 
 border-width:0 1px; 
} 

.rounded_border .top, 
.rounded_border .bottom {
 margin:0 5px; 
 height:4px; 
} 

.rounded_border .top {
 border-width:1px 0 0; 
} 

.rounded_border .bottom {
 border-width:0 0 1px; 
} 

.rounded_border .top b, 
.rounded_border .bottom b {
 margin:0 -2px; 
 border-width:0 2px; 
 height:3px; 
} 

.rounded_border .top b {
 padding-top:1px; 
} 

.rounded_border .bottom b { 
 padding-bottom:1px; 
 } 
 
 .rounded_border .top b b, .rounded_border .bottom b b {
  margin:0 -3px; 
  border-width:0 1px; 
  height:2px; 
} 

.rounded_border .top b b b, .rounded_border .bottom b b b {
 margin:0 -2px; 
 height:1px;
} 

.example_border .top, 
.example_border .top b, 
.example_border .bottom, .example_border .bottom b, .example_border .content {
	color:#FFFFFF;
	border-color:#33FFFF;
} 

.example_border .content{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 30px;
}
