@charset "UTF-8";

/* CSS Document */

/* -----------------------------------------------

                      print styles

   ----------------------------------------------- */
body {
	text-align: center;
}

input {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	color: #fff;
	background: #fff;
	display:none;
}

