#wp_wall {
background:#deefb6; border: #ccdaaa solid 1px; float: left; width: 220px; overflow:hidden; margin: 0 0 60px 0; padding: 0;
}
#wp_wall p
{
	
}
.csetboxinput {
border: 1px solid #b7c499; background: #cbdaa9;
	width: 200px; margin: 0 0 10px 9px; padding: 0; float: left;
}
.csetboxbutton  {
margin: 0 0 20px 9px; padding: 0; width: 110px; height: 20px; float: left; border: 1px solid #b7c499; background: #cbdaa9; cursor: pointer; 
}
#wall_post textarea {
	margin: 0 0 10px 9px; padding: 0; border: 1px solid #b7c499; background: #cbdaa9;
	width: 200px; height: 110px; overflow: auto;
}
#wall_post p {

}
#wall_post label {
margin: 0 0 0 9px; padding: 0; float: left; width: 100%; font-size:12px;
}
#wallcomments {		
	margin: 0 0 40px 0; padding: 0; width: 220px;
	height: 400px;
	overflow: auto;
	float: left;
}

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

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

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold; float: left; width: 180px; margin:0; padding: 0px 10px 0px 10px;overflow: auto;
}

.wallcomment {
	font-weight:normal; float: left; width: 180px; border-bottom: #ccdaaa solid 1px; margin:0 0 5px 0; padding: 1px 10px 5px 10px; overflow: auto;
}

.wall-error {
	float: left; width: 100%; padding: 0; margin: 0; background: #000; text-align: center; color: #fff;

}
.wall-success {
		float: left; width: 100%; padding: 0; margin: 0; background: #000; text-align: center; color: #fff;

}

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

}
