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

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

#wall_post input  {
	border: 0px solid #cccccc;
	width: 140px;
}

#wall_post textarea {
	border: 0px solid #cccccc;
	width: 140px;
}

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

.wallnav {

	margin:0px 0px 0px 0px;
}

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

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:normal;
	font-family: "helveticaneuelight.ttf";
	font-size: 16px;
	color: #6699cc;
}

.wallcomment {
	font-weight:normal;
}

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

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

#wall_post_toggle  {
	cursor:pointer;
	font-family: "helveticaneuelight.ttf";
	font-size:14px;
	text-decoration:none;
}



.wall-alt {
	border-top: 0px solid #a0a0a0;
	border-bottom: 0px solid #a0a0a0;
	background: #080808;
	padding: 10px 0 10px 0;
}

.wall-1
{
	border-top: 0px dashed #a0a0a0;
	/* 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; */
}
