form {

}

.button {
	border: 1px solid silver;
	background-color: white;
	margin: 16px;
}

.button_block {
	width: 100%;
	padding: 8px 16px 8px 16px;
	text-align: right;
}

.calendar, .checkbox, .button, .action {
	cursor: pointer;
	_cursor: hand;
}

.textbox {
	font-size: 11px;
	border: 0px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	padding: 2px 2px 2px 4px;
}

textarea {
	overflow: auto;
}

.form_table {
	border: 0px;
}

.form_table tr td {
	vertical-align: top;
}

.counter {
	padding-left: 3px;
	font-size: 1px;
}

div.listbox {
	border: 1px solid gray;
	background-color: #eff0f0;
	display: none;
	position: absolute;
	padding: 2px;
	margin: 0px 0px 0px 108px;
	_margin: 22px 0px 0px -148px;
}

div.listbox {
	margin: -9px 0px 0px 20px;
}

div.listbox div:hover {
	background-color: white;
}

input.listbox_text {
	height: 20px;
}

img.listbox_btn {
	/*margin-top: 4px;*/
	margin-bottom: -6px;
}