@charset "utf-8";
/* CSS Document */

.column_1
{
	width: 140px;
	height: auto;
	
	margin-right: 20px;
	
	float: left;
}

.column_2
{
	width: 140px;
	height: auto;
	
	margin-right: 20px;
	float: left;
}

.column_3
{
	width: 140px;
	height: auto;
	
	margin-right: 20px;
	float: left;
}

.input_element
{
	float: left;
	clear: both;
	margin-bottom: 12px;
	
}

.floater
{
	float: right;
}