	.alert-prenotazioni{
		padding: 10px;
		margin-bottom: 20px;
		margin-left:15px;
		margin-right:15px;
		border: 1px solid transparent;
		border-radius: 4px;
		font-size:14px;
	}
	
	.alert-danger-prenotazioni{
		color: #a94442;
		background-color: #f2dede;
		border-color: #ebccd1;
	}
	
	.close-prenotazioni{
		float: right;
		font-size: 21px;
		font-weight: 700;
		line-height: 1;
		color: #000;
		text-shadow: 0 1px 0 #fff;
		filter: alpha(opacity=20);
		opacity: .2;
		-webkit-appearance: none;
		padding: 0;
		cursor: pointer;
		background: 0 0;
		border: 0;
		margin: 0;
		background-color: transparent;
	}