/* module style */

.reivewit_loading {
	margin-top:10px;
	height: 15px;
	background: url('images/ajax-loader.gif') 50% 50% no-repeat;
	}
	
.reviewit_title {
	font-size: 1em;
	font-weight:bold;
	color:#000000;
	}

.reviewit_post {
	font-size: 0.9em;
	font-weight:normal;
	color:#000000;
	padding-bottom:4px;
}
	
.reviewit_postby {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
}
		

