 .bg  {  
 background: #CCD5DE url(imgs/bg.gif);
background-repeat: repeat-x;
 }
 
.bg_inside  {  
 background: #FFFFFF url(imgs/bg_inside.gif);
background-repeat: repeat-x;
 }

.borda {
	border: 1px solid #8393C9;
    
}

.espacamento_23px_esq_10px_resto {
	padding-left:   23px;
	padding-right:  10px;
	padding-top:    10px;
	padding-bottom: 10px;
}

.espacamento_5px {
	padding-left:   5px;
    padding-right:  5px;
	padding-top:    5px;
	padding-bottom: 5px;
    
}
.espacamento_5px_esq_dir {
	padding-left:   5px;
    padding-right:  5px;   
}
 .espacamento_5px_cima_baixo {
	padding-top:    5px;
	padding-bottom: 5px;
}
 .espacamento_5px_baixo {
	padding-bottom: 5px;
}
 .espacamento_10px {
	padding-left:   10px;
    padding-right:  10px;
	padding-top:    10px;
	padding-bottom: 10px;
    
}
 .espacamento_10px_esq_dir {
	padding-left:   10px;
    padding-right:  10px;
}
 .espacamento_10px_esq {
	padding-left:   10px;
}
 .espacamento_10px_dir {
	padding-right:   10px;
}
  .espacamento_10px_cima_baixo {
	padding-top:    10px;
	padding-bottom: 10px;
}
}
  .espacamento_mais_imgs {
	padding-right:  10px;
}
.txt_arial_11_branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.txt_arial_11_branco_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.txt_arial_11_preto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.txt_arial_11_preto_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.txt_arial_20_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #414A8A;
	font-weight: bold;
	text-decoration: none;
}
.txt_arial_11_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414A8A;
	text-decoration: none;
}
.txt_arial_11_azul_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414A8A;
	text-decoration: none;
	font-weight: bold;
}
.txt_arial_11_azul_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414A8A;
	text-decoration: none;
	line-height: 30px;
}
.txt_arial_11_azul_main_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414A8A;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}



.campo_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #78A5D4;
	background-color: #FFFFFF;
	text-decoration: none;
}



.campo_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #BF8C56;
	background-color: #DCB994;
	text-decoration: none;
}

.txtarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #78A5D4;
	background-color: #FFFFFF;
	text-decoration: none;
}

.bt_ok { 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: normal; 
	text-decoration: none ; 
	color: #000000; 
	background-color: #96C1EE; 
	border-style: inside; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	height: 20px;
	font-weight: bold;
}
.bt_ok2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	color: #714400;
	background-color: #DAD0C2;
	border-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px; 
	height: 20px;
	font-weight: bold;

}


form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #414A8A;
	text-decoration: none;
	line-height: 30px;	
	font-weight: bold;
}

label {
	float: left;
	width: 100px;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}							  
fieldset div input, fieldset div textarea {
	width: 100px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
	float:left;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
	border: 0px;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}							  
#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}
	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}

.txt_arial_14px_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #414A8A;
	text-decoration: none;
}
