.userInfo, .comment, .cmPagination, .leaveComment, .comment-box {
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;	
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:#f8f8f8;
	border: outset 2px #999;
}
textarea {
	width:95%;
	margin:0 2.5%;
}
.comment-box {
	width:400px;
	padding:5px;
	background:#CFF;
}
.cmLoading {
	position:absolute;
	margin-left:60px;
}
.comments {
	min-height:227px;
	overflow:auto;
}
.row {
	width:100%;
	border-color:#f00;
	min-height:60px;
	margin-bottom:1px;
	padding-top:15px;
}
.row .comment {
	width:80%;
	padding:5px;
	min-height:42px;
	margin-left:auto;

}
.userInfo {
	text-align:right;
	min-width:25%;
	width:auto;
	margin:0px 5px 5px 0px;
	float:left;
	padding:5px;
	margin-top:-15px

}

.userInfo label {
	display:block;
	font-size:18px;
	font-family:Georgia;
	color:red;
}
.cmPagination {
	padding: 2px 5px;
	width:150px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.ReplySwitch {
	float:right;
}
.Tracker {
	float:left;
	text-align:center;
	width:70px;
}
.leaveComment {
	padding: 10px;
	display:none;
}
.add {
	float:right;
}
.cmLimiter {
	color:red;
	min-height:20px;
}
.cmLimiter span {
	display:none;
}
.cmUsername {
	font-size:20px;
	font-family:Georgia;
	color:#00f;
	font-weight:bold;
}