h1 {
    display:none;
}

#submit{
  width:200px;
  height:30px;
  font-size:15px;
  background-color:#002060;
  background-image:linear-gradient(#002060,#002060);
  border:1px solid #002060;
}
#submit:hover{
    background: #999;
}

#page_header {
	border-top-color: #002060;
	border-top-width: 10px;
	border-top-style: solid;
}

#page_header hr {
    border-top: dotted 1px;
}

#title_text {
  padding-left:20px; color:#0070C0; font-weight:bold; font-size:22pt;
}


#page_header#header_info#user_info {
  height:24px; padding-top:7px; padding-right:7px; font-size:9pt; color:#999966;
}

#page_header#header_info#logout {
  height:40px;
}

#page_header#header_info a img {
  border:0px solid white;
  position:relative;top:6px;
}

#page_back {
	background-size:contain;
	background-image: url(../image/loginbg.jpg);
	width: 950px;
	height: 380px;
}

#page_input {
	position:absolute;
    left:  550px;
    top: 200px;
    background-color: #FFFFFF;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	width: 300px;
	height: 150px;
}

#page_img{
    width: 450px;
}

#error_text {
    font-weight: bold;
    font-size: 16pt;
}