#forBlogsContainer {
	border: none;
	z-index: 1000;
	position: absolute;
	left:0;top:0;
	width: 100%; height: 100%;
	background-color: #8C939B;
	display: none;
	opacity:0.75;filter:alpha(opacity=75);
}
#forBlogs { 
	border: 1px #8C939B solid;
	z-index: 100000;
	position:absolute;
	width: 700px; height: 470px;
	background-color: #FFEBDA;
	display: none; 
	padding:10px;
}

#forBlogs textarea {
	width: 690px;
	height: 120px;
	overflow: scroll;
	padding:0;
}

#forBlogsOutput {
	border: 1px solid #8C939B;
	padding: 0 20px 0 20px;
	background-color: white;
	width: 650px; height: 250px;
	overflow-y: scroll;
}

#forBlogs .formSubmit {
	margin: 20px 0 20px 0;
	padding: 0;
}
