.form {
  border: 1px solid #ccc;
  display: block;
  background: #fff;
  width: auto;
  margin: 20px -30px 20px 0;
}

.field_note {
  color: #999;
  font-size: 10px;
  padding-left: 4px;
  top: 0px;
  position: relative;
}

.form input, .form textarea {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

.form span input {
	width: auto;
	}

.form table {
  background: #f9f9f9;
  font-size: 11px;
  border-collapse: collapse;
}

.form td, .form th {
  padding: 10px 7px 10px 7px;
  border-bottom: 1px dashed #ccc;
 }

.form th {
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  color: #333;
  padding: 15px 5px 0 15px;
  vertical-align: top;
  width: 220px;
}

.form td {
	width: 350px;
	}
	
.form table table td {
  width: auto;
}

.buttonstrip input {
  width: 130px;
  padding: 5px 10px;
}


.buttonstrip th {
  border: none;
  padding: 15px 10px;
  text-align: center;
  width: auto;
  background: #f9f9f9;
}

.buttonstrip p, .buttonstrip p td {
  text-align: left;
  font-size: 9px;
  line-height: 12px !important;
  text-transform: none !important;
}

sup {
  font-family: Arial, Helvetica, sans-serif;
  color: #cc0000;
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 1px;
  left: 2px;
  vertical-align: baseline;
  padding-right: 3px;
}



/* For the calendar */
.control-locked {
  background: transparent;
  border-style: none;
  font-weight: bold;
  height: 15px;
  line-height: 13px;
  margin-right: 3px;
  position: relative;
  top: -4px;
  cursor: default;
  color: #000;
}

.input-date {
  width: 75px;
}

#calDeliveryDate a, #calDeliveryDate a:hover {
  margin-top: 15px;
  background: transparent; 
}

.form_header {
  text-transform: uppercase;
  font-size: 9px;
  padding-left: 1px;
}

#txtCode input {
	width: 90px;
	margin-right: 3px;
	}

#txtDescription input {
	width: 215px;
	margin-right: 3px;	
	}


#txtQty input {
	width: 30px;
	margin-right: 3px;	
	}
	
#txtPrice input {
	width: 40px;
	margin-right: 3px;	
	}
	
	
.btnAdd {
	width: auto !important;
	padding: 5px 10px;
	}
	
/* Datagrid */

.datagrid_container {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc !important;	
	background: #ddd !important;	
	padding: 10px 5px 10px 15px !important;
	width: auto !important;
	}

.datagrid_container td {
  padding: 0;
  margin: 0;
  border: none;
}

.datagrid_container table, .datagrid_container tr {
  border: none;
  background: transparent;
}

.dataGrid {
	border: 1px solid #ccc;
	background: #fff !important;
	margin: 0 0 20px 0;
	width: 100%;
	}
	
.dataGrid td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #ccc;
	}
	
.dataGrid .odd td {
	background: #eee;
	}
	
.dataGrid .header td {
	font-weight: bold;
	color: #fff;
	background: #dc241f;
	}