label {
    font-weight: normal;
}
.login_container {
    width:950px;
}

.login , .login-sv {
    background: #eaeaea;
}
.login a:hover      {
    text-decoration: none;
}
.login .login_container {
    margin:0 auto;
    width: 650px;
}
.login .login_container p {
    color: #777;
}
.login #errorMsg {
    position: absolute;
    top: 25px;
    width: 526px;
}
.login .sbox {
    background: url(/_system/css/images/softbox-main.gif) repeat-y;
    margin-bottom: 80px;
}
.sbox #sbox-top {
    background: url(/_system/css/images/softbox-top.gif);
    height: 38px;
    width: 650px;
}
.sbox #sbox-body {
    padding-left:40px;
    padding-right:40px;
    background: url(/_system/css/images/softbox-main.gif) repeat-y;
}
.sbox #sbox-body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.row {
    margin: 0;
}
.sbox #sbox-bottom {
    background: url(/_system/css/images/softbox-bottom.gif) no-repeat;
    height: 36px;
    width: 650px;
}
.sbox #user-brand {
    margin-bottom: 10px;
}
.sbox #sbox-submit {
}
.sbox .lostpassword {
    float: left;
    margin-top: 12px;
}
.sbox input.title {
    background: #f9f9f9;
    width: 438px;
}
.sbox button {
    float: right;
    margin-right: 0px;
}
.sbox .box {
    margin: 0px 10px;
    background: #FFF;
    padding: 0px;
}
.formnotes {
    text-align: center;
    margin-top: 10px;
}


a.button, button {
    display:block;
    padding: 8px 16px;
    background-color:#eaeaea;
    color:#444;
    font: bold 120% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    border: 1px solid #d7d7d7;
    margin-left: 10px;
    text-align: center;
    text-decoration: none !important;
    cursor:pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
button {
  width:auto;
  overflow:visible;
    padding: 10px 18px;   /* IE6 */
}
button[type] {
    padding: 10px 18px;   /* Firefox */
  line-height:20px;           /* Safari */
}
*:first-child+html button[type] {
    padding: 10px 18px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}

/* error message */
.error {
    height:18px;
    background-color:#FFFE36;
    font-size:12px;
    border:1px solid #E1E16D;
    padding:4px 10px;
    color:#000;
    display:none;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-top-left-radius:0;

    -moz-box-shadow:0 0 6px #ddd;
    -webkit-box-shadow:0 0 6px #ddd;
}

.error p {
    margin:0;
}

.error-arrow{
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    top:50%;
    left:0;
    margin-top:-5px;
    border-width:5px 5px 5px 0;
    border-right-color:#000
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
    background-color:#444;
    color: #fff;
    border: 1px solid #444;
    text-decoration: none !important;
}
a.button:active{
      background-color:#444;
      color: #fff;
    border: 1px solid #444;
    text-decoration: none !important;
}

/* Positive */
body .positive {
  color:#0aa50a;
}
a.positive:hover, button.positive:hover {
}
a.positive:active {
}

/* Negative */
body .negative {
  color:#ff1300;
}
a.negative:hover, button.negative:hover {
}
a.negative:active {
}
