@charset "UTF-8";

BODY,
TD,
CENTER,
P,
textarea {
	color: #000000;
	font-family: Lucida Grande,Geneva,Verdana,Arial;
	font-size: 12px;
}
a {
	color: #0088CC;
	text-decoration: none;
}


input#login_name,
input#password {
	border: 2px solid #D9D9D9;
	border-radius: 3px 3px 3px 3px;
	color: #333333;
	font-size: 16px;
	height: 32px !important;
	margin: 0 0 10px;
	padding: 5px;
	width: 325px !important;
}




.main-wrapper {
	margin: 0 auto;
	width: 980px;
}
.dslabel {
	display: none;
}
.itc-logo-glossy {
  background: url("../img/tmp/itc-masthead.png") no-repeat scroll 0 0 transparent;
  height: 20px;
  margin: 25px 10px 20px 0;
  width: 188px;
}
.content-wrapper:nth-child(n) {
  border: medium none;
}
.content-wrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 100%;
}
.content-wrapper .left {
  background: none repeat scroll 0 0 #FAFAFA;
  border-right: 1px solid #E6E6E6;
  float: left;
  height: 100%;
  padding: 90px 40px;
  width: 280px;
}
.content-wrapper .right {
  float: left;
  width: 600px;
}
.content-wrapper .right h1 {
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  left: -129px;
  position: relative;
  text-align: center;
  top: 63px;
}


#ds_container {
  margin: 80px auto 0;
  width: 335px;
}
.content-wrapper div.image-center {
  text-align: center;
}
.content-wrapper .left h1 {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  margin-top: 50px;
}
.content-wrapper .left p {
  color: #999999;
  font-size: 14px;
  line-height: 1.5em;
}
.error_table {
  background: url("../img/tmp/sign-in-error.png") no-repeat scroll 12px 14px, -moz-linear-gradient(center top , #FDF6F5 0%, #F9E9E9 100%) repeat scroll 0 0 transparent;
  border: 1px solid #F6DCDE;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 8px 8px 8px 36px;
  width: 341px;
}
.dstext input[type="image"],
input.sign-in[type="image"] {
  position: relative;
}
input.sign-in[type="image"] {
  background: url("../img/tmp/sign-in-button-sprite.png") no-repeat scroll left top transparent;
  border: medium none;
  color: transparent;
  display: block;
  height: 42px;
  left: 37px;
  outline: medium none;
  text-indent: -9999px;
  width: 102px;
}
input[type="image"].sign-in:hover {
	background-position: 0 -42px;
}
.dserror {
  color: #333333;
  font-size: 11px;
  position: relative;
  top: 7px;
}


.copy-right {
  color: #888888;
  font-size: 10px;
  margin-top: 20px;
}
.copy-right .pipe {
  color: #CCCCCC;
  margin: 0 5px;
