#elsLogin {
  background: #ddd none repeat scroll 0 0;
  box-shadow: 0 0 3px #000;
  margin: 0 auto;
  padding: 10px 30px;
  width: 50%;
}
.elsLoginTitle {
  margin: 0 !important;
  padding-bottom: 10px;
  color: #000;
}

.elsLoginStatus {
  color: #000;
  font-family: arial,serif;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#elsLogin > input {
  border: 1px solid #d3d3d3;
  box-shadow: 0 0 5px #ddd inset;
  margin-bottom: 15px;
  padding: 8px;
  width: 93%;
}
.els_ajax_submit_button {
  float: right;
  padding: 5px 25px;
}
.form_submit_section {
  margin-bottom: 25px;
  padding: 6px;
}
.els_lost_pwd {
  color: #cc0000;
  font-size: 10px;
}

/****************** Pop redirect *********************/
.els-popup-overlay {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  opacity: 0.9;
  position: fixed;
  width: 100%;
  z-index: 1500;
  display: block;
}
.elsLoadingImg {
  background: #fff none repeat scroll 0 0;
  left: 50%;
  padding: 2px 10px;
  position: absolute;
  top: 30%;
  z-index: 99999;
}

/****************** Widget *********************/
p.els_a_login_info {
  color: #01a2dd;
  font-weight: 900;
  text-align: left;
}

#elsWidgetLogin {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 3px #000;
  margin: 30px auto;
  padding: 10px 20px;
  width: 80%;
}
#elsWidgetLogin > input {
  border: 1px solid #d3d3d3;
  box-shadow: 0 0 5px #ddd inset;
  margin-bottom: 15px;
  padding: 5px;
}
.widget_form_submit_section {
  margin-bottom: 25px;
  padding: 6px;
}
.widget_form_submit_section input.els_widget_ajax_submit_button {
  float: right;
  margin-right: 13px;
  padding: 5px 18px;
}
.elsWidgetLoginStatus {
  color: #000;
  font-size: 15px;
  padding-bottom: 10px; 
}