#comments {
    padding: 10px;
    background: #474747;
    font-size: 13px;
    float: left;
    width: 550px;
	color: #fff;
}

#comments a{
	color: #fff7e6;
}

/* A COMMENT ------------------------- */

.comment{
	float:left;
	margin: 18px 0 30px 5px;
	width: 543px;
	color: #000;
}

.comment a{
	color: #b9d936;
}

.comment-text{
	font-family: arial, sans-serif;
	float: left;
	width: 513px;
	font-size: 13px;
	line-height: 1.5em;
	background: #fff url(/images/backgrounds/comment-top.jpg) top left repeat-x;
	margin: 0;
	padding: 10px 15px;
}

.comment-info{
	float:left;
	background: #fff url(/images/backgrounds/comment-bottom.jpg) repeat-x;
	padding-top: 10px;
	padding: 30px 0 0 75px;
	height: 16px;
	color: #fff;
	width: 468px;
}

.comment-author{
	
}

.comment-admin{
	color: #793;
}

/* FORM AREA ------------------------- */

#comments textarea {
    font-family: arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	padding: 5px;
	width: 400px;
}

#comments input{
	font-size: 18px;
	padding: 5px;
	color: #474747;
}





