@charset "UTF-8";

.pagenator {
	text-align: center;
}
.pagenator > * {
	display: inline;
	padding: 4px;
}
.pagenator .current_page {
	background-color: rgb(220,220,220);
}


.newBlogInput { width:450px; font-size:12px; }
.blogInputTitle { width:280px; font-size:12px; }
