.comment
{
	position: 				relative;
	margin: 5px 0px 3px 5px;
    padding: 0px 10px 3px 5px;
    list-style: none;
    background-color: #F0F4FF;
    -moz-border-radius: 7pt;
        }
}
.comment p{
font:normal;
font-color:	#000

}
.comment .add 
{
	position: 				relative;
	padding:				4px 0px 30px 0px;
	_padding:				2px 4px 10px 2px; /* show to IE */
}

.commentadmin
{
	margin:               0px 0px 5px 0px;
	padding:				0px 0px 5px 0px;
	border-top: 1px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 1px solid #000000;
}

.comment div {
	position: 				relative;
}

.comment .comment img
{
	margin: 				0px;
}

.comment .reply {
	text-align: 				right;
	font-size: 				80%;
	padding: 				0px 6px 6px  0px;
	margin-top: 				-25px;
	_margin-top:         -15px;
}


input#subscribe
{
	width: auto;
}

.comment .body .content
{
	padding:				0px 3px 0px 3px;
	_padding:				10px 3px 10px 3px; /* show to IE */
	width: 					100%;	
	overflow: 				auto; 
}

.comment .title abbr
{
	border: none;
}
.collapsed .body, .collapsed .comment
{
	display:				none;
}

#commentform textarea {
	width: 97%;
}

div.grav{
   height:60px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #000000;
}
.grav img{
height:60px;
	margin-bottom: 0px;
	}

.commentlist li {
        margin: 15px 0 3px;
        padding: 5px 10px 3px;
        list-style: none;
        background-color: #F0F4FF;
        -moz-border-radius: 7pt;
        }

li.graybox {
        background-color: #DFE4F8;
	font-family:"Century Gothic",Tahoma,Verdana,sans-serif;
	font-style: normal;
	color:#000000;
        }

.cfpost {
	position: 				relative;
	margin: 5px 0px 3px 0px;
    padding: 0px 10px 3px 5px;

    list-style: none;
    background-color: #F0F4FF;
    -moz-border-radius: 7pt;
	font-family:"Century Gothic",Tahoma,Verdana,sans-serif;
	font-style: normal;
	color:#000000;
}

p.commentmetadata{
						border-top: 1px solid #000000;
						font-size: 12px;
						color: #999999;
						font-style: italic;
						margin-top: 25px;
						_margin-top: 35px;
}


