#wp_wall p {margin: 4px 0;}
#wp_wall #wp_latest {color: #69f;font-size: 10px;}
#wallcomments p {
	margin-bottom: 5px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
}
#wall_post input  {border: 1px solid #ccc;width: 140px;}
#wall_post textarea {border: 1px solid #ccc;width: 140px;}
#wallcomments {
	overflow: auto;
	/* uncomment this for fixed height 
	height: 200px;*/	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;*/
}
.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;}
a#wall_post_toggle {color:#f00;text-decoration:underline;}

.wall-alt {
	/* this would paint every other comment with a background  
	background: #F0F0E0 ;*/
}
.wall-1 {
	/* this would paint the background of first comment, wall-2 for second...
	background:#c0dFa0; */
}
.wall-admin {
	padding: 4px 0;
	border-top: 1px solid #770002;
	border-bottom: 1px solid #770002;
	
}
.wall-registered {
	/* this would paint the background for other registred users 
	background:#F0d0E0; */
}

