
.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear {
	clear: both;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.error {
	color: red;
	font-weight: bold;
}

.success {
	font-weight: bold;
	color: green;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.tiny {
	font-size: 9px;
}

.valign-middle {
	vertical-align: middle;
}

div.flash {
	padding: 30px;
}

.hidden {
	display: none;
}