
.blk-row {
	margin-top: 15px;
	margin-bottom: 25px;
}
.icon-title {
	padding: 0 15px 25px;
}
.icon-title .title {
	margin-top: 15px;
	line-height: 120%;
}
.blk-content {
	min-height: 130px;
	height: auto;
	padding: 0 15px 15px;
	font-size: 1.2em;
	line-height: 150%;
}

.xbtn {
	display: inline-block;
	line-height: 30px;
	width: 90px;
	height: 30px;
	text-align: center;
	margin: 5px;
    border: 1px solid #CCC;
    border-radius: 6px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
}
.main .xbtn {
	width: 120px;
	margin: 5px 10px;
}

.section-title, 
.item-title {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 1em;
}
#item-section {
	clear: both;
}
#item-contents {
	float: left;
	width: 57%;
	height: auto;
	margin-right: 2.5%;
}
.item-section-title {
	font-size: 1.2em;
}
.item-section-content {
	font-size: 1em;
	color: #666;
}
#item-image {
	float: right;
	width: 40%;
	height: auto;
}
#item-image img {
	width: 100%;
}
#user-submits {
	display: table;
	width: 100%;
	border: 1px solid #CCC;
}
#user-submits div {
	padding: 15px;
	min-height: 200px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}