// 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;
 
                  border: 1px solid #E9E9E9;
 
                                
float:left;
              }
.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;
	
	
}
.al_nodisplay {
	display: none;
}

#al_loading, #al_login, #al_register, #al_lostPassword {
	height: 175px;
}
#al_loginMessage, #al_registerMessage, #al_lostPasswordMessage {

}
#al_loadingImage {
	margin-top: 35px;
}
</style>
               <style type="text/css">
			
			
               .black_overlay{
 
                  display: none;
 
                  position: absolute;
  
                  top: 0%;
  
                  left: 0%;
  
                  width: 100%;
 
                  height:200%;

                  background-color: black;

                  z-index:1001;

                  -moz-opacity: 0.8;

                  opacity:.80;

                  filter: alpha(opacity=80);

              }

              .white_content {

                  display: none;

                  position: absolute;
  
                  top:140px;

                   left: 25%;
                   width: 50%;

                  height: 90%;

                  padding: 0px 16px;
 
                  border: 16px solid orange;
 
                  background-color: white;
 
                  z-index:1002;
  
                  overflow: auto;

              }
			  
              .white_content2,.dhs_ajax_ligin {                

                  padding: 0px 5px 20px 5px;
 
                  border: 1px solid orange;
 
                  background-color: #F4FCFF;                 

              }

