* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	font-family: sans-serif !important;
	font-size: 15px;
	color: #363636;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 100%;
	font-weight: normal;
}

p {
	line-height: 100%;
}

table {
	border: 0;
	border-collapse: collapse;
}

a {
	text-decoration: underline;
	color: #27691b;
}

img {
	border: 0;
}

input[type='text'],
select,
textarea,
button {
	font-size: 1em;
	font-weight: normal;
	font-family: sans-serif !important;
}
input[type='text'],
select,
textarea {
	padding: 5px;
	background: #fff;
	border: solid 1px #ddd;
}
button {
	padding: 5px;
	border: 0 none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
}
button:hover {
	opacity: 0.7;
}

hr {
	height: 10px;
	border: 0 none;
}

@-webkit-keyframes blink {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes blink {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes blink {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
