#wp_wall
{
	margin:0 0 0 45px;
	padding:7px 15px 5px 15px;
	width:170px;
	background:#FFFFFF;
	height:304px;
	overflow:auto;
	position:relative;
}

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

#wallcomments p
{
	padding:0;
	margin-bottom:5px;
	clear:both;
	
	font-size:11px;
	color:#94a6b6;
	line-height:12pt;
}

#wallcomments {		
	
	overflow: auto;
	border-bottom:dotted 1px #b8bec3;
	height:253px;
	padding:0;
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

#wall_post_toggle a {
	cursor:pointer;
	position:absolute;
	top:273px;
	font-size:11px;
	color:#ffffff;
	padding:0 12px 2px 10px;
	background: url(http://www.webdagente.com/wp-content/themes/webdagente_fixed/images/wg_recados_btn.gif) no-repeat 0 1px;
}
#wall_post_toggle a:hover {
	color:#FFFFFF;
	background: url(http://www.webdagente.com/wp-content/themes/webdagente_fixed/images/wg_recados_btn.gif) no-repeat 0 -19px;
}

#wall_post{
	position:absolute;
	top:123px;
	background:#d2dae0;
	width:150px;
	padding:2px 10px 5px 10px;
	color:#6a7b8a;
	font-size:11px;
}

#wall_post input  {
	border: none;
	width: 150px;
	height:24px;
	
	color:#6a7b8a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#wall_post textarea {
	border: none;
	width: 150px;
	
	color:#6a7b8a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}



.wallnav {
	position:absolute;
	top:274px;
	left:148px
}

.wallnav a {
	margin:0px 0px 0px 10px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	color:#4c92bb;
}
.wallauthor a {
	color:#4c92bb;
}

.wallcomment {
	font-weight:normal;
}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
}



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