/* Basic styling for Custom Login Widget
   This styling aligns the gravtar left, the links right.*/
.widget_customlogin, #custom-login {
	overflow: hidden;
}
.widget_customlogin .avatar_container, #custom-login .avatar_container {
	float:left;
}
.widget_customlogin ul {
	list-style: none outside !important;
	clear: both;
}
.widget_customlogin .avatar_container img, #custom-login .avatar_container img {
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 8px;
	margin-top: 5px;
}
.widget_customlogin hr {
	display: block;
	clear: both; 
	border: 0; 
	border-top: 1px solid #999; 
	height: 1px;
}

#loginform .login-password label {
	padding-right: 4px;
}

.custom-login-cp {
	clear: both;
}

.pagenav {
	margin: 2px 0 !important;
}

.custom-login-cp p {
	margin: 0 !important;
}