
#wp_latest {  /* latest post date */
	font-size:11px;
}

#wall_post input  { /* name field */
	border: 1px solid #cccccc;
	width: 125px;
}

#wall_post textarea { /* comment field */
	border: 1px solid #cccccc;
	width: 265px;
	height: 150px;
}

#wall_post p {
	font-size:11px;
	font-weight:normal;
}

#wall_post p label small {
	font-size:11px;
}

#wallcomments {		
	overflow: auto;
	font-weight:normal;
	font-size:12px;
	line-height:1.3em;
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

#wallcomments p {
	margin-top:6px;
	margin-bottom:6px;
	margin-left:15px;
}

.wallnav {
	margin:5px 0px 0px 0px;
}

.wallnav a {
	margin:0px 0px 0px 10px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-style:italic;
	color: #000;
}

.wallcomment {
}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
}

#wall_post_toggle  {
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
}



.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; */
}
