*, *:after, *:before {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

html {
	overflow-x: scroll !important;
}

body {
	background-color: #FFF;
	font-size: 1em;
	margin: 0;
	min-width: 1000px;
	padding: 0;
}

body, textarea {
	font-family: Arial;
}

h1, h2, h3, p,
table, th, td,
form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.25em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}

table {
	border-collapse: collapse;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a, a:active, a:link, a:visited, a:hover {
	color: #000;
	text-decoration: underline;
	outline: none;
}

.hidden {
	display: none !important;
}

.error {
	color: #F00 !important;
	font-size: 13px;
}

.success {
	color: #090 !important;
	font-size: 13px;
}

.clear {
	clear: both;
}

.fake {
	height: 1px;
}

.wait, .wait * {
	cursor: wait !important;
}

.overlay {
	background-color: #838181;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}