.rel {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both;
}

.clear_middle {
	clear: both;
	font-size: 50%;
	line-height: 50%;
}

.clear_small {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.twentyth, .twentith {
	float: left;
	width: 5%;
}

.thirdteenth{
	float: left;
	width: 7%;
}

.tenth {
	float: left;
	width: 10%;
}

.eight {
	float: left;
	width: 12%;
}

.seventh {
	float: left;
	width: 14%;
}

.sixth {
	float: left;
	width: 16%;
}

.quad {
	float: left; 
	width: 25%;
}

.third {
	float: left;
	width: 33%;
}

.half {
	float: left; 
	width: 49%;
}

.half_right {
	float: right; 
	width: 49%;
	/* text-align: right; */
}

.twothird {
	float: left;
	width: 66%;
}

.threequad {
	float: left; 
	width: 74%;
}

.eighttenth {
	float: left;
	width: 79%;
}

.fivesixth {
	float: left;
	width: 83%;
}

.ninetenth {
	float: left;
	width: 89%;
}

.float_left_space_large {
	float: left; 
	width: 4%;
}

.float_left_space_medium {
	float: left; 
	width: 2%;
}

.float_left_space_small {
	float: left; 
	width: 1%;
}

.float_left_space_radio {
	float: left;
	width: 15px;
}

img {
	max-width: 100%;
}