@charset "utf-8";
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #4e4e4e;	
}
#divs{margin-right: auto;margin-left: auto;}


	/*整個大視窗*/
.container {
	WIDTH: 100%;
	height: 100%;
	position:relative;
	/*margin: 0px auto;*/}

.main {
	WIDTH: 478px;
	height: 499px;
	position:relative;
	margin: 20px auto;
	background:url(../LoginIMG/img.jpg) no-repeat;
	
	
}
.title {
	margin: 30px auto;
	position:relative;
	WIDTH: 400px;
	height: 20px;
	font-family: "標楷體";
	font-size: 15pt;
	TEXT-ALIGN: center
}

.formborder {

    margin-left:auto;margin-right:auto;
    border:1px solid #989898;
    WIDTH: 232px;
	height: 206px;
	position:relative;
	margin: 0px auto;
	background-image: url(../LoginIMG/pat.jpg);
	background-repeat: repeat-x;
	
	}

input.Inputpic{
	width:112px;
	height:21px;
	border-bottom-color:#E7E7E7;
	border-top-color: #E7E7E7;
	border-right-color: #E7E7E7;
	border-left-color: #E7E7E7;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:1px;
	background-image:url(../LoginIMG/bg.png);
	border-top-style:solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
  }
  
.formtext{
	font-family:"新細明體";
	font-size: 10pt;
	color: #909090;	
}

.tiptext{
	font-family:"新細明體";
	font-size: 10pt;
	color: #ffffff;	
	margin: 20px auto;
}



	
