@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #101010;
	text-decoration: none;
	text-align:center;
	margin: 0;
	padding: 0;
	background:#EEEEDD;
}

#y {
width:90%;
border:1px solid #CCCCCC;
margin:auto;
}
#z {
width:100%;
margin-top:50px;
text-align:center;
}

.i {
    width:600px;
    font: normal 20px Helvetica, Arial;
    border: 1px solid #ddd;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 6px;
    color: #555;
}

.i:focus {
    border: 1px solid #888;
    color: #444;
    background: #fefefe;
}
.s  {
    width:100px;
    font: normal 21px Georgia, Arial;
    border: 1px solid #999;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 4px;
    color: #333;
	background: #ccc;
}

.s:hover  {
background: #eee;
}

#l {
margin-top:100px;
font: normal 80px Georgia, Times, serif;
color:#666666;
}
form {
margin:10px;
}
