#wp_wall{border: 1px solid #ebdc9e;padding: 10px; background:#f9f0cd; margin:0 0 10px 0;}
#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
  background:#fffae7;
  padding: 5px;
}
#wp_wall .nav {height:23px; margin:0;}
#wp_wall .nav img {float:right; margin: 2px 0 0 4px; cursor:pointer;}
#wp_wall .nav p#wall_post_toggle {background:none;padding:0; cursor:pointer; width:120px; line-height: 24px;}
#wp_wall .nav p#wall_post_toggle a, #wp_wall .nav p#wall_post_toggle a:active, #wp_wall .nav p#wall_post_toggle a:visited {background:#ebdc9e; padding:1px 3px; border:1px solid #d2bf72;margin: 0; font-weight: normal;}
#wp_wall .nav p#wall_post_toggle a:hover {background:#669700; color:#fffae7; text-decoration: none;}

#wallcomments p
{
	margin-bottom:5px;
}
#wall_post p.comments {background: none; padding:0; font-size:11px; color:#777;}
#wall_post p.comments a {color:#f28d01; font-size: 12px;}
#wall_post p.comments input  {
	border: 1px solid #cccccc;
	width: 230px !important;
	width: 220px;
}
#wall_post p.comments input#submit_wall_post {
  cursor:pointer;
  width: 238px !important;
	width: 233px;
  background: #ebdc9e;
  border:1px solid #d2bf72;
  padding: 3px 0;
  color: #555;
  }
#wall_post p.comments input#submit_wall_post:hover {background:#669700; color:#fffae7;}

#wall_post p.comments textarea {
	border: 1px solid #cccccc;
	width: 235px !important;
  width: 230px;
}

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

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

.wallauthor {
	font-weight:bold;
  color: #669700;
}
.wallauthor a {
	font-weight:bold;
  color: #669700;
}

.wallcomment {
	font-weight:normal;
}

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

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



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

