.clear {
	clear:both;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}

.width_500 {
	width: 500px;
}
.pointer {
	cursor:pointer;
}
.height_30 {
	height: 30px;
}