
pre {
  margin: 0px;
}

.login-error {
  overflow: hidden;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  border: 1px solid #cc0000;
  font-size: 13px;
  font-weight: bold;
  height: auto;
  margin: 25px auto;
  padding: 12px 18px;
  width: 400px;
  color: #bb0000;
}

.login-error a {
  color: #BB0000;
  text-decoration: underline;
}

.login-error ul li {
    list-style-type: disc;
    margin-left: 20px;
}

/* L0G1N */
.login {}

.login .wrap {
  width: 1000px;
}

.login-line {
  border-bottom: 1px dotted #EBEBEB;
  height: 49px;
  margin: 0 180px;
}
.login-line-message {
  padding: 10px 0;
  margin: 0 180px;
}

.login-label {
  color: #666666;
  font-weight: bold;
  float: left;
  line-height: 40px;
  font-size: 11px;
}
.login-label-message {
  color: #5B8800;
  font-size: 13px;
  font-weight: bold;
}
.login-label-message a {
  text-decoration: underline;
}

.login-input {
  float: right;
}

.login-text,.login-password {
  border:1px solid #e5e5e5;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  height:29px;
  margin-bottom:9px;
  margin-top:9px;
  width:433px;
  background-color: #fafafa;
  padding: 0 10px;
  line-height: 29px;
}

.login-readonly {
  border: none;
  float: right;
  font-size: 16px;
  height: 20px;
  margin-top: 13px;
  padding: 8px 0;
  width: 400px;
}

.login-action {
  height: 32px;
  margin: 0 180px;
  *margin-right: 90px;
  padding: 20px 0;
}

.login-options {
  float: left;	
}

.login-reset {
  font-size: 11px;
  line-height: 20px;
}

.login-reset a {
  color: #5B8800;
  text-decoration: underline;
  opacity: 0.7;
}

.login-reset a:hover {
  opacity: 1;
}

.login-flags {
  margin-top: 0.4em;
}

.login-flags a {
  margin-right: 3px;	
  opacity: 0.7;
}

.login-flags a:hover {
  opacity: 1.0;	
}

.login-select {
  float: right;
  width: 453px;
  margin-top: 12px;
  font-size: 15px;
}

.login-submit {
  height: 30px;
  position: relative;
  padding: 0 14px;
  margin: 0 14px 0 0;
  float: right;
  font: bold 11px/28px Arial, Helvetica, Geneva, sans-serif;
  color: #547600;
  border:1px solid #5b8800;
  cursor: pointer;
  outline: none;
  text-align: center;
  text-shadow:0 1px 0 rgba(255,255,255,0.5);
  -moz-border-radius:200px; 
  -webkit-border-radius:200px; 
  border-radius:200px;
  -moz-box-shadow: inset 0px 0px 1px hsla(0, 0%, 100%, 1), inset 0px 1px 0px hsla(0, 0%, 100%, 0.3), inset 0px -1px 0px hsla(0, 0%, 100%, 0.1);
  -webkit-box-shadow: inset 0px 0px 1px hsla(0, 0%, 100%, 1), inset 0px 1px 0px hsla(0, 0%, 100%, 0.3), inset 0px -1px 0px hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0px 0px 1px hsla(0, 0%, 100%, 1), inset 0px 1px 0px hsla(0, 0%, 100%, 0.3), inset 0px -1px 0px hsla(0, 0%, 100%, 0.1);
}
.login-submit { /* background-color: #387da5; */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d0e100), to(#69a400) );
	background-image: -webkit-linear-gradient(top, #d0e100, #69a400);
    background-image:    -moz-linear-gradient(top, #d0e100, #69a400);
    background-image:     -ms-linear-gradient(top, #d0e100, #69a400);
    background-image:      -o-linear-gradient(top, #d0e100, #69a400);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e100', endColorstr='#69a400');
}

.login-submit:hover { /* background-color: #004272; */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbed00), to(#83cc00) );
	background-image: -webkit-linear-gradient(top, #dbed00, #83cc00);
	background-image:    -moz-linear-gradient(top, #dbed00, #83cc00);
	background-image:     -ms-linear-gradient(top, #dbed00, #83cc00);
	background-image:      -o-linear-gradient(top, #dbed00, #83cc00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbed00', endColorstr='#83cc00');
}

.login-submit:active { /* border: solid 1px #006494; */
	background: -webkit-gradient(linear, left top, left bottom, from(#69a400), to(#d0e100) );
	background: -webkit-linear-gradient(top, #69a400, #d0e100);
	background:    -moz-linear-gradient(top, #69a400, #d0e100);
	background:     -ms-linear-gradient(top, #69a400, #d0e100);
	background:      -o-linear-gradient(top, #69a400, #d0e100);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69a400', endColorstr='#d0e100');
}

/* .login-submit { */
/* 	-moz-border-radius: 200px; -webkit-border-radius: 200px; border-radius:200px; */
/*     -webkit-box-shadow: 0 0 1px #FFFFFF inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(255, 255, 255, 0.1) inset; */
/*     -moz-box-shadow: 0 0 1px #FFFFFF inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(255, 255, 255, 0.1) inset; */
/*     box-shadow: 0 0 1px #FFFFFF inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(255, 255, 255, 0.1) inset; */
/*     text-shadow: 0 1px 0 #000000; */
/*     border: 1px solid #20335F; */
/*     color: #FFFFFF; */
/*     float: right; */
/*     font-size: 15px; */
/*     font-weight: bold; */
/*     height: 33px; */
/*     text-align: center; */
/*     cursor: pointer; */
/* 	outline: none; */
/* 	*width: 200px; */
/* 	min-width: 235px; */
/* 	padding: 0 10px; */
/* } */

.login-table {
    margin-right: auto;
    margin-left: auto;
    background-color: #eeeeee;
    border-collapse: collapse;
    font-size: 11px;
}

.login-tableCell {
    margin: 0;
    padding: 4px 7px;
    border: 1px solid #aaaaaa;
}

.login-tableCellLabel {
    font-weight: bold;
    color: #004483;
    vertical-align: top;
}

.login-tableTitle {
    background-color: #9fb1ce;
    border: 1px solid #b3c4ca;
    padding: 4px 7px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

/* CSS Hack for IE6 & 7: i18n FR  */
.fr .login-resetPassword {
  *width: 285px;
}

.green {
  color:#238c13;
}

.red {
  color:#CC0000;
}

.footer {
  clear: both;
}

/* This section is the CSS HACK for Webkit (Chrome And Safari) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .login-text,.login-password {
    line-height: normal;
  }
}
