/* CSS Document */
.newblog {
	width:700px;
	padding: 30px 0 10px 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/blog_title.jpg);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

.newbox{
	width:610px;
	margin: 0 45px;
	padding: 5px 0;
	border: 2px solid #FFB3DB;
	background-color: #FFB3DA;
}
