.author-name,.author-mail,.author-url{
	font: bold 10pt Tahoma, Arial;
	text-align: right;
	margin: 5px 10px 0 0;
}
.author-name{
	color: #000000;
}
.author-mail{
	color: #88ac0b;
}
.author-url{
	color: #88ac0b;
}
.author-comment {
	color: #777;
	font: normal 9pt Tahoma;
	text-align: justify;
	padding: 5px;
}
.admin-comment {
	color: #ff0000;
	font: 9pt Tahoma,Arial;
	text-align: justify;
	padding: 5px;
	border: 1px #E9E9E9 dotted;
	-moz-border-radius: .5em;/* For Firefox */
}

/* comment */
#comment{
	float: left;
	width: 540px;
	margin: 0; 
	padding: 20px 0 0 0; 
	display: inline;
}
#comment h1{
	float:right;
	font: bold 11pt Tahoma, Arial;
	text-align: right;
	display: block;
}
#comment .message{
	font: bold 11pt Tahoma, Arial;
	text-align: center;
	display: block;
}
.comment-box {
	border-top: 1px solid #E5E5E5;
	border-bottom: 3px solid #E5E5E5;
	background-color: transparent;
}
/* add comment form */
#add-comment-form{
	float: left;
	width: 540px;
	margin: 0; 
	padding: 20px 0 0 0; 
	display: inline;
}
#add-comment-form form{
}
#add-comment-form form h2{
	font-size: 160%;
	color: #88ac0b;
	font-weight: normal;
	padding: 0; 	
	margin-bottom: 0;		
	text-align: center;
}
#add-comment-form form label {
	display: inline;
	font-weight: bold;
	margin: 7px 0;
}
#add-comment-form input ,select,textarea {
	padding:3px;
	margin:5px;
	border: 1px solid #F9EAB7 ; 
	font: normal 1em tahoma, Verdana, sans-serif;
	color:#777;
	background: transparent
}
#add-comment-form textarea {
	width:400px;
	height:100px;
	display:block;
}
#add-comment-form input.button { 
	font: bold 11pt Arial, Sans-serif; 
	height: 31px;
	width:108px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #306bc1 url(../images/button-bg1.png) repeat-x 0 0; 
	border: 1px solid #79A367;
	-moz-border-radius: .5em;/* For Firefox */
}
#add-comment-form input:focus, textarea:focus, select:focus {
	border: 1px solid #A6CD96;
}

/* images */
img.comment {
	background: #fff;
	border: 1px solid #E5E5E5;
	padding: 5px;
	margin: 5px;
}
