table, td {
	vertical-align: top;
	
}
th {
	background-color: #990100;
	color: #fff;
	padding-left: 5px;
	border-right: 1px dotted #fff;
}
input, textarea, file, select {
/*	border: 1px solid #000;
	background-color: #F8F8F8; */
}
input#save_label, input#refresh_label {
	border: 1px solid #172b60;
	background: silver;
	width: 300px;
	height: 25px;
	color: #172b60;
	font-weight: bold;
	margin-right: 10px;
}
table#labeltable {
	border-collapse: collapse;
	border: 1px solid #990100;
	width:80%;
}
table#labeltable td {
	border: 1px dotted #990100;
	padding: 5px;
}
table#labeltable input, table#labeltable textarea, table#labeltable select {
	font-size: 10px;
	}
table#labeltable input, table#labeltable textarea{
	font-size: 10px;
	width:100px;

	}
	
#inputbox {
	/*width: 1000px;*/
}
a.buttonstyle {
	border: 1px solid silver;
	background: white;
	padding: 3px;
	text-decoration: none;
	color: black;
}
