@charset "utf-8";
/* CSS Document */

body{margin:0; padding:0;background-color:#DADADA}
p{font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#717070; line-height:1.6; }
#content{ position:absolute; width:1150px ; margin:0 0 0 -550px; height:auto; left:50%;}
#logo{ margin:10px 0; }
#foto{ float:right; width:500px; margin:0;}
#box{ float:left; width:650px; height:auto;  }
#info{ float:left; width:300px; height:260px; margin: 0 10px 0 10px;}
#quarto{ float:left; width:300px; height:260px;margin: 0 10px 0 10px;}
#refeicao{ float:left; width:300px; height:200px;margin: 50px 10px 0 10px;}
#sala{ float:left; width:300px; height:200px;margin: 50px 10px 0 10px;}
.fancybox-custom .fancybox-skin {box-shadow: 0 0 50px #222;z-index:9999;}

.formErrorContent{
	display:none;
	text-indent:99999px;
}
.img-responsive { width: 100%; height: auto; margin-bottom: 10px;}

/*-------------------------------------Form-*/
/* Forms */

input, textarea {
	padding: 8px;
	border: solid 1px #E5E5E5;
	font: normal 12px Verdana, Tahoma, sans-serif;
	width: 210px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea {
	width: 210px;
	max-width: 210px;
	height: 50px;
	max-height: 100px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}

.form label {
	margin-left: 12px;
	color: #999999;
	}

.submit input {
	width: auto;
	padding: 10px 14px;
	background: #666;
	border:solid #999 1px;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	}
#form-div {
	position:relative;
	float:left;
	width:250px;
	margin:0;
	padding:0;
}
