h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

body,html {
	margin: 0; 
	padding: 0;
}

a img {
	border: none;
}

a,a:link,a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearer {
	clear: both;
}

.clearOnly {
	font-size: 0px;
	height: 0px;
	clear: both;
}

.center {
	text-align: center;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.hidden {
	display: none;
}

/* works with qq buttons */
.qqInputField {
	padding-top: 2px;
	height: 17px;
	margin-right: 2px;
	float: left;
}

/************************************ components **************************************/
.qqCheckbox {
	cursor: default;
}
.qqButton {
	cursor: pointer;
}