div.box {
	float: left;
	display: inline;
	border: 1px solid #E5E5E5;
	margin: 5px;
	background: #fff;
	font-size: 0.9em;
	width: 225px;
	height: 225px;
	overflow: hidden;
	text-align: center;
	margin-top: 12px;
	cursor: pointer;
}

div.box p {
	margin: 3px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	font-size: 0.8em;
}

div.box h1 {
	font-size: 1.0em;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 1px;
	background: #fff url('../img/box_bg.png') repeat-x;
	height: 20px;
	padding: 6px 0 0 10px;
}

div.box div.content {
	float: left;
	display: inline;
	background: #fff url('../img/body_bg.png') repeat-x;
	width: 100%;
}

div.box div.content div.wrapper {
	margin: 7px;
}

div.box div.content div.wrapper img {
	border: 1px solid #E5E5E5;
}

