@charset "utf-8";
body  {
	font-family:"Tahoma";
	font-size:11px;
	text-align:left;
	color: #685E49;
}
td {
	font-size:11px;
}
.w100 {
	width: 160px;
	text-align: right;
}
h1 {
	font-size:14px;
}
h2 {
	font-size:12px;
	height: 8px;
}
.multiline {
	height: 50px;
}
.oneline {
	height: 20px;
}
.inputfield {
	font-family:"Tahoma";
	font-size:10px;
	width: 180px;
	height: 20px;
	color: #685E49;
	position: absolute;
	left: 200px;
}
.inputsameline {
	font-family:"Tahoma";
	font-size:10px;
	width: 180px;
	height: 12px;
	color: #685E49;
}
.inputarea {
	font-family:"Tahoma";
	font-size:10px;
	width: 180px;
	height: 48px;
	color: #685E49;
	position: absolute;
	left: 200px;
}
.inputarealong {
	font-family:"Tahoma";
	font-size:10px;
	width: 380px;
	height: 30px;
	color: #685E49;
}
.inputbutton {
	font-family:"Tahoma";
	font-size:11px;
	font-weight: bold;
	color: #685E49;
}
#confirm {
	border: 2px solid #04276F;
	background-color: #FFFFFF;
	position: absolute;
	font-size: smaller;
	width: 380px;
	height: 300px;
	text-align: left;
	left: 20px;
	top: 400px;
	overflow: auto;
	display: none;
}
#confirm .newTopLeft {
	background-color: #FFFFFF;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}
#confirm .newTopRight {
	background-color: #FFFFFF;
	text-align: right;
}