.nonopt {
	color: #ff0000 }
div.nonopt_left {
	position: absolute;
	left: -15px }
	* html div.nonopt_left {
		position: relative;
		float: left;
		left: 0 }

h2.sect {
	font-size: 12px;
	font-weight: bold;
	margin: 0px }

table.form {
	width: 780px;
	empty-cells: show;
	margin: 10px 0 20px 0 }

.frm_err {
	background-color: #f00;
	color: #fff;
	padding: 2px 5px 4px 5px;
}
div.fe_err {
	padding-right: 10px }

table.form td {
	vertical-align: top;
	padding-bottom: 5px }
td.cap, td.cap_err, td.fld_ro {
	border-top: 2px solid #f2f2f2;
	padding-top: 3px;
	padding-right: 20px;
	width: 280px }
td.cap_err {
	font-weight: bold;
	color: #ff0000 }
td.cap label {
	padding: 0 10px 5px 0;
	/*text-align: right;*/
	display: block }

td.fld, td.btn, td.fld_ro {
	border-top: 2px solid #f2f2f2;
	width: 480px;
	padding-top: 0 }
td.fld_ro {
	width: 370px;
	padding: 3px 5px 5px 5px }
td.sect {
	padding-top: 5px }

td.btn {
	text-align: right }
input.frm, select.frm, textarea.frm {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 480px;
	padding: 1px 0px 2px 0px }
select.frm {
	width: 100px;
	padding: 0px }
textarea.frm {
	height: 90px;
	padding: 3px }
button.frm_btn, button.frm_btn_def,
input.frm_btn, input.frm_btn_def {
	font-size: 11px;
	width: 120px;
	margin-top: 9px }
button.frm_btn_def,
input.frm_btn_def {
	font-weight: bold }
select.popup {
	background-color: #fff;
	color: #000;
	width: 300px }
select.popup_hidden {
	display: none }

div.cb_group {
	position: relative }
div.cb {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 3px }
	/* IE ... */
	* html div.cb {
		left: -23px;
		top: -5px }
div.cb_label {
	margin: 0 0 5px 20px }
input.cb {}

div.frm_hint {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	margin-top: 6px }
div.frm_hint p {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin-bottom: 6px }
div.frm_hint_above {
	font-weight: normal;
	margin: 3px 0 5px 0 }

/* table inside another table's cell */
table.inside td {
	padding: 0 }
tr.total td {
	font-weight: bold }

div#blender {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999 }
	* html div#blender {
		position: absolute;
		height: 200% }

div#blender table {
	width: 100%;
	height: 500px }
div#blender td {
	text-align: center;
	vertical-align: middle;
	font-weight: bold }

div.fe_lenlimit {
	font-size: 9px;
	line-height: 12px;
	color: #767f85;
	padding-top: 3px;
	padding-right: 10px;
	text-align: left }

input.disabled, textarea.disabled {
	background-color: #f2f2f2;
	color: #999;
}

.fi_details {
	font-size: smaller;
	color: blue;
}

button,
input[type="submit"],
input[type="reset"] {
	cursor: pointer;
}

div.cb_group input,
div.cb_group label {
	cursor: pointer;
}
