/**START BLOG CSS**/

.roundcont {
	width: 460px;
	background-color: #e4f1e9;
	color: #000;
	margin-bottom:28px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/elements/images/blog_tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/elements/images/blog_br.gif) no-repeat top right; 
}

img.corner {
   width: 9px;
   height: 8px;
   border: none;
   display: block !important;
}


.blogContentBottom {

background: url(/elements/images/blog_content_background.jpg) no-repeat  bottom left;
padding-bottom:8px;

}

.blogTop {
	padding:0px !important;
	margin:0px !important;
	font-size:1px;
	line-height:0px;
}

.blogContentContainer {
	padding:0px !important;
	margin:0px !important;
	
	background: url(/elements/images/blog_content_expander.gif) repeat-y bottom left;
}

.blogContent {
	margin:0 0 15px 15px;
	color:#424242;
	
}


.blogDownloadBox {
	width:446px;
	margin:0 0 0 8px;
	border-width:2px;
	border-color:#b8d6c4;
	border-style:solid;
	color:#424242;
}

.blogDownloadBox p {
	margin:5px 0 5px 5px;
}

.blogCommentHeader {
	color:#424242;
}



.blogCommentsHeader{
	font-weight: bold;
	display : inline;
	float:left;
}

.blogCommentsCount{
	display : inline;
	float: right;
	color:#424242;
}

.blogComments{
	margin-bottom:40px;
}

.deleteDiv{
	float:right;
	margin-right:10px;
}

.commentDelete{
	border-style:solid;
	border-width:1px;
	background-color:#FFFFFF;
	border-color:#B4BEB8;
	color:#424242;
}

.requestInput{
	width:300px;
}

.blogDownloadBox a{
	color:#424242;
}

.blogDownloadBox a:link{
	color:#424242;
	
}

.blogDownloadBox a:visited{
	color:#424242;
	
}


/**END BLOG CSS**/