.box_example {
	color:#333333;
	font-size:12px;
	background: url(box_bottom_right.gif) no-repeat bottom right;
	margin: 0;  /* margin:0 auto; - for centered box */
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.box_example .header {
    margin: 0;
    padding: 0;
    background:url(box_top_right.gif) no-repeat top right;  
    text-align: center;
}
.box_example .header h2{
    color:#ffffff;
    background:url(box_top_left.gif) no-repeat top left;
    font-size:14px;
    padding-top: 7px;
    height:20px;
    margin: 0;
}
.box_example .text {
    background:url(box_bottom_left.gif) no-repeat bottom left;
    padding:10px 10px 15px 10px;    
    margin:0;
    height:auto;
    text-align:justify;
    color:#003399;
    line-height:15px;
}

