#wall_post form {
	margin: 0;
	padding: 0;
}

#wp_wall {
	margin-bottom: 8px;

}

#wp_latest {
	margin-bottom: 7pt;
	font-size: 8pt;
}

#wp_wall p
{
	line-height: 10pt;
	font-size: 8pt;
}

#wallcomments p
{
	padding: 12px 0 0 0;
	font-size: 8pt;
	border-bottom: 1px dotted #ccc;
}

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

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

#wallcomments {		
	
	overflow: auto;
	padding: 2px;
	/* 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;
}

.wallcomment {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:normal;
	font-style: italic;
	color: #666666;
}

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

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

#wall_post_toggle  {
	cursor:pointer;
}



.wall-alt { 
	background: #e6e5de ; 
}

.wall-1
{
	
	background: transparent;
}


.wall-admin
{
	/* this would paint the background for admin made comments 
	background:#F0F0E0; */
border: 1px dotted red;
}

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

}
