@charset "UTF-8";
/* CSS Document */

/*comments*/
#comments .head {
display:none;
}
#comments .favorite {
	float: left;
	width:auto !important;	
	height: 15px !important;
	overflow: hidden;
	margin-left:5px !important;
}
#comments .firstFavorite {
	margin-left:135px !important;
}
#comments .favorite .text {
	display: none;	
}
#comments .comment {
	position:relative;
}
#comments .noteDetails {
	float:left;
	width:130px;
	margin-bottom:10px;
	clear:left;
	overflow: hidden;
}
#comments .text, .comment.text {
	float:left;
	margin:0 0 5px 5px;
	background:url(/assets/images/commentBubbleMiddle.png) -4px 0px repeat-y;
	position:relative;
}
#comments .bubble, .comment.text {
	position:absolute;
	top: 2px;
	left: -4px;
	width: 6px;
	height: 12px;
	background:url(/assets/images/commentBubbleTop.png) top left no-repeat;
}
#comments .bubbleText {
	color:#8A8A8A;
	float:left;
	width: 508px;
	padding-left:6px;
}
#comments #newComment .bubbleText {
	padding-left:0px;
}
#comments #newComment .text {
	background:none;
}

#comments textarea {
	border: solid #9C99E3;
	border-width:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:17px;
	height:120px;
	padding:5px;
	width:503px;
	box-shadow: inset 0 0 3px #999;
	resize:vertical;
}
#comments textarea.edited {
	color : #000;
	font-size:inherit;
	outline: none;
}

#comments div.note {
	border:none;
	margin:0px;
	padding:0 0 15px 0;
	width:100%;
	position: relative;
	/*background-image:url(gradient2.png);
	background-repeat:repeat-x;*/
}
div#formSubmission {
	margin: 0 0 0 135px;	
	
}

div.removeCommentButton {
	position:absolute;
	top:-4px; left:114px;
}
