@charset"utf-8";

html,body{
	height:100%;
    background-color:#d9d9d9;
}

#container{
    width:100%;
    height:100%;
}

#wrap {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
    width:482px;
    height:470px;
    background-image:url(../../image/login/Login_bg.gif);
}
	
#login_wrap {
    top:95px;
    position:relative;
}

#logo {
    top:80px;
    margin-left:144px;
    position:relative;
}

#login_wrap form {
    width:100%;
    top:41px; 
    position:absolute;
}

#form_checkbox {
    position:absolute;
    left:185px;
    top:185px;
}

#form_checkbox li:nth-child(1) {
    float:left;
}

#form_checkbox li:nth-child(2) {
    float:left;
    margin-top:2px;
}	

#form_text {
    position:absolute;
    left:90px;
}

#form_text li:nth-child(1) {
    background-color:#ffffff;
}

#form_text li:nth-child(2) {
    height:6px;
}

#form_text li:nth-child(3) {
    background-color:#ffffff;
}

#form_text li:nth-child(4) {
    height:6px;
}
			
#form_text input {
	width:290px;
	height:50px;
	border:1px solid #ababab;
    padding-left:10px;
    font-size:16px;
}

#log_radio{
	position: absolute;
	left:910px;
    margin-top:3px;
}

#log_radio input, #log_radio label{
	cursor:pointer;					
	position: relative;
}

#log_radio select{
	padding-left: 5px;
}

#copyright {
    position: absolute;
	top:670px;
}