.block_small{
	position:relative;
	float:left;
	width:150px;
	margin-left:5px;
}

.block_small_top{
	position:relative;
	float:left;
	width:150px;
	height:25px;
	background-image:url('../images/block_small_top.png');
	background-repeat:no-repeat;
}

.block_small_top_text{
	position:relative;
	float:left;
	width:140px;
	margin-left:5px;
	padding-top:5px;
	text-align:center;
	font-size:14px;
	color:#CCC;
	font-weight:bold;
}

.block_small_mid{
	position:relative;
	float:left;
	width:150px;
	background-image:url('../images/block_small_side.png');
	background-repeat:y-repeat;
}

.block_small_mid_text{
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:130px;
}

.block_small_bottom{
	position:relative;
	float:left;
	width:150px;
	height:25px;
	background-image:url('../images/block_small_bottom.png');
	background-repeat:no-repeat;
}

.block_big{
	position:relative;
	float:left;
	width:500px;
}

.block_big_top{
	position:relative;
	float:left;
	width:500px;
	height:25px;
	background-image:url('../images/block_large_top.png');
	background-repeat:no-repeat;
}

.block_big_top_text{
	position:relative;
	float:left;
	width:490px;
	margin-left:5px;
	padding-top:5px;
	text-align:center;
	font-size:14px;
	color:#CCC;
	font-weight:bold;
}

.block_big_mid{
	position:relative;
	float:left;
	width:500px;
	background-image:url('../images/block_large_side.png');
	background-repeat:y-repeat;
}

.block_big_mid_text{
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:10px;
	width:460px;
}

.block_big_bottom{
	position:relative;
	float:left;
	width:500px;
	height:25px;
	background-image:url('../images/block_large_bottom.png');
	background-repeat:no-repeat;
}
