body{background: #007368;margin:0;padding:0;min-width: 350px;}
form{margin:0;padding:0;text-align:center}
.logo {
	margin-top:10px;
    text-align: center;
    font-size: 42px;
    text-shadow: 2px 2px 1px #000;
    color: #ffe500;
    font-weight: bold;
}
.tz {
    text-align: center;
    font-size: 22px;
    color: #f44336;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}
.lan {
	margin-top: 10px;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
}
.wz {
    font-weight:bold;
    font-size: 26px;
    text-align: center;
    color: #93f3ff;
    text-shadow: 1px 1px 1px #000;
}
ix input {
	width:45px;
    border: 1px solid;
    border-color: #c0c0c0 #ededed #ededed #c0c0c0;
    padding: 2px 0px 2px 1px;
    font-size: 1.0em;
    vertical-align: middle;
    color: #000;
}
ii input {
	width: 220px;
	margin-left: 5px;
    border: 1px solid;
    border-color: #c0c0c0 #ededed #ededed #c0c0c0;
    padding: 2px 0px 2px 1px;
    font-size: 1.0em;
    vertical-align: middle;
    color: #000;
}
ic input{
	margin:5px;
	cursor:pointer;
	padding:6px 0px;
	width:66px;
	line-height:13px;
	font-size:13px;
	color:#fff;
	border-radius:6px;
	border:1px solid #cecece;
	background: #1565c0;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.15);
	text-align: center;
	-webkit-appearance:none ;
	-moz-appearance:none ;
}
ic input:focus,ic input:hover {
	background: #2e82e0;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.15);
	outline:none;
	border-radius: 6px;
}