.QrPulldown {
	padding: 1px;
}
.QrPulldownButton {
	margin-left: 2px; position: relative; z-index: 0;
}
.QrPulldownInput {
	height: 22px; padding-left: 2px;
}
.QrPulldownFCMenu {
	border: 1px solid gray; width: 400px; position: absolute; z-index: 2; background-image: url("pulldownfc-back.gif"); background-color: rgb(238, 238, 238);
}
.QrPulldownMenu {
	border: 1px solid gray; width: 200px; position: absolute; z-index: 2; background-image: url("pulldown-back.gif"); background-color: rgb(238, 238, 238);
}
.QrPulldownItemHover {
	padding: 2px; border: 1px solid rgb(51, 102, 204); background-color: rgb(204, 204, 255);
}
.QrPulldownItem {
	padding: 3px; width: 95%;
}
