/* Basic styling for login widget
   This styling aligns the gravtar left, the links right.*/

.widget_wp_sidebarlogin,
#sidebar-login {
	overflow: hidden;
	margin-bottom: 20px !important;
}

.widget_wp_sidebarlogin ul {
	list-style: none outside !important;
}

.widget_wp_sidebarlogin #openid_field {
	background-image: url(../openid/f/openid.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding-left:21px !important;
}

.widget_wp_sidebarlogin p {
	margin: 5px;
	text-align: center;
}

.widget_wp_sidebarlogin p.lgn {
	padding-right: 10px;
	font-size: 1.1em;
	text-align: right;
}

.widget_wp_sidebarlogin #user_login,
.widget_wp_sidebarlogin #user_pass {
	width: 120px;
	height: 15px;
}

