div#status-line {
	display: none;
	clear: both;

	min-height: 65px;
	_height: 65px;

	font-size: 12px;
	line-height: 18px;

/*	margin: 10px 13px;*/
	padding: 10px 10px 10px 110px;

	border: 1px solid #ccc;
	background: #fff url('/img/bg-status-line.gif') no-repeat;
	/*color: #0aa3f2;*/
}
div#status-line p.msg-error { color: red; }
div#status-line p.msg-warning { color: green; }
div#status-line p.msg-message { color: #0aa3f2; }

div#fatal-error-box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;

	display: block;
	width: 100%;
	background: transparent url('/img/ajax-loader-bg.gif') repeat;
}
div#fatal-error-box-msg {
	width: 50%;

	margin: 200px auto;
	padding: 30px;
	background: #fff;
	border: 1px solid #666;

	text-align: left;
}
div#fatal-error-box-msg h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
div#fatal-error-box-msg h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
div#fatal-error-box-msg p {
	font-size: 12px;
	font-weight: normal;
}
div#ajax-loader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;

	display: block;
	width: 100%;
	background: transparent url('../img/ajax-loader-bg.gif') repeat;
}
div#ajax-loader-body {
	position: fixed;
	_position: absolute;
	top: 40%;
	left: 40%;

	width: 200px;

	padding: 30px;
	background: #fff;
	border: 1px solid #666;

	text-align: center;
	font-weight: bold;
	font-size: 14px;

}



/* =Forms (Формы)
----------------------------------------------- */
form { clear: both; padding: 10px 0; }
div.form-grid {
/*	float: left;*/
	clear: both;
	padding: 13px;
/*	margin-top: 10px;*/
}
div.form-grid label {

	clear: both;
	float: left;
	width: 200px;
	margin-bottom: 15px;
	padding: 0 15px 0 0;

	color: #6d7686;
	font-size: 14px;
	/*	border: 1px solid red;*/
}
div.form-grid br {
	#clear: all;
}
div.form-grid b {
	float: left;
	margin-bottom: 15px;
	padding: 0 0 0 15px;

	font-weight: normal;
	/*	border: 1px solid green;*/
}
div.form-grid b span {
	color: #6d7686;
	font-size: 12px;
	font-weight: bold;
}
div.form-grid b.req {
	background: transparent url('/img/bg-required.gif') no-repeat scroll left top;
}
div.form-grid b.buttons {
	clear: left;
	margin-left: 215px;
}
div.form-grid label.inside {
	display: inline;
	float: none;
	clear: none;
	font-size: 12px;
}
span.small-text {
	font-size: 10px;
}

div.form-grid a.bt {
	display: block;
	float: left;
	height: 33px;
	padding: 0;

	border: 0;
	outline: none;
	margin-right: 10px;
	
	background-color: transparent;
	background-scroll: scroll;
	background-repeat: no-repeat;
	background-position: top left;
}


b.buttons a {
}

/* Positive buttons */
b.buttons a.order,
b.buttons a.register,
b.buttons a.add,
b.buttons a.ok,
b.buttons a.update,
b.buttons a.filter,
b.buttons a.search {width: 103px}

b.buttons a.order:hover,
b.buttons a.register:hover,
b.buttons a.add:hover,
b.buttons a.ok:hover,
b.buttons a.update:hover,
b.buttons a.filter:hover,
b.buttons a.search:hover {background-position: -103px 0px }

div.form-grid a.add {background-image: url('../img/bt-add.gif')}
div.form-grid a.ok {background-image: url('../img/bt-ok.gif')}
div.form-grid a.update {background-image: url('../img/bt-update.gif')}
div.form-grid a.filter {background-image: url('../img/bt-filter.gif')}
div.form-grid a.search {background-image: url('../img/bt-search.gif')}

/* Negative buttons */
b.buttons a.back,
b.buttons a.reset,
b.buttons a.clear,
b.buttons a.cancel {width: 98px}

b.buttons a.back:hover,
b.buttons a.reset:hover,
b.buttons a.clear:hover,
b.buttons a.cancel:hover {background-position: -98px 0px}

div.form-grid a.back {background-image: url('../img/bt-back.gif')}
div.form-grid a.reset {background-image: url('../img/bt-reset.gif')}
div.form-grid a.clear {background-image: url('../img/bt-clear.gif')}
div.form-grid a.cancel {background-image: url('../img/bt-cancel.gif')}


div.form-grid input.readonly {
	background: #f1f2f3;
	border: 1px solid #ccc;
}

iframe#submit_frame {
	height: 1px;
	width: 1px;
}
div#note {
	clear:both;
	height: 50px;
	padding: 20px;

	color: #6d7686;
	font-size: 11px;
	text-align: left;
}
.required {
	padding-left: 14px;
	background: transparent url('../img/bg-required.gif') no-repeat scroll left top;
}




