// Basic styling for login widget
// This styling aligns the gravtar left, the links right.
.widget_wp_sidebarlogin {
	overflow: hidden;
}
.widget_wp_sidebarlogin  {
	float:left;
}

.avatar_container{                

                  padding: 0px 5px 20px 5px;
				  width:300px; 
                  float:left;
              }
			  
.avatar_container li{
    list-style:none;
        list-style-type:none;
        background: url(arrow.gif) no-repeat left center !important;
font-size: 9pt; font-family:Arial, Helvetica, sans-serif; font-size:9pt; border-bottom:1px dotted #ccc; padding:5px 10px 5px 20px; margin:0 10px; 
 font-weight:bold;  
text-decoration:none;
width:100px;
}			  
			  
.widget_wp_sidebarlogin {
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 8px;
	margin-top: 5px;	
}
.avatar_container img {
	padding: 5px;
	border: 2px solid #E9E9E9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 8px;
	margin-top: 5px;
	height:130px;
	width:100px;
	
	
}