#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
}

#wallcomments p
{
	margin-bottom:5px;
	clear:both;
	background-color:#f9f9f9;
	border-bottom:solid 1px #EEEEEE;
}

#wall_post input  {
	border: 1px solid #F00000;
	width: 250px;
}

#wall_post input[type=text]:hover {  
	background-color:#FFF9F9;  
	border-color:#990000;  
}
#wall_post textarea:hover {  
	background-color:#FFF9F9;  
	border-color:#990000;  
}  

#wall_post textarea {
	width: 570px;
	border: 1px solid #ff0000;
}
#wall_post small {
	color:#ff0000;
	font-weight:bold;
}

#wallcomments {
	width:570px;
	border: 1px solid #cccccc;
	padding: 7px;
	margin-bottom:10px;
}

.wallnav {
	margin:5px 0px 0px 0px;
}

.wallnav a {
	margin:0px 0px 0px 10px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
	color: #D9231B;
}

.wallcomment {
	font-weight:normal;
	padding-bottom: 20px;
	color: #000000;
}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
}

#wall_post_toggle  {
	cursor:pointer;
	color:#f00000;
	font-size:1.3em;
	letter-spacing:-0.04em;
	line-height:1.05em;
	padding-bottom:7px;
	padding-top:12px;
	font-weight:bold;
}
#wp_latest  {
visibility:hidden;
margin-bottom:-5px;
}



.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;
}