@charset "utf-8";
/* CSS Document */

/* set the image to use and establish the lower-right position */ .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
	background: transparent url(light_grey.png) no-repeat bottom right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #444;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
} .cssbox{ /* intended total box width - padding-right(next) */
	width:180px !important; /* IE Win = width - padding */
	width: 320px;
	margin-right: 15px;
	margin-left: auto;
	padding-right: 10px;
	float: left;
} /* set the top-right image */ .cssbox_head{
	background-position:top right; /* pull the right image over on top of border */
	margin-right:-10px; /* right-image-gap + right-inside padding */
	padding-right:10px;
	margin-top: -1px;
} /* set the top-left image */ .cssbox_head h2{
	background-position:top left;
	margin:0px;
	height:auto !important;
	height:1%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	color: #444;
} /* IE Holly Hack */ /* set the lower-left corner image */ .cssbox_body{
	background-position:bottom left;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	line-height: 1em;
} /* mirror .cssbox_head right/left */ 
.cssbox_body p {
	line-height: 1.2em;
	color: #333333;
}
.cssbox_body  a {
	color: #FFFFFF;
}
