#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
}

#wallcomments p
{
	margin-bottom:5px;
	clear:both;
}

#wall_post input  {
	border: 1px solid #ffffff;
	width: 140px;
}

#wall_post textarea {
	border: 1px solid #ffffff;
	width: 250px;
}

#wallcomments {		
	
cursor:pointer;

}

.wallnav {
	margin:5px 0px 0px 0px;
}

.wallnav a {
	margin:0px 0px 0px 10px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
color: #00ccff;
font-weight:bold;
solid #ffffff;

}

.wallcomment {
color: #ffffff;	
}

.wall-error {
	/* background:#ffffff; */

}
.wall-success {
	/* background:#ffffff; */
}

#wall_post_toggle  {
	cursor:pointer;
}



.wall-alt {
	/* this would paint every other comment with a background  
	background: #ffffff ; 	*/
}

.wall-1
{
	/* this would paint the background of first comment, wall-2 for second...
	background:#ffffff; */
}


.wall-admin
{
	/* this would paint the background for admin made comments 
	background:#ffffff; */
}

.wall-registered
{
	/* this would paint the background for other registred users 
	background:#000000; */
}

.wall-gravatar
{
	float:left;
	padding-right: 5px;
}