form #msg {
	position: relative;
	float: left;
	width: 800px;	
	margin: 30px 0px 30px 0px;
	background: #ccc url(../imagens/fundo_erro.jpg) repeat-x top left;
	border: 1px solid #ccc;
}
form #msg p {
	display: block;	
	float: left;
	width: 330px;
	height: 30px;
	margin: 5px 0px 5px 30px;
	padding: 2px 5px 2px 20px;	
	background: url(../imagens/atencao.gif) no-repeat top left;
}
form #msg #sucesso {
	display: block;	
	float: left;
	width: 330px;
	margin: 5px 0px 5px 30px;
	padding: 2px 10px 2px 20px;	
	background: url(../imagens/ok.gif) no-repeat top left;
}
form #msg h1 {	
	font: bold 14px Tahoma, Geneva, sans-serif;
	height: 20px;
	padding: 5px 0px 5px 10px;
	background: url(../imagens/titulo_erro.gif) repeat-x top left;	
}
form, #resp {
	position: relative;
	margin: 0px auto;
	width: 800px;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #036;
}
form h1 {
	position: relative;
	float: left;
	width: 790px;
	height: 40px;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	background: url(../imagens/titulo.gif) no-repeat;
	font: bold 14px Tahoma, Geneva, sans-serif;	
	color: #fff;	
}
form h2 {
	position: relative;
	float: left;
	width: 790px;
	height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;	
	font: bold 12px Tahoma, Geneva, sans-serif;		
	color: #036;
}
form .labelTextArea {	
	width: 800px;
	height: 100px;
	text-align: left;
}
form .maior {
	width: 780px;
	height: 40px;
}
fieldset {
	border: none;
}
form p {
	position: relative;
	float: left;
	width: 100%;
}
label {
	display: block;
	position: relative;
	float: left;
	width: 390px;
	margin: 0px 0px 0px 5px;
	height: 50px;
	text-align: right;
}
label img {
	vertical-align: middle;
}
label input, label select, label textarea {
	font: 12px Tahoma, Geneva, sans-serif;
	border: 1px solid #9CB5DE;
	color: #333;
}
label input {
	width: 190px;
	height: 14px;
	padding: 1px 0px 1px 0px;
	vertical-align: middle;
}
label select {
	width: 195px;
	height: 20px;
	vertical-align: middle;
}
label textarea {
	width: 300px;
	vertical-align: text-top;
}
label span {
	display: none;
	position: relative;
	width: 360px;
	float: left;
	text-align: right;
	color: #f00;	
}
label .bt {
	width: 80px;
	height: 24px;
	border: none;
}
