#fPostText,#fTitle,#fTags,#fImURL,#fileToUpload,#fSource{
	width: 100%;
}

#thumbImg{
	width: 102px;
	height: 102px;
	border: 1px solid #aaa;
}

#waitInd{
	display: inline;
}

#lImgForm{
	float: left;
	width: 360px;
	padding-right: 10px;
}

#rImgForm{
	float: left;
}

.imgThumb{
	float: left;
	padding: 5px;
	margin: 1px;
	border: 1px solid gray;
	cursor: hand;
	cursor: pointer;
	
}

.prevnext{
	margin: 10px 0;
}


#imgUploadForm h4{
	padding: 5px;
	background: #666;
	margin: 25px 0 5px;
}

#postThumb{ display: none; }



#comments{
	width: 99%;
}

.comm_user_details{
	float: left;
	width: 100px;
	height: 130px;
	border: 1px solid gray;
	padding: 1px;
	margin: 2px;
	text-align: center;
}

.comm_date{
	font-size: 8px;
	color: #777;
}



.commentButt{
	float: right;
	font-size: 9px;
}

div.comm_text{
	margin-left: 115px;
}

div.comment2delete{
	border: 1px solid red;
	background: #990000;
}


/* blog */

div.blog_post{
	padding: 10px 5px;
	margin-bottom: 5px;
}

div.blog_title{
	font-weight:bold;
	font-size: 11px	;
}
div.blog_title a{
	text-decoration: none;
	color: #F7971F;
}
div.blog_title a:hover{
	text-decoration: underline;
	color: #F7971F;
}

div.commentbar{
	font-size:11px;
	font-weight: bold;
	border-top: 1px dashed gray;
	border-bottom: 1px solid gray;
	padding: 5px;
	text-align: right;
	margin-top: 20px;
	font-size: 10px;
	
}

div.commentbar a{
	text-decoration: none;
	color: #666;
	font-size: 10px;
}
div.commentbar a:hover{
	color: #666;
}

div.blog_cut a{
	font-size: 12px;
	color: #800;
}

div.blog_rating{
	float: left;
}
/*div.blog_rating div{display:none;}*/

div.blog_comment{
	float: right;
}

.postSource{
	font-size: 10px;
	color: #666;
	font-weight: bold;
	overflow: hidden;
	margin-top: 20px;
	padding: 5px;
	border-top: 1px dashed #666;
}