@charset "UTF-8";
/* CSS Document */

/*IE9*/
*::selection 
{
	background-color:transparent;
} 
*::-moz-selection
{
	background-color:transparent;
}
*
{        
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	/*IE10*/
	-ms-user-select: none;
	user-select: none;

	/*You just need this if you are only concerned with android and not desktop browsers.*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} 

html, body {
	margin: 0;
	padding: 0;
}
html, body, td, th {
	font-family: 'Oxygen', sans-serif;
}
#container {
	display: block;
	background-color: #dedede;
	width: 1024px;
	min-height: 520px;
}
#trame {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	background-image: url("./images/trame.png");
	background-repeat: no-repeat;
	width: 1024px;
	height: 520px;
	overflow: hidden;
}
#page {
	position: fixed;
	top: 90;
	left: 0;
	width: 1024px;
	height: 450px;
	overflow: auto;
}
#title {
	text-align: center;
	font-size: 34px;
	padding-top: 20px;
}
#subtitle {
	text-align: center;
	font-size: 24px;
	margin-top: 5px;
}
#SerialNumber {
	display: block;
	color: gray;
}
#dede{
	float: left;
    margin-left: 100px;
    margin-top: 20px;
}
#copy {
	position: fixed;
	top: 503px;
	left: 550px;
	overflow: auto;
	font-size: 10px;
	color: grey;
}
.in-front {
	text-decoration: underline;
}
#large-button {
	float: right;
    width: 500px;
    margin-top: 25px;
    margin-right: 60px;
}
#large-button div {
	height: 45px;
	margin-bottom: 10px;
	font-size: 24px;
	background-color: #fff;
	padding-left: 75px;
    padding-top: 13px;
	border-radius: 5px;
	box-shadow: 0 1px 2px 1px #999;
	text-align: left;
}
#large-button div:active {
	background-color: #ffc000;
}
#large-button div sup {
	font-size: 10px;
}
#large-button .tech {
	background-image: url(./images/ico-tech.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 10px 50%, 97% 50%;
}
#large-button .ink {
	background-image: url(./images/ico-ink.png), url(images/com_icon_slide.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 10px 50%, 97% 50%;
}
#large-button .paper {
	background-image: url(./images/ico-conso.png), url(images/com_icon_slide.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 10px 50%, 97% 50%;
}
#large-button .staple {
	background-image: url(./images/ico-staple.png), url(images/com_icon_slide.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 10px 50%, 97% 50%;
}
