﻿#container {
	position: relative;
	margin: 0 auto;
	width:1200px;
	height:700px;
	text-align: center;
}

body 
{
	clip: rect(auto,auto,auto,auto);
	margin: 0px;
	margin-bottom: 0px;
	background-attachment:fixed;
	background-image:url(../Images/Login/bg2.jpg);
	background-repeat:repeat-x;
}

#flash
{
	background-image:url(../images/login/bg.jpg);
	width:1200px;
	height:700px;
	overflow: auto;
	position: relative;
	visibility: visible;
	
	}

#login /*--------登入---------*/
{
	}
	
#login #login_frame_1
{
	overflow: hidden;
	position: absolute;
	visibility: visible;
	height: auto;
	width: 433px;
	left: 700px;
	top: 360px;
}

#login #login_bg{
	background-image:url(../images/login/login.png);
	width:379px;
	height:238px;
	left: 655px;
	top: 256px;

}

#login #login_frame_2{
	height:150px;
	width:320px;
	margin:60px 0 0 28px;
	float:left;
}

#login #login_text_frame
{
	height:auto;
	width:280px;
	margin:2px 0px 0px 20px;
	float:left;
}

#login #login_text_color
{
	color:#666;
	font-size:24px;
	font-weight:bolder;
	font-family:微軟正黑體;
	height:auto;
	width:auto;
	margin:3px 0px 3px 20px;
	float:left;
}

#login #login_text_box
{
	height:20px;
	width:auto;
	margin:10px 0px 0px 5px;
	float:left;
}

#login #login_button1
{
	height:auto;
	width:auto;
	margin:4px 0 0 60px;
	float:left;
	}

#login #login_button2
{
	height:auto;
	width:auto;
	margin:4px 60px 0 0;
	float:right;
	}
	
#login #login_Version{
	height:auto;
	width:auto;
	margin:4px 60px 0 0;
	float:left;
}
	
	
