#wp_wall p
{
        padding-left:5px;
        padding-right:5px;
	margin-top:0px;
	margin-bottom:0px;
	background:#E5E5E5;
	text-align:justify;
}

#wallcomments p
{
	border-bottom: 1px solid #ffffff;
	margin-top:0px;
	margin-bottom:0px;
	background:#E5E5E5;
	clear:both;
}

#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;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}
.wallnav {
	border: 4px solid #E5E5E5;
	background:#E5E5E5;
	margin:0px 0px 0px 0px;
}

.wallnav a {
	margin:0px 0px 0px 0px;
}

.wallnav img {
	background:#E5E5E5;
	cursor:pointer;
}

.wallauthor {
	font-size:12px;
	font-weight:bold;
}

.wallcomment {
	font-size:11px;
	font-weight:normal;
}

.wall-error {
	background:#E5E5E5;

}
.wall-success {
	background:#E5E5E5;
}

#wall_post_toggle  {
	cursor:pointer;
}



.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
{
	/* this would paint the background for admin made comments 
	background:#F0F0E0; */
}

.wall-registered
{
	/* this would paint the background for other registred users 
	background:#F0d0E0; */
}

.wall-gravatar
{
	float:left;
	padding-right: 5px;
}