/* ================================================
   BASE.CSS — Reset e estilos globais
   ================================================ */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	background-color: #f9f8fc;
}

input:focus {
	box-shadow: 0 0 0 0;
	outline: 0;
}

input[type=submit] {
	margin-left: -5px;
	background-color: #0bc36a;
	color: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 40px;
}

.rstNumeroCon:focus, select {
	box-shadow: 0 0 0 0;
	outline: 0;
}

textarea {
	outline: none;
}