* {
    margin: 0;
    padding: 0;
}
html, body {
	height: 100%;
	}
body {
	margin:0; 
	padding:0;
	font:100% normal Segoe Ui, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000099;
	}
#containner {
	width:1000px;
	position:relative;  /*Contexto de posicionamento */
	background:#fff url(bg-auxiliar.gif) repeat-y right;
	margin:0 auto;
	text-align:left;
	min-height:100%;/*
	border:dotted #999;
	border-width:0 1px;*/
	}
* html #containner {
	height: 100%; /* hack para IE6 que trata height como min-height */
	}
#conteudo {
	padding-bottom:25px;
}	
#scroll {
  width:990px;
  height:250px;
  background-color:#F2F2F2;
  overflow:auto;
}
.rodape {
	width:1000px;
	height:25px;
	position: absolute;
	bottom: 0; 
	color: #FFF;
	background-repeat: no-repeat;
	/*border:dotted #999;*/
	border-width: 1px;
	text-align:center; 
	}
.rodape label{
    margin-bottom: 0.2em;
    color: #fff;
    display: block;
	font-size:12px; 
	float:center; 
	text-align:center;
  	padding: 6px 0 0 0;
	}	
hr.style-two {
    border: 0;
    height: 1px;
	margin:10px 0 0 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
div.tabela {
  margin:0 auto;
  position:relative;
  top:20px;

  }
  
div.box { 
  margin:0 auto; 
  width:500px; 
  background:#E9F0F5; 
  position:relative; 
  top:20px; 
  border:1px solid #8DB0CB; 
  } 
  
div.box h1 { 
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 28%, #207cca 59%, #207cca 68%, #207cca 68%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(28%,#2989d8), color-stop(59%,#207cca), color-stop(68%,#207cca), color-stop(68%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
 
 color:#FFFFFF; 
  font-size:15px; 
  text-transform:uppercase; 
  padding:5px 0 5px 5px; 
  margin:0 0 10px 0;
  border-bottom:0px solid #161712; 
  border-top:0px solid #161712; 
  }
  
div.box .input_text { 
  padding:2px 2px; 
  /*width:200px;*/ 
  background:#FFFFFF;
  text-transform: uppercase;
  border-bottom: 1px double #B0C9DB; 
  border-top: 1px double #38549E; 
  border-left:1px double #38549E; 
  border-right:1px double #B0C9DB;
  }  
div.box .button{ 
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 28%, #207cca 59%, #207cca 68%, #207cca 68%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(28%,#2989d8), color-stop(59%,#207cca), color-stop(68%,#207cca), color-stop(68%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  color:#FFFFFF;
  margin:0 0 20px 0; 
  padding:4px 7px; 
  border:0px; 
  position: relative; 
  top:10px; 
  left:100px;
  width:100px; 
  border-bottom: 1px double #000033; 
  border-top: 1px double #000033; 
  border-left:1px double #000099; 
  border-right:1px double #000099; 
  border-radius: 6px;
  } 
div.box .bottom:hover {
    background: #FB0;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: none;
}  
div.boxm { 
  margin:0 auto; 
  width:600; 
  background:#E9F0F5; 
  position:relative; 
  top:20px; 
  border:1px solid #8DB0CB; 
  }
div.boxm h1 { 
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 28%, #207cca 59%, #207cca 68%, #207cca 68%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(28%,#2989d8), color-stop(59%,#207cca), color-stop(68%,#207cca), color-stop(68%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
 
 color:#FFFFFF; 
  font-size:15px; 
  text-transform:uppercase; 
  padding:5px 0 5px 5px; 
  margin:0 0 10px 0;
  border-bottom:0px solid #161712; 
  border-top:0px solid #161712; 
  }
div.boxm .input_text { 
  padding:2px 2px; 
  /*width:200px;*/ 
  background:#FFFFFF;
  text-transform: uppercase;
  border-bottom: 1px double #B0C9DB; 
  border-top: 1px double #38549E; 
  border-left:1px double #38549E; 
  border-right:1px double #B0C9DB;
  }    
div.boxm .button{ 
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 28%, #207cca 59%, #207cca 68%, #207cca 68%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(28%,#2989d8), color-stop(59%,#207cca), color-stop(68%,#207cca), color-stop(68%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 28%,#207cca 59%,#207cca 68%,#207cca 68%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  color:#FFFFFF;
  margin:0 0 20px 0; 
  padding:4px 7px; 
  border:0px; 
  position: relative; 
  top:10px; 
  left:100px;
  width:100px; 
  border-bottom: 1px double #000033; 
  border-top: 1px double #000033; 
  border-left:1px double #000099; 
  border-right:1px double #000099; 
  border-radius: 6px;
  }   
div.boxm .bottom:hover {
    background: #FB0;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: none;
}    
fieldset {
    border: 0; 
}
.msnad {
    margin-bottom: 0.2em;
    color: #FF0000;
    display: block;
  font-size:12px; 
  float:none; 
  text-align:center;
  padding:2px 5px 0 0;
}

.msnok {
    margin-bottom: 0.2em;
    color: #0000FF;
    display: block;
  font-size:12px; 
  float:none; 
  text-align:center;
  padding:2px 5px 0 0;
}

input, select, textarea, button {
  font:100% normal Segoe Ui, Arial, Helvetica, sans-serif; 
  margin:0; 
  padding:2px 2px;
  font-size:12px;
  color:#000099;
}
 
.grupo:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
.campo {
    margin-bottom: 1em;
}
 
.campo label {
    margin-bottom: 0.2em;
    color: #000033;
    display: block;
  font-size:12px; 
  float:left; 
  width:85px;
  text-align:right;
  padding:2px 5px 0 0;
}
.campom {
    margin-bottom: 1em;
}
.campom label {
    margin-bottom: 0.2em;
    color: #000033;
    display: block;
  font-size:12px; 
  float:left; 
  width:40px;
  text-align:right;
  padding:2px 5px 0 0;
}
 
.campom input[type="text"],
.campom input[type="email"],
.campom input[type="url"],
.campom input[type="tel"],
.campom select,
.campom textarea {
    padding: 0.2em;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    display: block;
}
fieldset.grupo .campom {
    float:  left;
    margin-right: 1em;
}
fieldset.grupo .campo {
    float:  left;
    margin-right: 1em;
}
 
.campo input[type="text"],
.campo input[type="email"],
.campo input[type="url"],
.campo input[type="tel"],
.campo select,
.campo textarea {
    padding: 0.2em;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    display: block;
}


.campo select option {
    padding-right: 1em;
}
 
.campo input:focus, .campo select:focus, .campo textarea:focus {
    background: #FFC;
}
.campom input:focus, .campo select:focus, .campo textarea:focus {
    background: #FFC;
} 
 
.campo label.checkbox {
    color: #000;
    display: inline-block;
    margin-right: 1em;
}
 
.botao {
    font-size: 1.5em;
    background: #F90;
    border: 0;
    margin-bottom: 1em;
    color: #FFF;
    padding: 0.2em 0.6em;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
 
 
.botao, select, label.checkbox {
    cursor: pointer;
}
.buscatabela {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 5px 5px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
	
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
}

.buscatabela table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	<-- height:100%; -->
	margin:0px;
	padding:0px;
}
.buscatabela tr:last-child td:last-child {
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
}
.buscatabela table tr:first-child td:first-child {
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
}
.buscatabela table tr:first-child td:last-child {
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
}
.buscatabela tr:last-child td:first-child{
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
}
.buscatabela tr:hover td{
	
}
.buscatabela tr:nth-child(odd){
 background-color:#aad0ff;
 }
.buscatabela tr:nth-child(even){
 background-color:#ffffff;
 }
.buscatabela td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:3px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.buscatabela tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.buscatabela tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.buscatabela tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.buscatabela tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.buscatabela tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
}
.buscatabela tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.buscatabela tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.buscatabela tr:last-child td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 1px 1px 0px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}