#Math {
    margin-top: 5px;
    margin-bottom: 10px;
}

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments_holder h4 {
    display: none;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}

	#PageComments li.odd {
		xbackground: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		xpadding-left: 40px;
		xpadding-right: 10px;
		border-bottom: 1px dotted #BCE4FE;
	}

	#PageComments li.even {
		xbackground: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		xpadding-right: 40px;
		xpadding-left: 10px;
		border-bottom: 1px dotted #BCE4FE;
	}

		#PageComments li.odd p.info {
			xcolor: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}

#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}

#PageComments p.info {
	color: #444;
	margin: 0px;
	padding: 0;
}
	
#PageComments img {
    display: inline;
}

#PageComments ul li {
    background-image: none;
    line-height: 14px;
    padding: 0;
}

#PageComments ul.actionLinks {
    margin: 5px 0;
}

#right ul li.odd, #right ul li.even {
    padding-bottom: 0;
}

#PageCommentInterface_Form_PostCommentForm legend {
    display: none;
}

#PageCommentInterface_Form_PostCommentForm label.left {
    float: left;
    width: 14em;
}

#PageCommentInterface_Form_PostCommentForm input.text,
#PageCommentInterface_Form_PostCommentForm textarea,
#PageCommentInterface_Form_PostCommentForm select {
    width:300px;
    color:#000;
    background:#f8f8f8;
    border:1px solid #aaa;
    padding:3px;
    margin: 2px 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}


#PageCommentInterface_Form_PostCommentForm ul {
    list-style-type: none;
}

#PageCommentInterface_Form_PostCommentForm li {
    float: left;
    margin: 0px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#PageCommentInterface_Form_PostCommentForm .textarea {
    clear: both;
}

form {
    margin-bottom: 20px;
}

#CommenterURL {
    display: none;
}
