@charset "utf-8";

#wrapper{
	width:100%;
	text-align:center;
}
#login{
	width:320px;
	height:280px;
	font:16px/40px 微軟正黑體;
	background-color:rgba(255,255,255,0.5);
	border:7px solid #rgba(255,255,255,0.3);
	margin:0 auto;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	padding:40px 50px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.3);
	vertical-align:middle;
	margin-top:150px;
}
#title{
	font:18px/40px 微軟正黑體;
	color:#666;
	text-align:center;
}
.form1{
	width:320px;
	height:auto;
	margin-left:20px;
	border:2px #ccc solid;
	border-radius:10px;
	margin-left:0px;
}
.text_01{
	width:160px;
}
.text_02{
	width:135px;
}
.button{
	font-family:微軟正黑體;
}