/* box wall */
#box-wall {
	margin-bottom: 25px;
}

#box-wall label {
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}

#box-wall-error {
	border: 1px solid #FF0000;
	color: #FF0000;
	margin: 5px 0px;
	padding: 5px;
}

#box-wall-input {
	margin-bottom: 15px;
}

#box-wall-input #message {
	width: 100%;
	height: 50px;
}

#box-wall-input #btnSend {
	margin-top: 15px;
}

#wall {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#wall li {
	position: relative;
	padding: 12px 0px 10px 0px;
	border-bottom: 1px solid #eaeaea;
}

#wall li.last {
	border-bottom: none;
}

.message-profile {
	position: absolute;
}

.message-full {
	padding-left: 60px;
}

.message-full p {
	margin-bottom: 5px;
}

.message-username {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.message-username:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

.message-actions {
	font-size: 11px;
	color: #626262
}

.message-actions a {
	margin-right: 10px;
	padding-left: 16px;
	color: #626262;
	background: url(../../images/icons/comment_small.gif) no-repeat 0px 2px;
	text-decoration: none;
}

.message-actions a:hover {
	text-decoration: underline;
}

.message-actions a.message-notif-read {
	background: url(../../images/icons/icon_delete_off.png) no-repeat left top;
}

.message-delete {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	display: none;
}

.message-delete a {
	text-indent: -5000px;
	background: url(../../images/template/icons/icon_delete_off.gif) no-repeat left top;
	display: block;
	width: 16px;
	height: 16px;
}

#messages-more {
	border-top: 1px solid #eaeaea;
	padding: 10px 0px;
	text-align: center;
}
#messages-more a {
	text-decoration: none;
}

.comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comments ul li {
	postion: relative;
}

.comments ul li .message-profile {
	position: relative;
	float: left;
	padding-right: 10px;
}

.comment-delete {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	display: none;
}

.comment-delete a {
	text-indent: -5000px;
	background: url(../../images/template/icons/icon_delete_off.png) no-repeat left top;
	display: block;
	width: 16px;
	height: 16px;
}

textarea.mycomment {
	width: 100%;
	height: 38px;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #cccccc;
}