/*Arduinomio di xuino 2013*/
* {
	font-family:  "Century Gothic",  serif;	font-size: 12px;font-weight: normal;
	color: #000;
	background-color: #fff;
	border: 1px solid #ccc;

}
body {
	background: #fff url('compila/sfondo_grecia.png') no-repeat fixed right bottom;
}
button {
	background-color: #fff;
}
div {
	margin: 3px;
	padding: 3px;
	background-color: #fff;
}
#cc div div, #cl div div {
	background-color: #fff;
	color: #553;
	border-width: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family:  "Century Gothic",  serif;	font-size: 12px;font-weight: normal;color: #666;

}
input,  select {
	font-family:  "Century Gothic",  serif;	font-size: 12px;font-weight: normal;color: #666;
	background-color: #eef;
}
#cc {
	float: left;
	width: 65%;
	border: 1px solid #ccc;
}
#cl {
	float: left;
	width: 25%;
	border: 1px solid #ccc;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}
#ciclo div div {
	width: 90%;
}
#attrezzaggio {
	background-image: url('compila/sfondo_greciaA.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 50px;
}
#attrezzaggio div {
	width: 40%;
	height: auto;
}
#attrezzaggio img {
	max-height: 19px;
}
.variabletteraaggiungi {
	padding: 2px;
}

.segnablocco {
	border: 10px solid #eee;
 	border-top-right-radius: 100px;
	-moz-border-top-right-radius: 100px;
	-webkit-border-top-right-radius: 100px;
	border-top-left-radius: 100px;
	-moz-border-top-left-radius: 100px;
	-webkit-border-top-left-radius: 100px;
}




 