/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/fundo_geral.png);
	background-repeat:repeat-x;
	color:#666666;
}
body, td, span {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

input.campo1 {
	width:280px;
	background-color:#FFFFFF;
	background-image:url(../img/fundo_input.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:1px solid #CCCCCC;
	height:17px;
}

select.campo_estado {
	width:72px;
	background-color:#FFFFFF;
	background-image:url(../img/fundo_input.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:0px solid #CCCCCC;
	height:22px;
}

select.campo_estado option {
	background-image:url(../img/fundo_input.png);
	background-repeat:no-repeat;
	background-position:left top;
}

select.campo1 {
	width:280px;
	background-color:#FFFFFF;
	background-image:url(../img/fundo_input.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:0px solid #CCCCCC;
	height:22px;
	font-size:11px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

input {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

input.campo2 {
	width:200px;
	background-color:#FFFFFF;
	background-image:url(../img/fundo_input.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:1px solid #CCCCCC;
	height:17px;
}

textarea.campo1 {
	width:280px;
	background-color:#FFFFFF;
	background-image:url(../img/fundo_input.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:1px solid #CCCCCC;
}
