#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
}

#wallcomments p
{
	margin-bottom:5px;
	padding:8px;
	clear:both;
}
#wallform{
		
}
#wall_post input  {
	border: 1px solid #cccccc;
	width: 350px;
}

#wall_post textarea {
	border: 1px solid #cccccc;
	width: 400px;
	height:150px;
}

#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;
}

.wallcomment {
	font-weight:normal;
}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
}

#wall_post_toggle {
	margin:20px 0px 0px 0px;
	padding:5px 8px 5px 8px;
	background-color:#91DFEC;
	color:#fff;
	cursor:pointer;
	display:block;
	width:115px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-top-left-radius:8px;
}
#wall_post_toggle:hover {
	background-color:#114477;
	color:#fff;
}


.wall-alt {
	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;
}
#wall_rss{
	margin:20px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	border-top:#ccc 1px dotted;
	display:block;
}
#wp_latest{
	margin:0px 0px 20px 0px;
	padding:0px 0px 5px 0px;
	color:#666;
	text-transform:uppercase;
	border-bottom:#ccc 1px dotted;
}