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

#wallcomments p
{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#999999 solid 1px;
}

#wallcomments p.lastcomment
{
	border-bottom:none;
}
#wallcomments p.yellow .wallcomment{
	color:#fef200;
}





#wallcomments {		
	
	overflow: auto; 
	margin-left:15px;
	
	/* 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 {
	text-align:left;
	font-size:16px;
	
	width:250px;
	line-height:20px;
	color:#FFF;
}

.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; */
}

#wp_wall{
 width:315px;
 
 margin: 0px 0px  0px 350px;
 }
.commenttable input.comment{
	border:none;
	background:#fff;
	max-height:50px;
	width:305px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:40px;
	font-weight:bold;
	line-height:50px;
	padding:5px;
	margin:15px 0px 0px 0px;



	}
.commenttable{
	margin:0 0 50px 0;
}

input.submit{
	height:50px;
	width:65px;
	border:1px solid #666;
	font-family:Helvetica, Arial;
	font-weight:bold;
	font-size:14px;
	margin:15px 0 0 23px;


	}