main{
	min-height: 500px;
}
.lista ul.caixa {
	margin: 25px auto;
	padding: 0;
	text-align: center;
	width: 90%;
	vertical-align: top;
}
.lista ul.caixa li {
	border-bottom: 0 none transparent;
	border-top: 1px solid #9d9d9d;
	display: inline-block;
	float: none;
	height: 113px;
	margin: 1% 1% 0;
	max-width: 245px;
	min-width: 220px;
	overflow: hidden;
	padding: 10px 15px 0 0;
	text-align: left;
	width: 30%;
	vertical-align: top;
}
.lista ul.caixa li.particular {
	background-color: #fffde6; /*#fffef4;*/
}
.lista ul.caixa li.privado {
	background-color: #fffde6;
}
.lista ul.caixa li.privado strong {
	background-image: url("../imgs/cadeado.png");
	background-position: 3px -1px;
	background-repeat: no-repeat;
	background-size: auto 95%;
	display: inline-block;
	text-indent: 25px;
}
.clippings .cor {
	color: #333
}
.lista form {
	display: block;
	height: auto;
	margin: -75px auto 40px;
	overflow: hidden;
	padding: 0 3%;
	width: 84%;
}
.lista form select, 
.lista form button {
	float: right;
}
.lista form button {
	cursor: pointer;
}
.lista form.dinamico button {
	display: none;
}
.lista form select {
	border: 1px solid #ccc;
	box-sizing: content-box;
	font-family: "Helvetica Neue",sans-serif;
	font-size: 0.95em;
	height: 26px;
	padding-left: 10px;
	padding-right: 30px;
}
.lista form select {
	-webkit-appearance: none; /* Tratando a setinha do select (no Chrome) */
	-moz-appearance: none; /* Tratando a setinha do select (no Firefox) */
	appearance: none; /* Tratando a setinha do select (regra geral) */
	background: transparent url("../imgs/bt_select.png") no-repeat right center;
	background-size: auto 100%;
	text-indent: 0.01px; /* Tratando a setinha do select (no Firefox) */
	text-overflow: ''; /* Tratando a setinha do select (no Firefox) */
}
.lista form.dinamico select {
	background: transparent url("../imgs/bt_select_dinamico.png") no-repeat right center;
	background-size: auto 100%;
}
