#wp_wall p {
	margin: 0;
	padding: 0;
}
#wallcomments p {
	margin-bottom: 3px;
	padding: 2px 3px;
}
#wallcomments #wp_latest {
	padding: 3px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}
#wall_post input {
	border: 1px solid #ccc;
	width: 140px;
}
#wall_post textarea {
	border: 1px solid #ccc;
	width: 140px;
}
#wallcomments {
	background-color: #222;
	overflow: auto;
	height: 350px;
	border: 1px solid #ccc;
	padding: 0;
}
.wallnav {
	margin:5px 0px 0px 0px;
}
.wallnav a {
	margin:0px 0px 0px 10px;
}
.wallnav img {
	cursor:pointer;
}
.wallauthor {
	font-weight:bold;
}
.wallcomment {
	font-weight:normal;
}
.wall-error {
/* background:#ffb0b0; */

}
.wall-success {
/* background:#c0dFa0; */
}
#wall_post_toggle {
	cursor:pointer;
}
.wall-alt {
/* this would paint every other comment with a background  
	background: #F0F0E0 ; 	*/
}
.wall-1 {
	background-color: #666;
}
.wall-admin {
	background-color: #333;
}
.wall-registered {
/* this would paint the background for other registred users 
	background:#F0d0E0; */
}
