* {
	font-family: Tahoma, "Tempus Sans ITC", "Trebuchet MS", "Tw Cen MT", Verdana;
	font-size: 12px;
	color: #666666;
}
.paragrafoevidenziato {
	background-color: #97E539;
}
.bordoverde {
	border: 1px solid #99CC33;
}

.nomebaby {
	font-weight: bold;
	color: #6666CC;
}

.inputpiccolo {
	width: 80px;
}

.fotobaby {
	margin: 1px;
	padding: 1px;
	border: 1px dotted #33CCFF;
}

.errore {
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
}

input {
	width: 250px;
}

.bordotabellapuntini {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
