﻿html, body {
	height: 100%;
	margin: 0px;
}

#container {
	height: 100%;
	width: 980px;
	margin: auto;
	background: #FFF;
	border: 5px solid #182659;
	position: relative;
}

#content {
	position: absolute;
	height: 100%;
	width: 100%;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #FFF;
	background: #182659;
	position: absolute;
	bottom: 0px;
}

#footer a {
	color: #666666;
	text-decoration: underline solid rgb(102, 102, 102);
	font-size: 11px;
}

#loginArea {
	width: 500px;
	height: 100%;
	margin: auto;
	display: table;
}

#loginArea .inner {
	display: table-cell;
	vertical-align: middle;
}

#loginArea .logoImg {
	width: 480px;
	height: 140px;
	margin-left: 10px;
}

#loginArea .logoImg2 {
	width: 480px;
	height: 140px;
	margin-left: 10px;
}

.logoImg3 {
	position: absolute;
	width: 800px;
	height: 145px;
	left: 85px;
	bottom: 28px;
}

.logoImg4 {
	position: relative;
	width: 95%;
	height: 95%;
	margin-left: 10px;
	float: left;
}

.logoImg5 {
	position: absolute;
	z-index: 100;
	background: url('/images/search.png') no-repeat;
	margin-top: 95px;
	left: 267px;
}

#loginArea .inputArea {
	margin-left: 86px;
}

#loginArea .inputArea2 {
	margin-left: 220px;
	margin-top: 41px;
}

#loginArea .inputArea3 {
	float: left;
}

.inputArea4 {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 130px;
}

#loginArea .td1 {
	width: 120px;
	text-align: center;
	background-color: #558ED5;
	border: 1px solid #BCBCBC;
}

#loginArea td input[type=text],input[type=password] {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

#loginArea .chkArea {
	margin-left: 80px;
}

#loginArea .btnArea {
	margin-left: 40px;
}

#loginArea .btnArea input {
	width: 100px;
}
