html, body {
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  background-color: transparent;
}
center {
  text-align: left;
}
html, body, table, p, td {
  font-family: arial, verdanasans-serif;
  font-size:12px;
  color: #000000;
  line-height: 16px;
}
input[type=text] {
  width:200px;
}
input[type=password] {
  width:200px;
}
input[type=checkbox] {
  border: 0px;
  background-color: #ffffff;
}
select {
  width:300px;
}
a:link {
  color: #9b0000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #990000;
}
a:link:hover {
  text-decoration: #ff0000;
}

/***   LOGIN   ***/
#ctl00_ContentPlaceHolder1_pnlLogin {  }
/* username */
#login_username {
    position:relative;
    display:block;
    top:35px;
    left:10px;
    z-index:1;
	float:none;
}
#login_username span {color: #CCC;}
#login_usernamebox { float:none; }
#login_usernamebox input {
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	border: 1px solid rgb(221, 221, 221);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: rgb(153, 153, 153);
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20.7999992370605px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	outline-color: rgb(153, 153, 153);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	transition-delay: 0s;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: ease;
	max-width: 100%;
	width:230px;
	z-index:2;
	position:relative;
	background-color:transparent;
	padding-left:110px;
}
#login_usernamebox input:focus {
	color:rgb(129,129,129);
	border-color:rgb(136,136,136);
}
/* password */
#login_password {
    position:relative;
    display:block;
    top:35px;
    left:10px;
    z-index:1;
	float:none;
}
#login_password span {color: #CCC;}
#login_passwordbox { float:none; }
#login_passwordbox input {
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	border: 1px solid rgb(221, 221, 221);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: rgb(153, 153, 153);
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20.7999992370605px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	outline-color: rgb(153, 153, 153);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	transition-delay: 0s;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: ease;
	max-width: 100%;
	width:230px;
	z-index:2;
	position:relative;
	background-color:transparent;
	padding-left:110px;
}
#login_passwordbox input:focus {
	color:rgb(129,129,129);
	border-color:rgb(136,136,136);
}
/* remember password */
#login_savepassword { 
	float:none;
	position:relative;
	top:85px;
	left:-3px;
	color: rgb(129, 129, 129);
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* button */
#login_loginbutton { 
	float:none;
	position:relative; 
	left:0; 
	top:0px;
}
#login_loginbutton input{ 
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: none;
	background-color: rgb(204, 0, 0);
	border:none;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 13px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 14px;
	text-align: center;
	text-rendering: auto;
	text-transform: uppercase;
	transition-delay: 0s;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: ease;
	width: 126.171875px;
}
#login_loginbutton input:hover { 
	background-color:rgb(51,51,51);
}
/* fetch password */
#login_forgottenpassword {
	float:none;
	position:relative; 
	left:0; 
	top:65px;
 }

