/* Reader Review Styles 
================================================*/
#reviewCloud {
	padding: 2px 0px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;

}
#leave_review {
	background: #EBEBDF url(/images/book/quoteCloud.gif) no-repeat left;
	padding: 10px 0px 0px 65px;
	height: 50px;
} 
#leave_review h2 {
	color: #157EAD;
	font-size: 130%;
	font-family: arial, verdana;
}
#reviewCloud a:link, a:visited {
	color: #52A4C9;
	font-size: 110%;
	font-family: arial, verdana;
	text-decoration: underline;
}

/* Blog Comments
================================================*/
.blogComments {
	border-top: 1px dashed #333;
	padding-top: 10px;
	padding-bottom: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
	padding-left: 10px;
	font-size: 90%;
	background: #EBEBDF;
	font-family: arial, sans-serif;
}
.blogComments li {
	float: left;
	list-style: none;
	padding-right: 10px;
	padding-left: 15px;
	font-family: arial, sans-serif;
}
.readMore {
	background: url(/images/book/readMore.gif) left no-repeat;
}
.readComments {
	background: url(/images/book/comment.gif) left no-repeat;
}
.shareYourStory {
	background: #EBEBDF url(/images/book/quoteCloud.gif) no-repeat left;
	padding: 15px 0 5px 70px;
	border-bottom: 1px solid #333;
	height: 30px;
}
.articleComment {
	padding: 5px 10px 5px 40px;
	background: #C0E6F4 url(/images/book/quoteCloudSmall.gif) top left no-repeat;
	margin: 1em 0;
        color: #297EA4;
	font-family: arial, sans-serif;
	font-size: 0.95em;
	border: 6px solid #fff;
}
.articleComment p {
width: 80%;
	font-family: arial, sans-serif;
padding: 10px 0;
background: url(/images/book/endquote.gif) bottom right no-repeat;
}


.articleComment ul {
font-family: arial, sans-serif;

}


.commentAuthor {
	font-weight: normal;
	font-family: arial, sans-serif;

}

.add_a_comment table {
	margin-top: 10px;	
}
.add_a_comment textarea {
	height: 100px;	
}
.leave_comment {
	padding-top: 8px;
}

