@charset "utf-8";
body  {
	font-family:"Tahoma";
	font-size:11px;
	text-align:left;
	color: #685E49;
}
h2 {
	font-family:"Tahoma";
	font-size:11px;
	color: #685E49;
}
#qrf {
	padding: 0px;
	margin: 0px;
}
#qrf table {
	width: 340px;
}
#qrf td {
	vertical-align: top;
	height: 10px;
}

.inputfield {
	font-family:"Tahoma";
	font-size:11px;
	width: 180px;
	height: 12px;
	color: #685E49;
}
.inputarea {
	font-family:"Tahoma";
	font-size:11px;
	width: 180px;
	color: #685E49;
}
.inputarealong {
	font-family:"Tahoma";
	font-size:11px;
	width: 360px;
	color: #685E49;
}
.inputbutton {
	font-family:"Tahoma";
	font-size:11px;
	font-weight: bold;
	color: #685E49;
}
.label {
	width: 100px;
}
.hint {
	display: block;
	position: absolute;
	left: 5px;
	top: 2px;
	width: 180px;
	color: #0050BF;
}
#sendmail {
	height: 160px;
	width: 160px;
	cursor: pointer;
}
#optinhelp {
	display: none;
}

#confirm {
	border: 2px solid #04276F;
	background-color: #FFFFFF;
	position: absolute;
	font-size: smaller;
	width: 240px;
	height: 100px;
	text-align: left;
	left: 0px;
	top: 20px;
	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;
}
#confirm td {
	text-align: left;
}