* {
	margin: 0;
	padding: 0;
}

body {
	font: .8em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #31271e url(../images/bgbody.jpg) no-repeat top center;
}

ul,ol,li {
	list-style-type: none;
}

label {
	width: 150px;
	display: block;
	float: left;
}

.align-center { text-align: center !important;}
.float-left { float: left; }
.float-right { float: right; }
.percent {
	width: 44%;
}

.no-clear {
	clear: none !important;
}
