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

#wallcomments p
{
	margin-bottom:5px;
}

#wall_post input  {
	border: 1px solid #776436;
	background: #FFF;
	color: #000000;
	width: 190px;
}

#wall_post textarea {
	border: 1px solid #776436;
	background: #FFF;
	color: #000000;
	width: 190px;
}

#wallcomments {		
	
	overflow: auto; 
	
	/* uncomment this for fixed height 
	height: 200px;
	*/
	padding: 0px;
	*/
}

#navi {
	padding: 0px 7px 7px 7px;
}

.nav {
	margin:0px 0px 0px 0px;
}

.nav a {
	margin:0px 0px 0px 00px;
}

.nav img {
	cursor:pointer;
}

.wallauthor {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.87em;
	line-height: 1.2em;
	color: #cc5c01;
	font-weight: bold;
}

.wallcomment {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.87em;
	line-height: 1.2em;
	color: #000;
	}

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

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


.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; */
}

