*{
	overflow:auto;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	background-color:#a0a0a0;
}
table{
	font-size:11px;
	font-weight:bold;
}
input, select{
	font-size:11px;
}
.input_field{
	height:20px;
}
#content {
	background-color:#ffffff;
	width:1000px;
	height:620px;
	margin-left:auto;
	margin-right:auto;
}
#title_bar {
	margin-top:10px;
	text-align:center;
}
#masterfile {
	width:96%;
	padding-left:20px;
	margin-top:10px;
}
#masterfile_header1 {
	float:left;
	width:50%;
	/*padding-right:105px;*/
	/*background-color:yellow;*/
}
#vendor_code_list{
	width:200px;
	max-height:300px;
	overflow:auto;
}
#masterfile_header2{
	float:left;
	width:40%;
	/*background-color:green;*/
}
.div_clear{
	clear:both;
}
#masterfile_defaults_field{
	padding-top:10px;
	width:100%;
}
#masterfile_details{
	margin-top:10px;
	width:99.5%;
	height:250px;
	border: 1px solid black;
	font-weight:bold;
}
.tbl_details {	
	border: 5px solid black;
	border-collapse:collapse;
}
#tbl_details_header {
	text-align:center;
	background-color:c0c0c0;
	font-size:11px;
	/*border: 1px solid black;
	/*border-collapse:collapse;*/
}
#barcode_reference, #conversion_factor{
	width:100px;
}
#fieldButton_container{
	width:95%;
	float:left;
}
#submit_button_container {
	float:left;
	margin-top:20px;
	width:95%;
}
.field_button{
	float:right;
}
.button {
	width:100px;
	height:30px;
	font-size:12px;
}
.error_msg{
	color:red;
}