/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#main {
	-webkit-border-radius: 8px;
	background-color: #CCCCCC;
	padding: 10px;
	width: 282px;
	height: 382px;
}
body {
	background-color: #333333;
	font-family: sans-serif, "Arial";
	font-size: 16px;
	color: #324f85;
	-webkit-text-size-adjust:none;
}
h1 {
	color: #4c566c;
	font-size: 18px;
	text-shadow: 0px 1px 1px #ffffff;
	margin-bottom: 5px;
	margin-top: 5px;
}
.input {
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-webkit-box-sizing: border-box;
	border: 0px;
	font-size: 16px;
	font-weight: normal;
	margin-top: 8px;
	padding: 6px;
}
.button {
	background-color: #CCCCCC;
	color: #333333;
	border: 1px solid #666666;
	cursor: inherit;
	margin-bottom: 4px;
}
div#credits {
	text-align: center;
	width: 280px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
}
#ADsense {
	text-align: center;
	padding: 8px;
}
#lang a  {
	-webkit-border-radius: 6px;
	background-color: #999999;
	padding: 6px;
	color: #CCCCCC;
	float: right;
}
#logo {
	float: left;
	margin-bottom: 4px;
}
#titolo {
	clear: both;
}
