@charset "utf-8";
/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
}

body, html {
  height: 100%;
}

body {
  color: #312D2E;
  font-family: Arial;
  font-size: 0.75em;
  font-weight: bold;
  background: url(../images/fadestrip.png) repeat-x;
}

#header {
  width: 930px;
  margin: 0px auto;
  padding: 0px 35px;
  background: url(../images/background_top.png) no-repeat;
}

#header .logo {
	height: 138px;
    background: url(../images/header.png) center 34px no-repeat;
	}
	
#container {
  width: 1000px;
  min-height: 100%;
  margin: 0px auto;
  background: url(../images/background_mid.png) repeat-y;
}

#content {
  width: 930px;
  padding: 0px 35px;
  padding-bottom: 145px;
}

#login {
	margin:0 auto;
  width:459px;
	margin-top:50px;
}

#login table {
	background-repeat: no-repeat;
}


label {
   /* display:block;*/
  margin-top:20px;
	margin-left:10px;
	margin-bottom:20px;
  letter-spacing:2px;
	
}

input {
	width:150px;
	height:15px;
	background:#efefef;
	border:1px solid #dedede;
	padding:5px;
	font-size:1.2em;
	color:#3a3a3a;
	margin-left:20px;
}

#submit {
  width:89px;
  height:27px;
	background:url(../images/submit.png);
	color:white;
	 font-size:1.1em;
	font-weight: bold;
  border:none;
	margin-right:110px;
	cursor:pointer;
	float:right;
}
	


#footer {
  width: 1000px;
  height: 145px;
  margin: -145px auto 0px;
  background: url(../images/background_bot.png) center bottom no-repeat;
}

#footer .logo {
  width: 930px;
  height: 111px;
  margin: 0px auto;
  background: url(../images/footer.png) no-repeat;
}
