

@font-face {
	font-family: 'vaground2';
	src: url('fonts/VAGRoundedStd-Light.ttf');
	font-style: normal;
	font-weight: normal;
	}
	
@font-face {
	font-family: 'vaground2';
	src: url('fonts/VAGRoundedStd-Light.eot');
	font-style: normal;
	font-weight: normal;
	}
	
	
	@font-face {
	font-family: 'vaground2';
	src: url('fonts/VAGRoundedStd-Light.otf');
	font-style: normal;
	font-weight: normal;
	}







@font-face {
	font-family: 'vaground';
	src: url('fonts/VAG-Round.ttf');
	font-style: normal;
	font-weight: normal;
	}
	
@font-face {
	font-family: 'vaground';
	src: url('fonts/VAG-Round.eot');
	font-style: normal;
	font-weight: normal;
	}
	
	
	@font-face {
	font-family: 'vaground';
	src: url('fonts/VAG-Round.otf');
	font-style: normal;
	font-weight: normal;
	}
	

@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Regular.eot');
	font-style: normal;
	font-weight: normal;
	
	
}



@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Regular.ttf');
	font-style: normal;
	font-weight: normal;
	
	
}
@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Italic.ttf');
	font-weight:normal;
	font-style: italic;
	
}

@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Italic.eot');
	font-weight:normal;
	font-style: italic;
	
}

@font-face {
	font-family: 'OpenSans';	
	src: url('fonts/OpenSans-Bold.ttf');
	font-style:normal;
	font-weight:bold;
}


@font-face {
	font-family: 'OpenSans';	
	src: url('fonts/OpenSans-Bold.eot');
	font-style:normal;
	font-weight:bold;
}




/* stile dei box parole */	
input.box_parola, input.box_parola_giusto, input.box_parola_sbagliato {
	width: 80px;
	height: 30px;
	border: 1px solid #999;
	text-align:center; 
	font-size: 16px;
	text-transform:lowercase;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

input.box_parola {
	color: #0233CD;
	background: white;
}

input.box_parola_giusto {
	color: white;
	background: #0E9A02;
}

input.box_parola_sbagliato {
	color: white;
	background: #E11819;
}	