@charset "utf-8";
/*
BASIC.CSS
Common base rules
*/

body {
	background: #eee;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

form label {
	display: inline-block;
	display: -moz-inline-block;
}

form ol {
	list-style: none;
}

a:active, a:focus {
	outline: none;
}

p {
	line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1, h2, h3, h4, h5, h6, strong, em, input {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input, textarea, select {
	font: 11px "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.standardcaps {
	text-transform: none;
}

.clearfloat {
	clear: both;
}

.ir {
	height: 0;
	overflow: hidden;
}


/* spam buster */
.transformers {
	display: none;
}
