* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

label{
	font-weight:bold;
}

h2{
	border-bottom:1px solid #dbdbdb;
	color:#666;
	font-size:24px;
	font-weight:normal;
	margin:5px 0;
	padding:10px 5px;
}

table {
	border-collapse: collapse;
}

table.listar td,table.listar th{
	text-align: left;
	padding: 3px 5px;
}

table .titulo-listar {
	font-weight: bold;
	background: transparent url(http://chicoamadoexodo.com.br/media/imagens/tira-titulo.jpg)     repeat-x;
	color: #fff;
}


input,
textarea,
select,
.botao,
button {
	border: 1px #b8b8b8 solid;
	margin: 2px 0;
	padding:5px 2px;
	background: #fff;
}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus,
.botao:hover,
button:hover{
	border: 1px #ccc solid;
}

input:focus,
textarea:focus,
select:focus{
	color:#2c66a7;
}

input[type=text],
input[type=password], 
textarea {
	width: 270px;
}

input[type=submit],
input[type=reset],
input[type=button],
.botao,
button{
	background: #424242 url(http://chicoamadoexodo.com.br/media/imagens/bg-botao.png)   repeat-x;
	color: #fff !important;
	padding: 5px 12px;
	cursor: pointer;
	font-size: 12px;
	line-height: 140%;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.botao:hover,
button:hover{
	background-color: #838383;
	text-decoration: none;	
	
}

input[type=radio],
input[type=radio]:hover,
input[type=radio]:focus,
input[type=checkbox],
input[type=checkbox]:hover,
input[type=checkbox]:focus{
    height: auto;
    border:0;
    background:transparent;
}

.botao{
	text-decoration: none;
	font-size : 87%;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.clear {
	clear: both !important;
	float: none !important;
	margin: 0 !important;
	border: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
}

.erros {
	padding: 10px;
	background-color: #ffc7c7;
	border: #d00000 solid 1px;
	margin:10px 0;
	color: #000;
}

.sucesso {
	padding: 10px;
	background-color: #e9ffdf;
	border: #265c0e solid 1px;
	margin:10px 0;
	color: #000;	
}


.pagination {
	clear: both;
	text-align: center;
	margin: 2em 0 5px 0;
	background: none;
}

.pagination a , 
.pagination a:hover{
	border: 1px #d4d4d4 solid;
	padding: 5px 7px;
	background: url(http://chicoamadoexodo.com.br/media/imagens/pagination.png)  ;
	color: #454545;
}

.imagem{
	display:block;
	background-position:center center !important;	
}

hr{
	border-bottom: 1px solid #e1e1e1;
	margin: 4px 0;
}

