#blog .sidebar #sidebar_middle{
	width:580px;
	float:left;
	padding-left:5px;
}

input.text {
	margin-right: 2px;
	font-size: 20px;
	padding: 3px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 22px;
	vertical-align: top;
	color: #666;
}


.button {
	font-size: 20px;
	cursor: pointer;
	color: #246;
	background: #e5e5e5;
	height: 30px;
	padding: 0 4px;
	border: 1px solid #a3a3a3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


#blog .item_class{

}

#blog .item_class .item_class_text .the_picture{
	float:left;
	display: inline-block;
	border: 1px solid #000;
	margin: 0 5px;
	width: 200px;
	height: 150px;
}

#blog .item_class .item_class_text .the_picture img{
	margin: 0;
	padding: 0;
	width: 200px;
	height: 150px;
}

#blog .item_class .item_class_text .the_content{
	margin: 0 5px;
}

#blog .item_class .item_class_get .download_it{
	margin: 0 5px;
}

#blog .pub {
	padding-bottom: 20px;
	float:left;
}