@charset "utf-8";
/* CSS Document */

body {
	background-color: #666;
	margin: 0px;
	padding: 0px;
	
}
#cont {
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-image: url(back.png);
	background-color: #fff;	
}
#cont #login {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	margin-top: 80px;
	background-color: rgba(255, 255, 240, 0.7);
	-webkit-box-shadow: 0px 0px 10px;
	box-shadow: 0px 0px 10px;	
}
#logo {
	background-image: url(ztudio_logo.png);
	float: left;
	height: 80px;
	width: 900px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-color: #f8fbfb;
	
	padding-top: 0px;
}
.clear {
	clear: both;
}
