#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
}
#wp_latest
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
        font-weight: normal;
	color:#878787;
}
#wall_post_toggle
{
	color:#6B6B6B;
	font-size: 13px;
}
#wallcomments p
{
	margin-bottom:5px;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
        font-weight: normal;
}
#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 {
	margin:5px 0px 0px 0px;
}

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

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
	color:#458DEE;
}

.wallcomment {
	font-weight:normal;
	color:#458DEE;
}

.wall-error {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
        font-weight: normal;
	color:#878787;

}
.wall-success {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
        font-weight: normal;
	color:#878787;
}

#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; */
	background:#E7E7E7; 
}
.wall-3
{
	/* this would paint the background of first comment, wall-2 for second...
	background:#c0dFa0; */
	background:#E7E7E7; 
}
.wall-5
{
	/* this would paint the background of first comment, wall-2 for second...
	background:#c0dFa0; */
	background:#E7E7E7; 
}
.wall-7
{
	/* this would paint the background of first comment, wall-2 for second...
	background:#c0dFa0; */
	background:#E7E7E7; 
}
.wall-9
{
	/* this would paint the background of first comment, wall-2 for second...
	background:#c0dFa0; */
	background:#E7E7E7; 
}
.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; */
}
