.error_messages {
	color: red;
	text-align:center;
}
.success_messages {
	color: green;
	text-align:center;
}

.article_block {
	width:170px;
	float:left;
	margin:5px;
	position:relative;
}
.article_block .date_info {
	color:#c0c0c0;
	font-size:12px;
	margin:5px;
}

.article_block .date_info  .rss {
	margin:5px;
}

.article_block .thamb {
	text-align:center;
	height:110px;
}
.article_block .info_block {
	margin:5px;
}
.article_block .info_block .article_caption {
	text-align:center;
	margin-bottom:5px;
}
.article_block .info_block .article_description {
	color:#504E4E;
	font-size:12px;
	text-align:justify;
	margin-bottom:5px;
}

.article_block .private {
	color:green;
	font-size:11px;
	margin:2px;
	text-align:center;
}

.article_block .ext_info {
	font-size:11px;
	margin:2px;
	text-align:center;
}

.actionsBlock {
	width:100%;
	text-align:right;
	margin:5px;
}

.viewBlock {
	margin:15px;
}

.viewBlock .photoBlock {
	float:left;
	width:130px;
	position:relative;
	text-align:center;
}

.viewBlock .photoBlock .addedBlock {
	margin-bottom:5px;
}

.viewBlock .captionBlock {
	font-size:20px;
	margin:5px;
}

.viewBlock .dateBlock {
	color:#c0c0c0;
}

.viewBlock .comments {
	margin:5px;
	color:green;
}

.backlink {
	width:100%;
	text-align:right;
	margin:5px;
}

.searchBlock {
	text-align:right;
	width:100%;
	margin:5px;
	background-color:#DCDBDB;
}