.box_example {
	color:#333333;
	font-size:11px;
	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;
	height: auto;
	width: 220px;

}

.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:left;

    color:#333333;

    line-height:15px;

}
     
