#wp_wall
{
	border: 1px solid #7F9DB9;
	padding: 10px;
}

#wp_wall p
{
	margin-top:4px;
	margin-left:0px;
	margin-bottom:4px;
}

#wallcomments p
{
	margin-bottom:5px;
}

#wall_post input  {
	border: 1px solid #cccccc;
	width: 140px;

}

#wall_post textarea {
	border: 1px solid #cccccc;
	width: 140px;
}

#wallcomments {		
	
	overflow: auto;
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	border: 0px solid #cccccc;
}

.wallnav {
	margin:0px;
}

.wallnav a {
	margin:0px 0px 0px 5px;
	border: 0px solid #cccccc;
}

.wallnav img {
	margin:0px 0px 0px 2px;
	cursor:pointer;
	border: 0px solid #cccccc;
}

.wallauthor {
	font-weight:bold;
	border: 0px solid #cccccc;
}

.wallcomment {
	font-weight:normal;
}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
}

#wall_post_toggle  {
	cursor:pointer;
}



.wall-alt {
	margin:0px;
	/* this would paint every other comment with a background  
	background: #F0F0E0 ; 	*/
}

.wall-1
	margin:0px;
{
	/* this would paint the background of first comment, wall-2 for second...
	background:#c0dFa0; */
}


.wall-admin
{
	/* this would paint the background for admin made comments 
	background:#F0F0E0; */
}

.wall-registered
{
	/* this would paint the background for other registred users 
	background:#F0d0E0; */
}
