#wp_wall p
{
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

#wallcomments p
{
	margin-bottom:0px;
	text-align: left;
}

#wall_post input  {
	width: 140px;
	background-color: #D7D9BD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wall_post textarea {
	border: 1px solid #cccccc;
	width: 140px;
	background-color: #FBFBF7;
}

#wallcomments {
	overflow: auto;
	padding: 4px;
	text-align: left;
	width: 167px;
	border-top-width: 0.125ex;
	border-right-width: 0.125ex;
	border-bottom-width: 0.125ex;
	border-left-width: 0.125ex;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: DDDFC8;
	border-top-color: #060606;
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

.nav {
	margin: 0px;
	width: 167px;
	text-align: center;
	background-color: DDDFC8;
	border-top-width: 0.187pt;
	border-right-width: 0.187pt;
	border-bottom-width: 0.187pt;
	border-left-width: 0.187pt;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #002248;
	border-right-color: #002248;
	border-bottom-color: #002248;
	border-left-color: #002248;
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav a {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.nav img {
	cursor:pointer;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	vertical-align: middle;
	margin: 0px;
}

.wallauthor {
	font-weight:bold;
	border: thin none #333333;
	padding: 3px;
}

.wallcomment {
	font-weight:normal;
}

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

}
.wall-success {

	/* background:#c0dFa0; */
}

#wall_post_toggle  {
	cursor:pointer;
	text-align: center;
}



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

