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

#wp_wall p a{
	background:#5684B6;
	color:#fff;
	text-shadow:none;
	margin-left:20px;
	margin-bottom:20px;
	padding:2px 20px 2px 20px;
}

#wp_wall p a:hover{
	background:#D1DBEF;
	color:#5684B6;
}

#wallcomments p
{
	background:#f7f7f7;
	margin-bottom:5px;
	border-bottom:1px solid #f3f3f3;
	border-right:1px solid #f3f3f3;
	padding: 0 2px;
}

#wallcomments p:hover{
	background:#f3f3f3;
}

#wallform{
	margin-bottom:20px;
	padding: 2px 10px 10px 20px;
	background:#f7f7f7;	
}

#wall_post input  {
	padding: 2px;
	border: 1px solid #cccccc;
	width: 150px;
	font-size:10px;
	font-family: 'Lucida Sans Unicode', Verdana;		
}

#wall_post textarea {
	padding: 2px;
	border: 1px solid #cccccc;
	width: 150px;
	font-size:10px;
	font-family: 'Lucida Sans Unicode', Verdana;	
}

#submit_wall_post{
	padding: 2px;
	background:#5684B6;
	font-weight:bold;
	font-size:10px;
	font-family: 'Tahoma', Lucida Sans Unicode, Verdana;
	color:#fff;
	cursor:pointer;
	line-height:20px;
	width:160px;
}

#submit_wall_post:hover{
	background:#fff;
	font-weight:bold;
	color:#5684B6;	
}

#wallcomments {		
	overflow: auto; 
	height: 100px;
	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;
}

.wallcomment {
	font-weight:normal;
}

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

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

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


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