@charset "utf-8";
html {
  height:100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
  height:100%;
  font-size:0.9em;
}

h1, h2, h3, h4, p {}

h1 {
  font-size:1.4em;
}

h2 {
  font-size:1.2em;
}

h3 {
  font-size:1.1em;
}

h4 {
  font-size:1.1em;
  font-weight:bold;
}

p {
  font-size:1em;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.login-bg {
  background: url("numerex_layout/login-background.jpg") repeat-x scroll 50% 0 #025597;
  height:100%;
  display:block;
}

#login-wrapper {
  width:600px;
  margin:0 auto;
  height:100%;
  display:block;
}

.loginbox {
  color:#fff;
  width:580px;
}

.login-inner {}

#logo-login {
  margin: 0 auto 70px;
  padding-top: 40px;
  text-align: center;
  width: 325px;
}

#login-form {
  width:579px;
}

#login-form h1.title {
  text-align: center;
  height:60px;
  font-size: 2.6em;
  text-shadow:0px 1px 2px #5E6062;
}

#login-form div {
  width:579px;
  clear:both;
}

#login-form div div {
  display:block;
  float:left;
  clear: none;
  width: auto;
}

.box-announcement {
  background:url("numerex_layout/box-login-transparent-top.png") no-repeat 50% 0 transparent;
  padding-top:6px;
  width: 579px;
  margin-top:20px;
}

.box-announcement .content {
  background:url("numerex_layout/box-login-transparent-btm.png") no-repeat 50% 100% transparent;
  padding: 10px 13px;
}

.box-announcement .content .image {
  float:left;
  margin:3px;
  margin-right:10px;
}

.login-inp {
  background: url("numerex_layout/txt-field-login.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  font-size: 16px;
  height: 33px;
  width: 220px;
  color:#5e6062;
  font-weight:bold;
  height: 43px;
  padding: 0 8px;
}

.submit-login {
  background: url("numerex_layout/btn-login-submit.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  height: 37px;
  line-height: 37px;
  width: 106px;
  padding: 0px;
}

#login-form div div label {
  color: #ffffff;
}

#login-form div div.user label, #login-form div div.pass label, #login-form div div.email label {
  position: absolute;
  margin-top: 12px;
  margin-left: 12px;
  font-size: 16px;
  color:#909090;
  font-weight:bold;
}

#login-form div div.email {
  margin-left:125px;
}

#login-form div div.rememberable {
  float:left;
  margin:10px 0 0 10px;
}

#login-form div div.shared-links {
  float:right;
  margin:12px 12px 0 0;
}

#login-form div div.shared-links a {
  color:#F8DB8D;
}

#login-form div div a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#login-form div div  a:hover {
  text-decoration: underline;
}

#loginbox #flash_notice,
#loginbox #flash_error,
#loginbox #flash_alert,
#cookie_warning p {
  color: #606000;
  font-weight: bold;
  padding:10px 0 10px 0;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align:center;
  background-color: #d0d000;
  width: 70%;
  border-radius: 5px;
}

#login-form li {
  list-style: none;
}
