
* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, form{
	height: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #333333;
	background: #eff3f6 ;
    line-height:18px;
	background:url("../images/wms_bg.jpg") no-repeat fixed center center / cover transparent;

}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 20px;}  /* must be same height as the footer */

.logoarea{
	width: 100%;
	float:left;
	min-height:100%;
}

.bgpage{
    width: 64%; 
    height: 99%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

.stretch {
	width:100%;
    height:100%; 
}
	
.header{
	width:100%;
	height: 58px;
}

.logo{
	float :left;
	width:200px;
	height: 48px;
	position:relative;
	background: url("../images/infolog.png") no-repeat;
	margin-left: 20px;
	top:10px;
}

.powerby{
	width:88px;
	height:110px;
	//background: url("../images/powerby.png") no-repeat;
	float : right;
	margin-top:10px;
	margin-right:20px;
}

.loginform{
	
	
}
	
#footers {
	position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px;
	clear:both;
	background: #000;
	opacity: 0.7;
	color: #FFF;
	text-align:left;
	font-size:11px;
	
	
} 

.logocompany{
	width:250px;
	height: 48px;
	margin-left:15px;
	position:relative;
	/*background: url("../images/newviet.png") no-repeat;*/
	margin-bottom:30px;
}

.powerbyinfolog{
	float :left;
	width:74px;
	height: 30px;
	position:relative;
	background: url("../images/powerby_small.png") no-repeat;
	margin: 0 0 10px 15px; 
	/*margin-left: 20px;*/
	/*margin-top:-50px;*/
}

.styled-select {
   background: url(../images/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 260px;
}

.styled-select.slate {
   background: url(../images/2e3ybe1.jpg) no-repeat right center;
   height: 34px;
   width: 240px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 260px;
}


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

.btndiv {
	line-height: 33px;
	text-align: center;
}
.btndiv p{
    display: inline-block;
}

