/*
select,input,textarea {
	border: 1px solid rgb(187, 187, 187);
}
*/

textarea {
	margin-top: 0;
	margin-bottom: 0;
}

select {
	height: 22px;
	margin-bottom: 0;
}

input {
	height: 18px;
}

input[type=checkbox], input[type=radio] {
	border:none !important;
}

button {
	height: 22px;
	text-align: center;
}

.cep {
	width: 70px !important;
}