#wallform
{
margin-left:15px;

}


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

#wp_latest, #wall_post_toggle
{
        margin-left:15px;                                                                                                                                            
	margin-bottom:5px;                                                                                                                                        
}

#wallcomments p
{
       //margin-left:15px;
	margin-bottom:5px;
}

#wall_post input  {
	border: 1px solid #cccccc;
	width: 140px;
}

#wall_post textarea {
	border: 1px solid #cccccc;
	width: 140px;
}

#wallcomments {		
	
	overflow: auto; 
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
	margin-left:14px;
	background-color:#FFF;
	padding:5px;
}

.nav {
	margin:5px 0px 0px 5px;
	clear:left;
}

.nav a {
	margin:0px 0px 0px 10px;
	font-weight:normal;
	
}

.nav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:normal;
	font-style:italic;
}

.wallcomment {
	font-weight:normal;
	background-color:#FFF;
}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
}

#wall_post_toggle  {
	cursor:pointer;
	margin-top:20px;
	padding-top:20px;
}



.wall-alt {
	/* this would paint every other comment with a background  
	background: #F0F0E0 ; 	*/
	background-color:#FFF;
}

.wall-1
{
	/* this would paint the background of first comment, wall-2 for second...
	//background:#c0dFa0; */
	background-color:#FFFFFF;
}


