
/* Shoutbox */

div#wp_wall {	
padding: 0 10px 30px 15px !important;
}


#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
	padding:0 5px !important;
}
#wall_post p
{

	padding:0 !important;
}
#wallcomments p
{
	margin-bottom:5px;
}

#wall_post input#submit_wall_post  {
	background: #4FA8FF;
	color: #fff;
	cursor: pointer;
	font: bold 12px Arial, sans-serif;
	padding: 8px 16px;
border-width: 1px;
	border-style: solid;
	border-radius: 11px;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
}

#wall_post input#wpwall_author  {
border-width: 1px;
	border-style: solid;
	border-radius: 11px;
border-color:#999;
	width: 190px;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
padding:3px;
}

#wall_post textarea#wpwall_comment {
border-width: 1px;
	border-style: solid;
	border-radius: 11px;
border-color:#999;
	width: 190px;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
padding:3px;
}
#wall_post textarea#wpwall_comment:hover {
background-color: #DFF2FF;
}

#wallcomments {		
	
	overflow: auto; 
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall	*/
	border-color:#999999 #CFCFCF #CFCFCF #999999;
border-style:solid;
border-width:2px 1px 1px 2px;
	padding: 5px;
	width: 187px;

}

#wp_latest {		
	
	font-size: 11px;
	padding: 4px 0;

}

.wallnav {
	margin:5px 0px 0px 0px;
}

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

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

.wall-1
{
	/* this would paint the background of first comment, wall-2 for second... */
	background:#CFE7FF;
}


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