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

#wallcomments p
{
	margin-bottom:0px;
	clear:both;
}

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

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

#wallcomments {		
	
	overflow: auto; 	
	height: 200px;	
	border: 1px solid #ccc;
	padding: 1px;
background:#999;
font-size:11px;
color:#fff;

	
}

.wallnav {
	margin:5px 0px 0px 0px;
}

.wallnav a {
	margin:0px 0px 0px 10px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;font-size:12px;color:#ffffff;
}

.wallcomment {
	font-weight:normal;font-size:11px;color:#ffffff;
}

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

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

#wall_post_toggle  {
	cursor:pointer;
}



.wall-alt {
	
	background: #ccc;
}

.wall-1
{
	
	background:#999; 
}


.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;
hight:50px;
width:50px;
}