
body{background: #008888;margin:0;padding:0;}
form{margin:0;padding:0;text-align:center}
.logo {
	margin-top:10px;
    text-align: center;
    font-size: 60px;
    text-shadow: 2px 2px 1px #000;
    color: gold;
    font-weight: bold;
}
.tz {
	margin-top:0px;
    text-align: center;
    font-size: 24px;
    color: #f44336;
	background: gold;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}
.lan {
	margin-top: 5px;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
	font-size: 24px;
}
.wz {
	margin-top: 5px;
    font-weight:bold;
    text-align: center;
    color: #006666;
    text-shadow: 1px 1px 1px #000;
	font-size: 28px;
}
ix input {
	width:80px;
    border: 1px solid;
    border-color: #c0c0c0 #ededed #ededed #c0c0c0;
    padding: 2px 0px 2px 1px;
    font-size: 1.5em;
    vertical-align: middle;
    color: #00f;
	text-align: center;
}
ii input {
	width: 550px;
	margin-left: 5px;
    border: 1px solid;
    border-color: #c0c0c0 #ededed #ededed #c0c0c0;
    padding: 2px 0px 2px 1px;
    font-size: 1.5em;
    vertical-align: middle;
    color: #000;
}
ic input{
	margin:5px;
	cursor:pointer;
	padding:10px 0px;
	width:160px;
	line-height:13px;
	font-size: 1.5em;
	color:#fff;
	border-radius:10px;
	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 ;
}
is input{
	margin:5px;
	padding:5px;
	cursor:pointer;
	width:660px;
	font-size: 2.5em;
	color:blue;
	border-radius:10px;
	border:2px solid black;
	background: gold;
	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 ;
}
ib input{
	margin:0px 10px;
	cursor:pointer;
	padding:14px 0px;
	width:150px;
	line-height:10px;
	font-size: 1.5em;
	color:snow;
	border-radius:1px;
	border:2px solid gold;
	background: #0099CC;
	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;
}
ix span{color:#f00;margin-right:10px;background: #fff;padding: 3px 5px;border-radius: 5px;}
