
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(images/drop-box.png) no-repeat bottom right; 
}

.cssbox {
	align: center;
	width: 380px !important;
	width: 360px;
	padding-right: 15px;
	margin: 10px auto;
}

.cssbox_head {
	background-position: top right;
	margin-right: -15px;
	padding-right: 30px;
}

.cssbox_head h2 {
	background-position: top left; 
	margin: 0;
	border: 0;
	padding: 25px 0 15px 25px;
	height: auto !important;
	height: 1%;
}

.cssbox_body {
	background-position: bottom left; 
	margin-right: 25px;
	padding: 15px 0 15px 30px;
	font-size: 10pt;
	font-family: Arial, Helvetica, serif;
}

h2{
	margin: 0px 0px 10px 0px;
	color: white;
	font-size: 14pt;
	font-family: "Comic Sans MS", Arial, Helvetica, serif;
	font-weight: bold;
}


