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

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

#wall_post input  {
	border: 1px solid #cccccc;
	width: 300px;
}

#wall_post textarea {
	border: 1px solid #cccccc;
	width: 300px;
}

#wallcomments {		
	
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 7px;
	height: 150px;
}

.wallnav {
	margin:5px 0px 0px 0px;
}

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

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-family: Arial,sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color:#ffffff;
}

.wallcomment {
	font-family: Arial,sans-serif;
	font-size: 8pt;
}

.wall-error {
	 background:#ffb0b0;

}
.wall-success {
	background:#222228;
}

#wall_post_toggle  {
	cursor:pointer;
}



.wall-alt {
	/* this would paint every other comment with a background   	*/
	background: #222228 ;
}

.wall-1
{
	/* this would paint the background of first comment, wall-2 for second... 	*/
	background:#666666;
}


.wall-admin
{
	/* this would paint the background for admin made comments  	*/
	background:#222228;
}

.wall-registered
{
	/* this would paint the background for other registred users  	*/
	background:#222228;
}

