div.box1 {
	width: 180px;
}
div.box1 div.boxtop {
	height: 25px;
	background-image: url(../images/box1top.png);
	background-repeat: no-repeat;
}
div.box1 div.boxcenter {
	background-image: url(../images/box1.png);
	background-repeat: repeat;
	padding: 0 15px 0 15px;
	margin: -20px 0 -20px 0; 
	color: #229ad7;
	font-family: sans-serif;
	font-size: 0.8em;
}
div.box1 div.boxbottom {
	height: 25px;
	background-image: url(../images/box1bottom.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

