﻿/*/////////////////////////////////////////////////////////////////////
	Register
/////////////////////////////////////////////////////////////////////*/
	
	.registerinput {
		height:18px; width:227px;
		background:#fff url(../../images/misc/login-inputs.gif) repeat-x;
		border:1px solid #9B9B9B;
		margin:2px 4px 0 0;
		display:inline; float:left;
	}
	.registerinputLong {
		height:18px; width:400px;
		background:#fff url(../../images/misc/login-inputs.gif) repeat-x;
		border:1px solid #9B9B9B;
		margin:2px 4px 0 0;
		display:inline; float:left;
	}
	
	.registerLabel
	{
	    color:#000000;
	    font-weight:normal;
	    font-size:11px;
	}
	
    .registerLabel2
	{
	    color:#000000;
	    font-weight:bold;
	    font-size:11px;
	}
	/* BARCODE TABLE */
	
table.barcode {
	border-width: 1px;
	b order-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.barcode th {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: #f5f5f5;
}
table.barcode td {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: #f5f5f5;
}
