#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
}

#wallcomments p
{
	margin-bottom:5px;
	clear:both;
}

#wall_post input  {
	border: 1px solid #cccccc;
	width: 160px;
}

#wall_post textarea {
	border: 1px solid #cccccc;
	width: 160px;
}

#wallcomments {		
	
	overflow: auto; 
	
	// height: 200px;
	width: 190px;
	text: #000000;
	border: 0px solid #cccccc;
	padding: 22px;
}

.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
{
	/* this would paint the background of first comment, wall-2 for second...
	background:#c0dFa0; */
}


.wall-admin
{
	background:#F0F0E0;
}

.wall-registered
{
	text: #000000;
	background:#F0d0E0; 
}

.wall-gravatar
{
	float:left;
	padding-right: 7px;
}

