
body {
	
	font-size: 9px;
	}

.label 
	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	z-index: 100;
	text-align: left;
	position: absolute;
	font-size: 9px;
	border-top-style: none; 
	border-right-style: none;
	border-left-style: none; 
	border-bottom-style: none;
	background-color: transparent;
	
	}
	
.center_input
	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	z-index: 100;
	text-align: center;
	position: absolute;
	font-size: 11px;
	background-color: #e2ffd5;
	}

.left_input
	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	z-index: 100;
	text-align: left;
	position: absolute;
	font-size: 11px;
	background-color: #e2ffd5;
	}

.accessories_div
	{
	background-color: #d7d7d6;
	border-top:  thin solid #a0a0a0;
	border-left:  thin solid #a0a0a0;
	border-right:  thin solid #a0a0a0;
	border-bottom:  thin solid #a0a0a0;
	}

