@charset "UTF-8";
/* 	CSS Document 
	Reset File  Calipso 2011
---------------------------------------------*/
body, html, div, blockquote, img, a.img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, checkbox, radio, input, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol {
	list-style: none;
}
.png {
}
legend {
	display:none;
	height:0px;
	width:0px;
	text-indent:-90000px;
	overflow:hidden;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	font-size:0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
