
.Quantity{
	border-style: ridge;
	margin-right: 5px;
}
.username{
	border-style: ridge;
	margin-right: 5px;
}
.password{
	border-style: ridge;
	margin-right: 5px;
}
.custpartno{
	border-style: ridge;
	margin-right: 5px;
}	
.hanonpartno{
	border-style: ridge;
	margin-right: 5px;
}	
.partname{
	border-style: ridge;
	margin-right: 5px;
}	
.packqty{
	border-style: ridge;
	margin-right: 5px;
}	
.Remarks{
	border-style: ridge;
	margin-right: 5px;
}	


.userid{
	border-style: ridge;
	margin-right: 5px;
}
div .spacer{
	width: 10px;
	display: inline-block;
}

.ltext {
text-align:center;
vertical-align:middle; 
display:table-cell;
}

.changebutton{
	width:100%;
	height:100%;
	border-radius: 15px 15px 15px 15px;
}


.lfield{
	border-radius: 15px 15px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-size:1.2em;
	width:100%;
	height:30%;
	font-size:0.8em;
}

.bfield{
	border-radius: 0px 0px 15px 15px;
	padding: 5px 5px 5px 5px;
	width:100%;
	height:70%;
	border:none;
	font-size:1.2em;
	
}

.sfield{
	border: none;
	background: DodgerBlue;
	font-size: 1.2em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 0px 15px 15px 15px;
	padding: 5px;
}

.coverwidth{
	border-radius: 15px 15px 0px 15px;
	width: 100vw;
}

::placeholder { /* Firefox, Chrome, Opera */ 
    color: gold; 
} 
  
.slabel {
	font-size: 0.9em;
}

.sfieldset{
	white-space:nowrap;
}



.gRow {
	text-align: center;
	font-size: 1.1em;
}

.cRow {
	border-style: ridge;
	text-align: center;
	font-size: 0.9em;
	height:30px;
}


.tSKUCode{
	width: 20px;
	align:left;
	display: block;
	margin-top:auto;
	margin-bottom:auto;
	margin-left: 5px;
}
.tLongName{
	width: 150px;
	align:left;
	display: block;
	margin-top:auto;
	margin-bottom:auto;
	margin-left: 5px;
}

.tMRP {
	width: 20px;
	align:right;
	display: block;
	margin-top:auto;
	margin-bottom:auto;
	margin-left: 5px;
}

.sButton {
	border-radius: 5px;
	height:25px;
	width:25px;
	font-size:1.0em;
	padding: 0 0 0 0;
	min-height:20px;
	line-height: 0px;
}