
a img {
	border: 0;
}

.center {
	text-align: center;
}

.clear {
	float: none;
	clear: both;
}

.clickable {
	cursor: hand;
}

.column {
	float: left;
}

.error {
	display: none;
	padding: 15px;
}

.error, .error_input {
	background-color: #FFCCCC;
	border: dotted #CC0000 1px;
	color: #CC0000;
}

.half_column, .major_column, .minor_column, .quarter_column, .third_column {
	float: left;
}

.half_column {
	width: 50%;
}

.hidden {
	display: none;
}

.major_column {
	width: 60%;
}

.minor_column {
	width: 40%;
}

.quarter_column {
	width: 25%;
}

.right {
	text-align: right;
}

.right_column {
	float: right;
}

.quarter_column {
	width: 25%;
}

.third_column {
	width: 33%;
}