@charset "utf-8";
/* CSS Document */		
body{
    background-image:url(../picture/back.jpg);
	/*background-size:400px 400px;
	background-repeat: no-repeat;
	background-position:center;*/
	font-family:Georgia, seri;
	size:12px;
	margin:0;
	padding:0;
}
#conduct{
height:30px;
text-align:center;
background-position:center;
margin:auto;
color:blue;
}
#login_back{
		widows:490px; height:490px;
		background-image:url(../picture/login_form.png);
		
	}
#msg{
	width:490px; height: 20px;
	padding: 50px 0 95px 0;
	text-align:center;
	color:#000;
	}
#login_form{
		width:490px; 
		height:200px;
		padding: 120px 0 95px 0;
	}
.clear{ 
	clear: both; 
	margin:0;
	padding:0;
	height:0;
	}
.fields{
	padding:6px;
	border:1px #CCC solid;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	background:#FFF;
	color:#00F;
}
.button	{ 
	background: repeat-x top center; 
	border: 1px solid #999;
	-moz-border-radius: 5px; 
	padding: 7px; color: #141414; 
	font-weight: bold;
	-webkit-border-radius: 5px; 
	font-size: 13px;  
	width: 70px; 
	margin: -10px 20px 0 330px;
	float:right;
		  }
.button:hover{ 
	background: #0000CC; 
	color: #D6D6D6; 
}


.button1	{ 
	background: repeat-x top center; 
	border: 1px solid #999;
	-moz-border-radius: 5px; 
	padding: 7px; color: #141414; 
	font-weight: bold;
	-webkit-border-radius: 5px; 
	font-size: 13px;  
	width: 70px; 
	margin: -10px 20px 0 330px;
	float:left;
		  }
.button1:hover{ 
	background: #0000CC; 
	color: #D6D6D6; 
}

#space_div{
		height:23px;
	}
form{ 
	width: 490px; margin:auto; 
}

legend{ 
	display: none; 
}

fieldset{ 
	border: 0; 
}

label{ 
	width: 125px; 
	text-align: right; 
	float: left; 
	margin: 0 20px 0 0;
	padding: 9px 0 0 0; 
	font-size: 16px; 
}

input{ 
	width: 260px; 
	di: block; 
	padding: 4px; 
	margin: 0 0 15px 0; 
	font-size: 18px;
	color: #3a3a3a; 
	font-family: Georgia, serif;
}
input[type=checkbox]{ 
	width: 20px; margin: 0; 
	display: inline-block; 
}
					  