/* CSS Document - Para o formulário interno - 03/06/2008 - 15:30h */
body {	
	font: normal 12px/1.5em "Trebuchet MS", Helvetica, Sans-Serif;
	margin:0;
	padding:0;	
}

h3 {
	width:510px;
	height:38px/*78px*/;
	padding:40px 0 0 20px;
	font-size:35px;
	line-height: normal;
	color:#fff;
	margin:0;
}

#texto-curto {
	position:absolute;
	width:170px;
	height:95px;
	top:133px;
	left:340px;
	z-index:11;
	color:#666;
}

/* Config Modal Window */
#janela {
	position:relative;
	width:550px;
	height:450px;
	background:url(../images/bg-modal.jpg) no-repeat;
}

#janela #janela-conteudo {
	position:absolute;
	color:#330;
	padding:30px 40px 0 40px;
	width:470px/*550px*/;
	height:auto;	
	z-index:10;
}
/* Config Modal Window */


form.formInterno br { clear:both; }

form.formInterno { /* tamanho do form */	
	width:470px;
	height:auto;		
}

form.formInterno fieldset { border:none; }

form.formInterno label {
	color:#C27417;
	font-weight:bold;	
	width:auto;
	height:15px;
	padding:0 2px;
	margin-top:10px;		
}

form.formInterno input {
	width:269px/*277px*/;
	height:20px/*28px*/;
	padding:4px;
	border:none;	
	float:left;
	margin-top:2px;
	background:url(../images/bg-form-input1.jpg) no-repeat;	
}

form.formInterno textarea {
	width:460px/*470px*/;
	height:86px/*96px*/;
	padding:5px;
	overflow:auto;
	border:none;	
	float:left;	
	background:none;
}

/* Gambiarra pro textarea ficar com o background fixo */
form.formInterno #textarea {
	margin-top:2px;
	width:472px;
	height:98px;
	background: url(../images/bg-form-textarea.jpg) no-repeat;
}

form.formInterno input#btn-enviar {	
	border:none;
	margin:0;
	padding:0;
	background:url(../images/bg-form-input-submit.jpg) no-repeat;
	width:155px;
	height:29px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	float:right;								
}

/*** Configurações especiais ***/

#Telefone {
	width:139px/*147px*/;
	background:url(../images/bg-form-input2.jpg) no-repeat;
}

