/* $Id: http-login.css 199 2013-10-04 13:46:10Z login $ */

body, table td, select {
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-size: 15px;
}

body {
  color: black;
  margin: 0px;
  border: 0px;
  padding: 0px;
  background: #fff;
  direction: ltr;
}

.http-LoginForm {
  position:fixed;
  left:0px;
  top:0px;
  right: 0px;
  bottom:0px;
  width: 100%;
}
.http-login-TextBox {
padding: 2px;
}

.http-login-PasswordTextBox {
padding: 2px;
}

.http-login-Domain {
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	padding: 2px;
}

.http-login-Domain img {
	vertical-align: bottom;
	margin-right: 3px;
}
