#wp_wall p
{
	font-size:120%
	margin-top:40px;
	margin-bottom:4px;
	width: 210px;
}

#wallcomments p
{
	font-size:120%
	margin-bottom:5px;
	width: 210px;
}

#wall_post input  {
	font-size:120%
	border: 1px solid #cccccc;
	width: 210px;
}

#wall_post textarea {
	font-family: sans-serif;
	font-size:120%;
	border: 1px solid #cccccc;
	width: 210px;
}

#wallcomments {		
	font:"Lucida Grande",verdana;
	font-size:120%;	
	overflow: auto; 

	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

.wallnav {
	font-size:120%
	margin:0;
}

.wallnav a {
	font-size:120%
	margin:0px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-style:italic;
}

.wallcomment {
	font-weight:normal;
        margin:0px;
}

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

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

#wall_post_toggle  {
	font-size:120%;	
	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; */
}


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


