@import url("base.css");
@import url("functional.css"); 

body{
	padding:0;
}

#topBanner{
	position:absolute;
	top:0;
	height:76px;
	width:100%;
	background-color:#404343;
    color: #E3E4E4;
    text-align: center;
}

#topBanner label{
	position:relative;
	top:26%;
	font-size:xx-large;
}

#img_logo{
	float:left;
	max-width:200px;
}

#dv_warning{
	position:relative;
	top:100px;
	text-align:center;
}

#dv_container{
	margin:auto; /* for centralize */
	width:30%;
    position: relative;
    top: 160px;
	border:solid 1px #404343;
} 

#dv_loginTitle{
	height:10%;
	background-color:#404343;
	padding:3px;
	color: #E3E4E4;
	font-weight:bolder;
	font-size:larger;
}

#dv_container p{
	text-align:right;
	padding: 1px 10px;
}

#btnReset{
	margin-right:10px;
}

#bottomInfo{
	position:absolute;
	bottom:0;
	height:20px;
	width:100%;
	background-color:#404343;
	padding:5px 0;
    color: #E3E4E4;
    text-align: center;
}


