
#wallcomments p
{
	border-bottom:1px dotted #cccccc;
}

#wall_post input  {
	border: 1px solid #cccccc;
	width: 100px;
	margin:5px 0;
}

#wp_latest{
padding-top:5px;
text-align:center;
border-bottom: 1px solid #cccccc;
}

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

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

.wallnav {
	text-align:center;
}

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

.wallnav img {
	cursor:pointer;
	margin:0 10px;
}

.wallauthor{
	font-weight:bold;
}
.wallauthor a {
	color:#ffb0b0;
}
.wallcomment {
	font-weight:normal;
}

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

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

#wall_post_toggle  {
	cursor:pointer;
}

#speak{
  background-color:#CCCCCC;
  margin:5px 0;
  width:90px;
  height:20px;
  padding:4px 0 0 10px;
  }

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

