body {
  margin: 0;
  text-align: center;
  font: 1em/1.4em "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
  color: #333;
  background-color: #DAE3E8;
  background-repeat:repeat-both;
}

a { 
  color: #3084CA; 
}

a:hover { 
  color: #25669C; 
}

hr {
  color: #ededed;
  background-color: #ededed;
  border: none;
  margin: 0;
  padding: 0;
  height: 1px;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.ppb { padding-bottom: 20px; } 
.ssb { margin-bottom: 20px; } 
.c { text-align: center; }

#container { 
  padding: 0; 
  text-align: left;
  font-size: 75%; 
  margin: 0 auto; 
  width: 616px; 
}

#dialog { 
  background: #fff; 
  border: none; 
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc; 
  margin: 50px auto 0 auto;
  padding: 20px;
  width: 575px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; 
  border-radius: 4px; 
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow:0 0 10px rgba(0,0,0,0.1);
}

#dialog.actions {
  text-align: center;
  border-top: 1px solid #ededed;
  padding-top:20px;
}

#forgot-password a {
  float: left;
  text-align: center;
  height: 34px;
  line-height: 34px;
  width: 203px;
  border: 1px solid #e8e8e8;
  border-left: none;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius:5px;
  border-bottom-right-radius: 5px;
  text-decoration: none;
  color: #aaa;
  margin: 0;
  padding: 0;
  background-color:#f5f5f5;
}

#forgot-password a:hover {
  color: #777;
  background-color: #f3f3f3; 
  text-decoration: underline;
}

#sign-in-form input { 
  margin-bottom: 0 !important; 
}

.lform label {
  float: left;
  display: block;
  color: #999;
  font-size: 13px;
  width: 125px;
  text-align: right;
  margin: 0 20px 0 0;
  font-weight: 400;
  padding: 0;
  height: 32px;
  line-height:32px;
}

.lform label.normal {
  float: none;
  width: auto;
  text-align: center;
  display: inline-block;
}

.lform label.hint { 
  background: none;
  height: 20px;
  line-height: 20px;
}

input.lform {
  border: 1px solid #e8e8e8;
  font-size: 18px; 
  color: #666;
  margin: 0;
  padding: 6px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 378px;
}


.lform input[type=text], .lform input[type=password], .lform input[type=email] {
  float: left;
  border: 1px solid #e8e8e8;
  font-size: 18px;
  color: #666;
  margin: 0;
  padding:6px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; 
  border-radius: 5px;
  width:378px;
}

.lform input[type=password]#password {
  width: 174px;
  height: 22px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.lform input[type=text].error, .lform input[type=password].error {
  background-color: #FFFBE5;
  border: 1px solid #FED600;
}

#dialog .actions {
  text-align: center;
  border-top: 1px solid #ededed;
  padding-top: 20px;
}

#sign-in-form input {
  margin-bottom: 0 !important; 
}

input.btn {
  font-size: 12px;  
}

input.btn { 
  font-weight: bold;
  cursor: pointer; 
  border: 1px solid #bbb; 
  border-top: 1px solid #ccc; 
  border-bottom: 1px solid #aaa; 
  background: #ddd url('/images/admin/btns/bg.gif') top left repeat-x; 
  padding: 4px 6px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px; 
  text-shadow: 0px 1px 1px #fff; 
  color: #3a3a3a; 
}

input.btn:hover { 
  -webkit-box-shadow: 0px 0px 3px #3084CA; 
  -moz-box-shadow: 0px 0px 3px  #3084CA; 
}

input.btn:active, input.btn:focus { 
  outline: none; 
  -moz-outline-style: none; 
  background: #eee; 
  border-top: 1px solid #aaa; 
  border-bottom: 1px solid #ccc; 
  color: #555;
}

.status {
  border-top: 1px solid #959595; 
  border-left: 1px solid #959595; 
  border-right: 1px solid #959595; 
  border-bottom: 1px solid #7a7a7a;
  font-weight: 400;
  color: #fff; 
  padding: 7px 0; 
  margin: 0; 
  height: 21px; 
  background: #9D9D9D url(/images/admin/info-message-bg.jpg) repeat-x top left; 
  position: relative; 
  top: -20px; 
  left: -20px; 
  text-align: center; 
  -moz-border-radius-topleft:4px; 
  -moz-border-radius-topright:4px; 
  border-top-right-radius:4px; 
  border-top-left-radius:4px; 
  -webkit-border-top-right-radius:4px; 
  -webkit-border-top-left-radius:4px; 
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px; 
  width:614px;
}

.status p, .status h1 {
  display: inline; 
  color: #fff; 
  line-height: 21px; 
  margin: 0 auto; 
  font-size: 12px; 
  font-weight: 700; 
  border:0;
}

.status.system-error p { 
  background: transparent url(/images/admin/icons/info.gif) no-repeat 0 1px; 
  padding: 2px 0 2px 26px;
}

#footer {
  font-size: 11px; 
  color: #666; 
  text-align: center; 
  padding: 20px 0 0 0; 
  margin:0;
}

#footer a {
  color: #666;
}

#footer a:hover {
  color: #444;
}

#footer span {
  /*background: transparent url("/images/logos/logo-realizare-website.png") no-repeat 0px 1px;*/
  padding-left: 20px;
}