@CHARSET "UTF-8";

*{
	margin: 0;
	padding: 0;	
}

.clear{
	clear:both;
}

.clear-left{
	clear: left;
}

.clear-right{
	clear:right;
}

.border{
	border: 1px solid red;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.align-left{
	text-align: left;
}

.align-right{
	text-align: right;
}

.align-center{
	text-align: center;
}

.display-none{
	display: none;
}

* { 
	-moz-outline-style: none; 
	outline: none;
}

a img{
	border: none;
}

.clear{
	clear: both;
}

.red{
	color: red;
}

.green{
	color: green;
}

.small{
	font-size: 0.8em;
}

ul, li{
	margin: 0;
	padding: 0;
}

#loading{
	height: 25px;
	width: 150px;
	background: url(../img/loading_bg.png) 0 bottom no-repeat;
	padding: 8px 0 0 0;
	text-align: center;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -75px;
	z-index: 9998;
	font-weight: bold;
	display: none;
}

.hidden{
	display: none;
}

