* {
	font-family: Tahoma, "Tempus Sans ITC", "Trebuchet MS", "Tw Cen MT", Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.paragrafoevidenziato {
	background-color: #4A6182;
}
.bordoverde {
	border: 1px solid #FFFF99;
}

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

.inputpiccolo {
	width: 80px;
	color: #FFFFFF;
	background-color: #3C4860;
}

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

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

input {
	width: 250px;
	color: #3C4860;
	background-color: #FFFFFF;
	border: 1px solid #FFFF99;
}
textarea {
	color: #3C4860;
}


.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: #66FFFF;
	border-right-color: #66FFFF;
	border-bottom-color: #66FFFF;
	border-left-color: #66FFFF;
