@charset "iso-8859-1";

/**
 *
 * Contato
 * http://www.segatoemarkert.com.br/contato.php
 *
 **/
div#conteudo {
	position:absolute;
	top:123px;
	left:20px;
	width:728px;
	height:427px;
	overflow:hidden;
}

p {
	text-align:justify;
	margin:15px 0 25px;
}

/* Campos obrigatórios */
p#camposObrigatorios {
	width:440px;
	margin-bottom:15px;
	padding:5px;
	border:1px dotted #ccc;
}

/* Asterisco */
p#camposObrigatorios span {
	font-size:110%;
	font-weight:bold;
	color:#f00;
}



/**
 *
 * Formulário
 *
 **/
form#formContato fieldset { width:452px; }
form#formContato fieldset label {
	display:block;
	float:left;
	width:110px;
	height:22px;
	line-height:22px;
	text-align:right;
	margin:0 6px 0 0 !important;
	margin:0 3px 0 0;
}

/* Asterisco */
form#formContato fieldset label span {
	font-size:120%;
	font-weight:bold;
	color:#f00;
}

form#formContato fieldset input {
	display:block;
	margin-bottom:10px;
}

/* Formato */
form#formContato fieldset span.formato {
	position:relative;
	display:block;
	height:12px;
	font-size:60%;
	color:#00c;
	clear:both;
}
form#formContato fieldset span.formato span {
	position:absolute;
	top:-8px;
	left:116px;
}
form#formContato fieldset span.formato span strong { display:none; }

form#formContato fieldset br { display:none; }


/* Nome */
form#formContato fieldset input#nome { width:330px; }

/* Telefone */
form#formContato fieldset input#telefone { width:120px; }

/* E-mail */
form#formContato fieldset input#email { width:330px; }

/* Mensagem */
form#formContato fieldset textarea#mensagem {
	float:none !important;
	float:right;
	width:334px;
	height:180px;
}

/* Botão Enviar */
form fieldset button#btnEnviar {
	display:block;
	margin:10px 0 0 116px;
	background:#047cb9 url(../imagens/btnEnviar.gif) no-repeat 0 0;
}



/**
 *
 * Dados de contato: endereço, telefone, e-mail, etc.
 *
 **/
div#dadosDeContato {
	position:absolute;
	top:50px;
	right:0;
	width:235px;
	height:377px;
	padding-left:20px;
	border-left:1px dotted #ccc;
}
div#dadosDeContato h2 {
	height:auto;
	line-height:normal;
	font-size:90%;
	margin:0 0 10px;
}
div#dadosDeContato p { margin:0 0 25px; }

/* Link: Mapa de localização */
div#dadosDeContato p#mapaLocalizacao { margin:-20px 0 25px; }

div#dadosDeContato hr { display:none; }

div#dadosDeContato p.dev {
	position:absolute;
	left:20px;
	width:100%;
	font-size:55%;
	margin:0;
}

div#dadosDeContato p#designer {
	bottom:18px;
	padding-top:12px;
	border-top:1px dotted #ccc;
}
div#dadosDeContato p#developer { bottom:0; }



/**
 *
 * Mapa de localização
 *
 **/
div#overlay {
	position:fixed;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:10000;
}

div#modalBox {
	position:fixed;
	top:50%;
	left:50%;
	display:none;
	width:640px;
	height:480px;
	margin:-256px 0 0 -323px;
	padding:30px 3px 3px;
	background:#0075b0 url(../imagens/boxMapa.gif) no-repeat top left;
	z-index:10002;
}

/* Título da janela modal */
div#modalBox h2 {
	position:absolute;
	top:3px;
	left:5px;
	width:460px;
	height:24px;
	line-height:24px;
	text-indent:29px;
	font-size:90%;
	color:#fff;
	background:url(../imagens/mapa.gif) no-repeat top left;
}

/* Área do mapa */
div#mapa {
	width:640px;
	height:480px;
	padding:0;
	margin:0;
	background-color:#fff;
	overflow:hidden;
}

/* Botão "Fechar" */
a#btnFechar {
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999px;
	background:#e91203 url(../imagens/btnFechar.gif) no-repeat 0 0;
	z-index:10004;
	overflow:hidden;
	outline:none;
}
a#btnFechar:hover { background-position:0 -20px; }



/**
 *
 * Mensagem enviada!
 * http://www.segatoemarkert.com.br/mensagem_enviada.php
 *
 **/
div#conteudo p img#msgEnviada {
	float:right;
	margin-left:15px;
}


