body {
	margin: 0;
	min-width: 400px;
	overflow: hidden;
}
	.top {
		height: 60px;
		background: url("../_img/bg/bg_top.jpg");
	}
		.top #logo {
			float: left;
			width: 300px;
			height: 60px;
			background: url("../_img/logo/trade-topo.png") no-repeat center center;
			background-size: auto 30px;
		}
		.top #logt {
			float: right;
			width: 120px;
			height: 40px;
			padding: 20px 0 0 25px; 
			background: url("../_img/bg/logout.png") no-repeat left;
		}
			.top #logt a {
				font: 11pt "Tahoma";
				color: #fff;
				text-decoration: none;
			}
			.top #logt a:hover {
				text-decoration: underline;
			}
	.mto {
		height: 13px;
		background: url("../_img/bg/bg_mid_top.jpg") repeat-x;
	}
	
	.mid {
		height: 300px;
		padding-top: 80px;
		transform: scale(1.1);
	}
		.mid .title {
			margin: 0px auto;
			width: 400px;
			height: 38px;
			border: 1px solid #ccc;
			background: url("../_img/bg/lbg.jpg") repeat-x;
		}
			.mid .title h1 {
				float: left;
				margin: 9px 0 0 20px;
				font: 11pt OpenSans;
				color: #555;
				text-transform: uppercase;
			}
		.mid .contr {
			margin: -1px auto;
			width: 400px;
			height: 200px;
			padding-top: 10px;
			border: 1px solid #ccc;
		}
			.mid .contr .cad {
				float: left;
				width: 160px;
				height: 180px;
				background: url("../_img/bg/key.jpg") no-repeat center;
			}
			.mid .contr .for {
				float: left;
				width: 240px;
				height: 200px;
			}
				.mid .contr .for h1 {
					margin: 10px 0 0 0;
					font: 10pt OpenSansBold;
					color: #333;
				}
				.mid .contr .for input.txt {
					width: 180px;
					margin-top: 5px;
					background: #fff;
					font: 10pt OpenSans;
				    padding: 8px;
				    border: 1px solid #cccccc;
				    border-radius: 3px;
				    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
				    outline: none;
				}
					.mid .contr .for input.txt:focus {
						outline: none;						
					}
				.mid .contr .for a {
					display: block;
					width: 100px;
					margin: 5px 0 0 5px;
					font: 10pt OpenSans;
					color: #003366;
				}
				.mid .contr .for #login-in {
					min-width: 80px;
					height: 25px;
					border: none;
					border-radius: 10px;
					margin: 15px 0 0 130px;
					text-align: center;
					font: 10pt OpenSans;
					color: #fff;
					background: url("../_img/bg/bg_top.jpg") no-repeat right;
					cursor: pointer;
					outline: none;
					text-transform: uppercase;
					letter-spacing: 1px;
				}
	.bot {
		height: 120px;
		margin-top: 70px;
		clear: both;
	}
		.bot .sup {
			height: 25px;
			background: url("../_img/bg/bbot.jpg") repeat-x;
		}
		.bot .sub {
			height: 120px;
			background: url("../_img/bg/bdw.jpg") repeat-x;
		}
