@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}

#integrate{
	position:absolute;
	width:100%;
	text-align:center;
	bottom:20px;
	left:0px;
	font-size:11px;
}

#integrate a{
	color:#3c3e3e;
}
#main-container{
	width:100%;
	height:648px;
	background:url(images/webmail-bg-repeat.jpg) repeat-x;
}

#container{
	width:1200px;
	height:648px;
	background:url(images/pics01.jpg) no-repeat;
	margin:0 auto;
	position:relative;
}

input[type="text"],input[type="password"]{
	width:260px;
	height:24px;
	border:1px #dadcdb solid;
}

#usrbox{/*ตำแหน่งฟิว user*/
	position:absolute;
	right:280px;
	top:52px;
	border: 1px black solid;
}

#pwdbox{/*ตำแหน่งฟิว upass*/
	position:absolute;
	right:280px;
	top:132px;
	border: 1px black solid;
}

#login-btn{/*ตำแหน่งปุ่ม login*/
	background:url(../images/login-btn.png);
	width:100px;
	height:41px;
	border:0;
	position:absolute;
	right:300px;
	top:210px;
	cursor:pointer;
}

#login-btn:hover{
	background:url(../images/login-btn-hover.png);
	width:100px;
	height:41px;
	border:0;
	position:absolute;
	right:300px;
	top:210px;
	cursor:pointer;
}

#login-mini{
	background:url(../images/login-btn-hover.png);
	position:absolute;
	right:250px;
	top:309px;
	font-size:12px;
	color:#3c3e3e;
}

#manual{
	position:absolute;
	right:310px;
	top:350px;
	font-size:12px;
}

#manual a{
	color:blue;
}

#notification{
	color:#F00;
	text-align:right;
	position:absolute;
	top:380px;
	right:254px;
	width:100%;
	font-size:12px;
}