
div#wp_wall {
	background: url(../../themes/cowboy/images/border.gif) left bottom;
	margin: -5px 0 0 0;
	padding: 5px;
}

#wp_latest {
	display: none;
}

#wallcomments p {
	border-bottom: 1px dotted #900;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2em !important;
	margin: 5px 0 0 0 !important;
	padding: 0 5px 5px 0;
}

#wallcomments {
	overflow: auto; /*uncomment this for fixed height */
	height: 290px;
	width: 195px;/*uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

#submit_wall_post {
	background: url(../../themes/cowboy/images/enviar.gif) no-repeat;
	color: #fcecd1 !important;
	border: none !important;
	width: 45px !important;
}

.nav {
	display: none;
	margin-top: -21px;
	position: absolute;
}

.nav a {
	margin: 0 0 0 5px;
}

.nav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
}

.wallcomment {
	font-weight:normal;
}

.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: #FFC;
}

.wall-registered {
/* this would paint the background for other registred users 
	background:#F0d0E0; */
}