BODY, HTML, FORM
{
	height: 100%;
	padding: 0px;
	margin: 0px;
}

BODY
{
	background-color: white;
	color: black;
	font-family: Tahoma;
}

input[type=submit]
{
    padding:0.12em 0.8em;
}

A, A:visited
{
	color: #205a8a;
}
A:hover
{
	color: #205a8a;
}

TABLE
{
	border-collapse: collapse;
}

TD
{
	padding: 0px;
}

.panel
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
	width: 100%;
	height: 100%;
}

.panel TD
{
	vertical-align: middle;
}

.logon
{
	background-position: left top;
	background-image: url(images/logon.jpg);
	background-repeat: no-repeat;
	background-color: white;
	width: 380px;
	height: 258px;
	display: block;
	text-align: left;
}

.input
{
	position: absolute;
	margin-left: 118px;
	margin-top: 110px;
}
.input TD
{
	padding: 4px;
}


.input .send
{
	text-align: right;
}

.input .send INPUT
{
	width: 64px;
}

.param INPUT, .param SELECT
{
	border: solid 1px black;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 198px;
}

.empty
{
	color: #969696;
}

.copy
{
	font-size: 0.60em;
	position: absolute;
	margin-left: 39px;
	margin-top: 215px;
}

.copy A, .copy A:hover
{
	color:white;
	text-decoration: none;
}

.copy A:hover
{
	text-decoration: underline;
}




.label
{
	font-size: 8pt;
	padding-bottom: 2px;
	padding-top: 8px;
}
.logon .content
{
	margin-top: 262px;
	font-size: 9pt;
	margin-left: 24px;
	width: auto;
	color: gray;
	position: absolute;
}
.logon .content SPAN
{
	cursor: hand;
}

.logon .content .button
{
	margin-bottom: 2px;
	margin-right: 2em;
	float: left;
}
.logon .content .button IMG
{
	vertical-align: middle;
	margin-right: 4px;
}


table.padding td
{
	padding:0.1em 0.2em;
}
.reminder
{
	width: 460px!important;
	font-family: Times New Roman;
	text-align: left;
	border:none!important;
}

.reminder .h1
{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}


.framed-red
{
	width:490px!important;
}
.framed-red, .framed-red .f_r, .framed-red .f_b, .framed-red .f_l, .framed-red .f_c
{
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.framed-red .f_tt, .framed-red .f_rr, .framed-red .f_bb, .framed-red .f_ll
{
	display: none;
}
.framed-red
{
	margin: 0 30px 15px 0;
	background: url('images/hint3-t.png') no-repeat left top;
}
.framed-red .f_r
{
	left: 30px;
	background: url('images/hint3-r.png') no-repeat right top;
}
.framed-red .f_b
{
	top: 30px;
	background: url('images/hint3-b.png') no-repeat right bottom;
}
.framed-red .f_c
{
	float: none;
	position: relative;
	left: 30px;
	top: -15px;
	padding: 1px 0;
	margin: 0 30px 0 0;
	background: white;
}
.framed-red .f_l
{
	left: -30px;
	padding: 15px 0;
	background: url('images/hint3-l.png') no-repeat left bottom;
}
* html .framed-red .f_r, * html .framed-red .f_b, * html .framed-red .f_l
{
	height: 0;
}
* html .framed-red .f_tt, * html .framed-red .f_rr, * html .framed-red .f_bb, * html .framed-red .f_bb *, * html .framed-red .f_ll, * html .framed-red .f_ll *
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
* html .framed-red .f_tt
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/hint3-t.png,sizingMethod=crop);
}
* html .framed-red .f_rr
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/hint3-r.png,sizingMethod=crop);
}
* html .framed-red .f_tt, * html .framed-red .f_bb
{
	width: expression( parentNode.offsetWidth );
	height: 30px;
}
* html .framed-red .f_rr, * html .framed-red .f_ll
{
	width: 30px;
	height: expression( parentNode.offsetHeight );
}
* html .framed-red .f_bb, * html .framed-red .f_ll
{
	overflow: hidden;
}
* html .framed-red .f_bb *
{
	width: 3000px;
	height: 30px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/hint3-b.png,sizingMethod=crop);
}
* html .framed-red .f_ll *
{
	width: 30px;
	height: 3000px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/hint3-l.png,sizingMethod=crop);
}

/* Исправляем неправильный расчет позиции при "нечетной ширине" */
* html .framed-red .f_rr, * html .framed-red .f_bb *
{
	right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 );
	left: auto;
}
* html .framed-red .f_ll, * html .framed-red .f_ll *, * html .framed-red .f_bb, * html .framed-red .f_bb *
{
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
	top: auto;
}

