/**INIT**/
* {
  margin: 0px;
  padding: 0px;
}

body, p, td, th, 
div, span, h1, input { 
  font-size: 12px;
	font-family: Arial, Tahoma, Trebuchet MS;
	color: #000;
}

body {
  text-align: left;
  line-height: 150%;
}

img {
  border: 0;
}

table {
  text-align: left;
}

a {
  color: #625801;
  text-decoration: none;
}

a:hover {
  color: #625801;
  text-decoration: underline;
}

p {
  margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 10px;
}

.clear {
  display: none;
}

.overflow {
  overflow: hidden;
  width: 100%;
}

/**LAYOUT**/
.Container {
  position: relative;
  overflow: hidden;
  width: 578px;
  height: 203px;
  vertical-align: middle;
  margin: 100px auto 100px auto;
  border: 1px #A4AEAD solid;
  background: #FFF url('../images/login_bg.jpg') left top no-repeat;
}

.Container h1 {
  width: 468px;
  height: 30px;
  font-size: 22px;
  font-weight: normal;
  margin: 30px 55px 0 50px;
}

.Container table {
  overflow: hidden;
  width: 500px;
  margin: 0 0 0 50px;
  line-height: 180%;
}

.LogTxt {
  width: 220px;
  height: 16px;
  font-family: Arial, Tahoma, Trebuchet MS;
  font-size: 11px;
  color: #000;
  padding: 2px 5px 0 5px;
  border: 1px #BFBFBF solid;
}

.LogTxt:focus {
  border: 1px solid #ED6502;
}

.LogSub {
  display: block;
  cursor: pointer;
  height: 19px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  margin: 10px 0 0 155px;
  padding: 0px 10px 0 10px;
  border: 1px solid #ED6502;
  background-color: #FC9B35;
}

.LogSub:hover {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  background-color: #F56C06;
}

.Container p {
  overflow: hidden;
  width: 578px;
  height: 25px;
  font-size: 11px;
  text-align: center;
  margin: 32px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px #A4AEAD solid;
}

.Logo {
  position: absolute;
  top: 20px;
  left: 400px;
  width: 135px;
  height: 30px;
}

.Error {
  overflow: hidden;
  width: 578px;  
  margin: 100px auto 0 auto;
  border: 1px #DF280A solid;
  background-color: #FAEBE7;
}

.Error p {
  width: 523px;  
  font-weight: bold;
  color: #DF280A;
  padding: 10px 20px 10px 35px;
  margin: 0;
  background: url('../images/error_bg.gif') 10px 10px no-repeat;
}