@charset "utf-8";
/* CSS Document */

.fontNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.fontSub {
	font-family: "Helvetica Neue (T1)";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.fontSubCor {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #b6d700;
}
.fontError {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CC3300;
	font-weight:bold;
}
.fontSuccess {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #669900;
	font-weight:bold;
}
.Titulo {
	display:block;
	width:219px;
	height:25px;
	font-family: "Helvetica Neue (T1)";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	vertical-align:middle;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0px;
	word-spacing: normal;
	white-space: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f5f5f5;
	border-bottom-color: #f5f5f5;
	padding-top: 1px;
}
.sombra {
	background-image:url(imagens/sombra.png);
	background-repeat:no-repeat;
	display:block;
	width:222px;
	height:10px;
}
.risco {
	background-image:url(imagens/risco.png);
	background-repeat:no-repeat;
	background-position:center;
}
.caixaTexto {
	display:block;
	width:98%;
	height:13px;
	background-color: #f5f5f5;
	font-size: 10px;
	font-family: "Helvetica";
	letter-spacing: normal;
	text-indent: 0px;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 1;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #e6e6e6;
	border-left-color: #e6e6e6;
	margin-bottom:2px;
}
.caixaTextoMensagem {
	display:block;
	width:97%;
	height:90px;
	background-color: #f5f5f5;
	font-size: 10px;
	font-family: "Helvetica";
	letter-spacing: normal;
	text-indent: 0px;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 1;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #e6e6e6;
	border-left-color: #e6e6e6;
	margin-bottom:2px;
}
.botao {
	display:block;
	width:57px;
	height:27px;
	background-image:url(imagens/enviar.png);
	background-repeat:no-repeat;
	margin-top:5px;
}

