        .style1
        {
            padding-right: 35px;
            width: 65px;
        }
        .style2
        {
            font-weight: bold;
            text-align: right;
            width: 87px;
            padding-top: 10px;
        }
        .style3
        {
            width: 87px;
        }
        .style4
        {
            width: 100%;
        }
        .style5
        {
            width: 22px;
        }
        .style6
        {
            width: 2px;
        }
        .style7
        {
            width: 215px;
        }
        .style10
        {
            width: 127px;
        }
        .style13
        {
            width: 22px;
            height: 22px;
        }
        .style14
        {
            width: 127px;
            height: 22px;
        }
        .style15
        {
            width: 2px;
            height: 22px;
        }
        .style17
        {
            height: 22px;
        }
        .style18
        {
            height: 22px;
            width: 24px;
        }
        .style19
        {
            width: 24px;
        }
        .style20
        {
            width: 130px;
            height: 22px;
        }
        .style21
        {
            width: 130px;
        }
        .style23
        {
            width: 118px;
        }
        
        .style24
        {
            width: 16px;
        }
        .style25
        {
            width: 422px;
        }
        .style26
        {
            width: 589px;
        }
        .style27
        {
            padding-right: 35px;
            height: 20px;
            width: 329px;
        }
/* -------- Online Barcode Reader page option menu (put this code in "navigation.css")-------- */
#content_main ul.optionNav{
	list-style:none;
	overflow:hidden;
	padding:20px 0 35px 20px;
	}
#content_main ul.optionNav li{
	float:left;
	width:170px;  /* 2016-02-29 was 159 */
	height:100px;
	margin:0 0px 0 10px;
	}
#content_main ul.optionNav li label{
	font:normal bold 12px/14px Arial,Helvetica,sans-serif;
	}
#content_main ul.optionNav li img{
	clear:both;
	display:block;
	margin:3px 0 0 16px;
	border:2px solid #fff;
	}
#content_main ul.optionNav li img.selected{
	border:2px solid #FF0000;
	}
#content_main ul.optionNav li input{
	float:left;
	margin:0 7px 0 0;
	}
	
#ctl00_MainContent_cmdReadBarcodes{
	height:29px;
	background:url(../images/submit-btn.png) no-repeat 0 0;
	width:130px;
	border:0px;
	color:#fff;
	cursor:pointer;
	font: 0px/0px Arial,Helvetica,sans-serif ;
	text-indent:-99999;
	}
	
	
#ctl00_MainContent_cmdReadBarcodesBlue
{
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#d0451b; /* red */
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:17px;  
	/* font-weight:bolder; */ /* GM */
	padding:3px 6px; 
	text-decoration:none; text-align:center;
	text-shadow:0px 1px 0px #154682;
	}
	
	
#ctl00_MainContent_cmdReadBarcodesRed
{
	 text-align:center;
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:17px; /* GM was 13px; */
	/* font-weight:bolder;  */
	padding:3px 6px;  /* GM was 6px 24 px */
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;

	}
	


#content_main ul.optionNav li.first{
	height: 65px;
	width: 170px;
	margin: 0 0 10px 10px;
	}
#content_main ul.optionNav li.selected {
    float: left;
	border:1px solid #FF0000;
	padding:3px;
}
/* -------- Online Barcode Reader page other code (put this code in "global.css")-------- */
.form-Btns{
	display:block;
	margin:10px 0 0 0;
	}
