#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
}

#wallcomments p
{
	margin-bottom:5px;
	clear:both;
}

#wall_post input  {
	border: 1px solid #000000;
	width: 200px;
	background-color: #FF9933;
}

#wall_post textarea {
	border: 1px solid #000000;
	width: 200px;
	background-color: #FF9933;
}

#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 0px;
	font-weight: bold;
	color: #FF9933;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
}

.wallcomment {
	font-weight:normal;
}

.wall-error {
	background-color: #666666;
}
.wall-success {
	background-color: #FF9933;
}

#wall_post_toggle  {
	cursor:pointer;
}



.wall-alt { 
	background: #F0F0E0 ;
}

.wall-1
{
	background-color: #CC9966;
}


.wall-admin
{
	background:#F0F0E0;
}

.wall-registered
{
	background-color: #FFCC66;
}

.wall-gravatar
{
	float:left;
	padding-right: 5px;
}