#wp_wall {
	position: relative;
	width: 190px;
}

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

#wp_latest {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 5px 0;
}

#wallcomments p
{
	margin-bottom:5px;
}

#wall_post p {
	font-size: 10px;
}

#wall_post p.noindent {
	padding-left: 0px;
	font-style: italic;
}

#wall_post input  {
	color: #5a557e;
	border: 1px solid #5a557e;
	width: 190px;
}

#wall_post input#submit_wall_post {
	border: 1px solid #201e4b;
	background: #5a557e;
	color: #fff;
	text-transform: uppercase;
	width: 190px;
	cursor: pointer;
}

#wall_post textarea {
	color: #5a557e;
	border: 1px solid #5a557e;
	width: 186px;
	padding: 2px;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

#wall_post label {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#wallcomments {		
	overflow: auto;
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	padding-left: 7px;
	font-size: 11px;
}

* html #wallcomments {
	overflow: visible;
}

div.nav {
	margin: 3px 0px 0px 0px;
	float: right;
}

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

div.nav img {
	cursor:pointer;
}

div.nav img#img_right {
	margin-left: 10px;
}

.wallauthor {
	font-weight:bold;
	color: #000;
}

.wallcomment {
	font-weight:normal;
}

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

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

#wall_post_toggle  {
	cursor:pointer;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.wall-alt {
	/* this would paint every other comment with a background  
	background: #F0F0E0 ; 	*/
}

.wall-1
{
	/* background:#fff; */
}

#wallresponse {
	display: none;
}

span.clear {
	display: block;
	font-size: 1px;
	line-height: 1px;
	width: 1px; height: 1px;
	text-indent: -9000px;
	clear: both;
}

