.mgTop-15 {
	margin-top: -15px;
}

.mgTop0 {
	margin-top: 0px;
}

.mgTop2 {
	margin-top: 2px;
}

.mgTop5 {
	margin-top: 5px;
}

.mgTop8 {
	margin-top: 8px;
}

.mgTop10 {
	margin-top: 10px;
}

.mgTop16 {
	margin-top: 16px;
}

.mgTop20 {
	margin-top: 20px;
}

.mgTop25 {
	margin-top: 25px;
}

.mgTop30 {
	margin-top: 30px;
}

.mgTop40 {
	margin-top: 40px;
}

.mgTop50 {
	margin-top: 50px;
}

.mgTop60 {
	margin-top: 60px;
}

.mgTop70 {
	margin-top: 70px;
}

.mgTop100 {
	margin-top: 100px;
}

.mgTop150 {
	margin-top: 180px;
}

.mgBottom5 {
	margin-bottom: 5px;
}

.mgBottom10 {
	margin-bottom: 10px;
}

.mgBottom20 {
	margin-bottom: 20px;
}

.mgBottom30 {
	margin-bottom: 30px;
}

.mgBottom50 {
	margin-bottom: 50px;
}

.mgBottom80 {
	margin-bottom: 80px;
}

.pdBottom20 {
	padding-bottom: 20px;
}

.pdBottom300 {
	padding-bottom: 300px;
}

.mgLeft3 {
	margin-left: 3px;
}

.mgLeft4 {
	margin-left: 4px;
}

.mgLeft5 {
	margin-left: 5px;
}

.mgLeft8 {
	margin-left: 8px;
}

.mgLeft11 {
	margin-left: 11px;
}

.mgLeft16 {
	margin-left: 16px;
}

.mgLeft25 {
	margin-left: 25px;
}

.mgLeft30 {
	margin-left: 30px;
}

.mgLeft50 {
	margin-left: 50px;
}

.mgLeft80 {
	margin-left: 80px;
}

.mgRight3 {
	margin-right: 3px;
}

.mgRight5 {
	margin-right: 5px;
}

.mgRight7 {
	margin-right: 7px;
}

.mgRight10 {
	margin-right: 10px;
}

.mgRight15 {
	margin-right: 15px;
}

.mgRight20 {
	margin-right: 20px;
}

.mgRight25 {
	margin-right: 25px;
}

.mgRight130 {
	margin-right: 130px;
}



.pdLeft30 {
	padding-left: 30px;
}

.pdTop10 {
	padding-top: 10px;
}

.pdTop20 {
	padding-top: 20px;
}

.pdTop30 {
	padding-top: 30px;
}



.pdBottom30 {
	padding-bottom: 30px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.txt_left {
	text-align: left;
}

.txt_center {
	text-align: center;
}

.txt_right {
	text-align: right;
}



.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

.cleardiv {
	clear: both;
}


