/*
	NORMALIZE
*/

* {
	margin:0;
	padding:0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display:block;
	margin:0;
}
a img, fieldset { border:0; }
body {
  font-family:Helvetica,Arial,sans-serif;
  font-size:x-small;
	color:#000;
}
button,
label {
  cursor:pointer;
}
img {
  -moz-user-select:-moz-none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  user-select:none;
}
textarea,
input,
button,
legend {
	font-family:Helvetica,Arial,sans-serif;
	text-align:left;
}
legend {
  display:block;
}
select option {
  font-size:1em;
  padding:2px;
}