@charset "iso-8859-1";
/* CSS Document */
#videoHome{
	background: #000;
	margin: auto;
	position: relative;
	width: 310px;
	height: 204px;
	z-index: 1;
	border: solid #F00 1px;
}

#agendaHome{
	background: #000;
	top: 15px;
	margin: auto;
	position: relative;
	width: 310px;
	height: 158px;
	z-index: 1;
	border: solid #F00 1px;
}

#padraoInternas{
	background: #000;
	width: 447px;
	/*height: 380px;*/
	height: auto;
	z-index: 1;
	border: solid #F00 1px;
	margin-bottom: 30px;
}

#titulo{
	top: 2px;
	position: relative;
	margin: auto;
	width: 444px;
	height: 20px;
}

#tituloHome{
	top: -0px;
	position: relative;
	margin: auto;
	width: 311px;
	height: 21px;
}


label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 0px;
	width: 350px;
	color: #BF0000;
}

.qtde {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 0px;
	width: 30px;
	color: #BF0000;
}

textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 0px;
	width: 350px;
	color: #BF0000;
}

.btn {
	background: #F00;
	color: #FFF;
	border: 1px solid #900;
	font-size: 10px;
	font-weight: bold;
	width: auto;
}

.submitLoja {
	background: #F00;
	color: #FFF;
	border: 1px solid #900;
	font-size: 10px;
	font-weight: bold;
	width: auto;
}