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: #ffff00;
    font-weight: bold;
}
.tz {
	margin-top:10px;
    text-align: center;
    font-size: 18px;
    color: #f44336;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}
.lan {
	margin-top: 10px;
    text-align: center;
    color: #ff00eb;
    text-shadow: 1px 1px 1px #000;
}

.wz {
	margin-top: 10px;
    font-weight:bold;
    text-align: center;
    color: #e8ff00;
    text-shadow: 1px 1px 1px #000;
}

ix input {
	width:47px;
    border: 1px solid;
    border-color: #ff0000 #ff0000 #ff0000 #ff0000;
    padding: 2px 0px 2px 1px;
    font-size: 1.0em;
    vertical-align: middle;
    color: #0000ff;
}
ii input {
	width: 228px;
	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:67px;
	line-height:13px;
	font-size:13px;
	color:#fff;
	border-radius:6px;
	border:1px solid #ffff00;
	background: #26c126;
	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: #0000ff;
	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;
}
