/* COLOR WATCH */
/* COMMON */

::-webkit-input-placeholder {
  text-transform: initial;
}
:-moz-placeholder {
  text-transform: initial;
}
::-moz-placeholder {
  text-transform: initial;
}
:-ms-input-placeholder {
  text-transform: initial;
}
body {
  font-family: "Segoe UI", Tahoma, Arial;
  background: #0f2441 url(images/vs-bg.png);
  color: #222222;
}
#container {
  margin: 220px auto;
  width: 382px;
}
#login-box {
  float: left;
}
#login-box table {
  position: relative;
  border-collapse: collapse;
  border: 0;
}
#login-box h1 {
  font-family: Tahoma, Arial;
  font-size: 2.8em;
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 0 0 10px;
  text-shadow: 0 0 3px white;
  text-transform: lowercase;
}
#login-box input[type=text],
#login-box input[type=password] {
  background-color: #eff0f1;
  padding: 8px 6px;
  margin: 0;
  width: 370px;
  float: left;
  clear: both;
  border: 0;
  outline: none;
  color: #aaaaaa;
  -moz-box-shadow: 0 0 220px white;
  -webkit-box-shadow: 0 0 220px white;
  box-shadow: 0 0 220px white;
}
#login-box input[type=text]:focus,
#login-box input[type=password]:focus,
#login-box input[type=text]:active,
#login-box input[type=password]:active {
  color: #222222;
}
#login-box input[type=text] {
  border-bottom: solid 1px #ddddde;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
#login-box input[type=password],
#login-box input[type=text].lbl {
  border: 0;
  border-top: solid 1px white;
  border-bottom: solid 1px #ddddde;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#login-box input[type=submit] {
  background: #b9bfc8;
  background-image: -moz-linear-gradient(center top, #eff0f1, #b9bfc8);
  background: -webkit-gradient(linear, left top, left bottom, from(#eff0f1), to(#b9bfc8));
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 382px;
  margin-top: 6px;
  padding: 8px;
  outline: none;
  font-weight: bold;
  color: #464d5e;
  text-shadow: 0 1px 0 white;
}
#login-box input[type=submit]:hover {
  cursor: pointer;
}
#login-box input[type=submit]:focus,
#login-box input[type=submit]:active {
  background: #eff0f1;
  background-image: -moz-linear-gradient(center top, #b9bfc8, #eff0f1);
  background: -webkit-gradient(linear, left top, left bottom, from(#b9bfc8), to(#eff0f1));
}
#login-box span {
  float: left;
  clear: both;
  color: #de0319;
}
#login-box .validation-summary-errors {
  color: #de0319;
  font-weight: bold;
}
#login-box .validation-summary-errors span {
  display: none;
}
#login-box .validation-summary-errors ul {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}
#login-box #CaptchaCode {
  border-radius: 0;
  border-top: solid 1px white;
  margin-bottom: 3px;
  height: 15px;
  -moz-border-radius: 0 0 0px 8px;
  -webkit-border-radius: 0 0 0px 8px;
  border-radius: 0 0 0px 8px;
  width: 155px;
}
#login-box .BDC_CaptchaImageDiv,
#login-box .BDC_CaptchaIconsDiv {
  float: left;
}
#LoginCaptcha_CaptchaDiv {
  float: left;
}
#LoginCaptcha_CaptchaIconsDiv {
  display: none;
}
#UsernameValMsg,
#PasswordValMsg {
  position: absolute;
  right: 10px;
  display: none;
  font-weight: bold;
}
#UsernameValMsg {
  top: 10px;
}
#PasswordValMsg {
  top: 40px;
}
.tipsy-inner {
  background-color: #f1f2f3 !important;
  border: 2px solid #fbc2c4;
  color: red !important;
  font-weight: bold;
}
.tipsy-arrow-w {
  border-right-color: #f1f2f3 !important;
}
/* NOT SUPPORTED BROWSERS
-----------------------------------------------------------*/

#not-supported-browser-panel {
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  background-color: #f9edbe;
  text-align: center;
  padding: 20px;
  z-index: 9999;
}
#not-supported-browser-panel a {
  font-size: 1.3em;
  text-decoration: none;
  color: #222222;
  background-color: #e8dcad;
  padding: 0 10px;
}
#not-supported-browser-panel a:hover {
  background-color: #00cc00;
  color: white;
}
