.mt { margin-top : 15px; }
.mb { margin-bottom : 15px; }
.ml { margin-left : 15px; }
.mr { margin-right : 15px; }

.no-hg {
	line-height : 0px;
	font-size : 1px;
	height : 0px;
}

* {
	font-size : 12px !important;
	font-family : Arial;
}

.debug {
	border : 1px solid #c00;
}

.auto-center {
	margin : 0px auto;
}

.absolute-tr {
	position : absolute; 
	top : -5px; 
	right : -5px;	
}

.absolute-tl {
	position : absolute; 
	top : -5px; 
	left : -5px;		
}

.absolute-br {
	position : absolute; 
	bottom : -5px; 
	right : -5px;	
}

.absolute-bl {
	position : absolute; 
	bottom : -5px; 
	left : -5px;
}