/** overrides for sidebar widgets **/
.avatar_container
{
/*	border: 2px solid #b40e0e;
	border-bottom: none;
	-moz-border-radius:  10px 10px 0 0;
	-webkit-border-radius:  10px 10px 0 0 ;
	-border-radius: 10px 10px 0 0 ;
	padding: 10px; */
	display: none;
}
.pagenav, .sidebars form, .sidebarlogin_otherlinks
{
	border: 2px solid #b40e0e;
/*	border-top: none;
	-moz-border-radius:  0 0 10px 10px;	
	-webkit-border-radius:  0 0 10px 10px;
	-border-radius:  0 0 10px 10px; */
	-moz-border-radius:  10px;
	-webkit-border-radius: 10px;
	-border-radius:  10px;
	margin-bottom: 5px;
	padding: 10px;
}
.sidebars form
{
	font-size: 12px;
}
ul.pagenav
{
	list-style: none;
	font-size: 12px;
}
.sidebarlogin_otherlinks
{
	list-style: none;
	font-size: 12px;
}
