/* @override http://www.santoinho.pt/beta/css/extra.css */

.rounded4 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px	
}

.cor01 {
	background-color: #b8fcff;
}

.cor02 {
	background-color: #e4e4e4;
}

.cor03 {
	background-color: #ff83a2;
}

.grelhareserva {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.tabreservas {
	height: 26px;
	border-width: 0;
	margin-bottom: 10px;
		/* Rounded corners */
	
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding: 0;
	background-color: white;
	width: 100%;
}

.tabreservasdia {
	height: 26px;
	border-width: 0;
	margin-bottom: 10px;
		/* Rounded corners */
	
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-color: #f3f2f4;
	padding: 0 0 0 5px;
}

.messreservas {
	width: 100%;
	border-width: 0;
	margin-bottom: 10px;
		/* Rounded corners */
	
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.codigo {
	line-height: 40px;
	padding: 10px;
}

.formulario {
	padding: 30px 10px 10px;
}

.reservacode {
	height: 30px;
	border-width: 0;
		/* Rounded corners */
	
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding: 0;
	background-color: white;
	margin-left: 15px;
	margin-right: 15px;
	width: 200px;
	font-size: 22px;
}

.espaco {
	border: none;
	height: 20px;
	clear: both;
	margin: 10px 0;
	background: url(../../imagens/renda9.png) repeat-x;
}

.mb20 {
	margin-bottom: 30px;
}