#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
}
#wp_wall p label{
float:right;
}

#wallcomments p
{
	margin-bottom:5px;
	clear:both;
}

#wall_post #wpwall_author,#wall_post #wpwall_email {
	border: 1px solid #d3c9a7;
	width: 140px;
	height:25px;
}
#wall_post input#submit_wall_post{
color:#000000;
cursor:pointer;
font-size:12px;
padding:5px;
text-shadow:0 1px 0 #FFFFFF;
margin-top:5px;


}

#wall_post textarea {
	border:1px solid #D3C9A7;
	width: 262px;
	height:90px;
}

#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:5px 0px 0px 0px;
}

.wallnav a {
	margin:0px 0px 0px 10px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
	line-height:1;
}

.wallcomment {
	font-weight:normal;
	line-height:1;
}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
}

#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; */
}

.wall-gravatar
{
	float:left;
	padding-right: 5px;
}