#tempHolder {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
}
#card .nav {
	clear: both;
	width: 347px;
	overflow:hidden;
}
#card .nav a {
	width: auto;
	margin-right: 10px;
}
#card ul {
	padding: 0;
	margin:0;
	float: right;
	width: 240px;
}
#card ul li {
	padding: 0;
	margin:0;
	list-style: none;
	height: 29px;
}
#card input::-webkit-outer-spin-button,
#card input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#card input[type=number] {
    -moz-appearance: textfield;
}

*:first-child+html #card input { padding: 5px 2px 4px; }
#card #card-holder { border-color: white white #999; text-align: right; height: auto; padding:5px 0; float: right; width: 234px; margin-bottom: 6px; margin-right: 10px; }
#card .input .red {
	background: #ed1c24;
}
#card .input .yellow {
	background: #fff200;
}
#card .input .green {
	background: #6cc069;
}
#card .input .blue {
	background: #00aeef ;
	filter: none;
}
/****** PRINT ******/
#card-print {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	width: 251.75pt; //85mm; 
	height: 151.5pt; //54mm;
	clear: both;	
	background: transparent;
}
#card-print .holder {
	padding: 3mm;
	overflow: hidden;
	position:relative;
	z-index: 9999;
}
#card-print .bg {
	position:absolute;
	top:0;
	left:0;
	height: 202px;
}
#card-print .legend {
	position: absolute;
	bottom:22mm;
	left:-15mm;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	bottom:4mm\9;
	left:3mm\9;
}
#card-print .name {
	font-size: 13px;
	color: #333;
	display: block;
	float: right;
	width: 237px;
	width: 235px\9;
	margin-bottom: 2mm;
	_margin-bottom: -1mm;
	border: 1px solid #999;
	border-color: white white #999;
	padding: 0;
	text-align: right;
	position:relative;
	clear:both;
}
#card-print ul {
	padding: 0;
	margin:0 -1px 0 0;
	clear: both;
	overflow:hidden;
}
#card-print ul li {
	padding: 0;
	margin:0;
	list-style: none;
	clear: both;
	display:block;
	float: right;
	width: 240px;
	_width: 245px;
}
#card-print hr {
	cleat: both;
	overflow: hidden;
}
#card-print ul li div {
	overflow: hidden;
	height: 26px;
	width: 26px;
	height: 27px\9;
	width: 26px\9;
	_width: 25px;
	float: left;
	position: relative;
	margin: 1px;
	border: 1px solid #999;
}
#card-print ul li img {
	display: block;
	border: none;
}
#card-print ul li span {
	position: absolute;
	top: 0;
	left: 2.5mm;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}