
input[type=text],input[type=number] {
  background: none repeat scroll 0px 0px rgb(248, 245, 242); 
  border: 1px solid rgb(211, 211, 211); 
  box-shadow: 0px 0px 3px rgb(208, 208, 208) inset; 
  color: rgb(102, 102, 102); 
  padding: 4px; 
  position: relative; 
  left: 7px; 
  top: 4px; 
  width: 120px; 
  outline-width: 0;
  -webkit-appearance: none;
  border-radius: 0px;
}

input[type=text]:focus,input[type=number]:focus {
	background:#FFF;
	color:#000;
	border:1px solid #FFF;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
}
input[type="text"]:hover,input[type=number]:hover {
	background:#FFF;
	color:#000;
}

input[type="button"]:hover {
	-moz-box-shadow: inset 0 0 15px #333;
	-webkit-box-shadow: inset 0 0 15px #333;
	box-shadow: inset 0 0 15px #333;
	-webkit-appearance: none;	
}

.divrow {
  display: block; 
  height: 30px;
  border-bottom:1px solid #ece5dc;
  margin-left: 4px; 
  margin-right: 4px;
}
.cb {
  position: absolute;
  cursor:pointer;
  clip: rect(0px, 31px, 32px, 0px);
}
.cbs {
  display: inline-block; 
  left: 30px; 
  position: relative;
  top:6px;
  cursor:pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.bt {
  -webkit-appearance: none;
  border: medium none; 
  border-radius: 3px; 
  color: rgb(255, 255, 255); 
  cursor: pointer; 
  padding: 4px 8px; 
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3); 
  position: relative; 
  left: 47px; 
  top: 4px; 
  background: none repeat scroll 0px 0px rgb(255, 102, 0);
}
