.add_friend {
	margin-top: 15px;
}
.comments textarea {
	width: 235px;
	height: 50px;
	margin-bottom: 15px;
}
.comments .list {
	margin-top: 15px;
}
.comments {
	margin-bottom: 15px;
}
.comment {
	margin-bottom: 15px;
}
.comment h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0;
}
.comment h4 a {
	font-weight: bold;
}
.comment .date {
	font-style: italic;
}
.comment .msg {
	margin-top: 10px;
}
.comment .reply {
	margin-left: 15px;
	padding-left: 10px;
	border-left: 1px solid #2453A3;
}
.comment .reply h5 {
	font-style: italic;
	font-size: 10px;
	margin: 0 0 5px 0;
}
.comment .actions form {
	float: left;
}
input.replybutton2, input.replybutton {
	background-image: url(/img/myeurovision/icon_reply.jpg);
}
input.replybutton2 {
	font-weight: bold;
}
input.delete {
	background-image: url(/img/myeurovision/icon_remove.jpg);
}
#facebox .popup {
}
form.reply textarea {
	width: 300px;
	height: 100px;
}

