.block1 
       { 
	width: 510px; 
	background: #E8EBF5;
        padding:5;
	border: solid 1px #7F94AF; 
       overflow: auto;
        }
  .block2 
        {    
	width: 510px; 
	background: #E8EBF5;
        padding-left:10;
	border: solid 1px #0099CC; 
	float: left;
         overflow: auto;
         }
.right
{
font-size:14px;
text-align: right;
color:#777777;
width: 100px;
font-weight: bold;
}
.right b
{
color:red;
}
.center
{
font-size:15px;
text-align: center;
color:#777777;
font-weight: bold;
}
.name
{
 color: #777777;
 font-weight: bold;
 font-size:18px;
}
a:link.lino      {color: #555555;cursor:pointer; text-decoration:none; font-size:11pt; font-weight:bold; background: #C4C5C0;border:1px solid #666666;}
a:visited.lino 	{color: #555555;cursor:pointer; text-decoration:none; font-size:11pt; font-weight:bold; background: #C4C5C0;border:1px solid #666666;}
a:hover.lino 	{color: #999999;cursor:pointer; text-decoration:none; font-size:11pt; font-weight:bold; background: #E4BEBA;border:1px solid #666666;}

.tab_mess
{
 width:510px;
 background:#C5C4C0;
 border:0;
 padding:3;
}
.errid
{
color:#6C2A29;
font-weight: bold;
}
.errid b
{
 color:#217A2E;
}
.inpat
{
width:155px;
height:25px;
}
.inpatcode
{
width:73px;
height:25px;
}
.inp_nam
{
width:260px;
height:25px;
position: relative;
font-size:14px;
color:#777777;
font-weight: bold;
}
.inpat1
{
width:155px;
height:25px;
position: absolute;
left:111;
top:0;
z-index:1;
}
.inp_nam1
{
 position: absolute;
 left:115;
 top:5;
z-index:50;
}
.inp_nam1 b
{
color:red;
}
.sti
{
text-align:right;
background:#BEBEBE;
color:#444444;
font-weight: bold;
}
.sti1
{
text-align:center;
background:#BEBEBE;
color:#777777;
font-weight: bold;
}
.err
{
position:relative;
}
.errche
{
width:350px;
background:#FAC7C6;
border:1px solid #DC100B;
cursor:default;
left:300;
top:-50;
position: absolute;
padding:10px;
z-index:25;
opacity: 0.90; /* Задание прозрачности поля подсказки */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
filter:alpha(opacity=90); /* IE 5.5+*/
-moz-opacity: 0.90; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.90; /* Konqueror 3.1, Safari 1.1 */
}
.errchespan
{
width:50px;
height:50px;
cursor:pointer;
left:275;
top:-75;
position: absolute;
z-index:35;
}
.help
{
position:relative;
}
.errche_help
{
width:350px;
background:#99FF99;
border:1px solid #009900;
cursor:default;
left:300;
top:-50;
position: absolute;
padding:10px;
z-index:25;
opacity: 0.80; /* Задание прозрачности поля подсказки */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
filter:alpha(opacity=80); /* IE 5.5+*/
-moz-opacity: 0.80; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.80; /* Konqueror 3.1, Safari 1.1 */
}
.errchespan_help
{
width:50px;
height:50px;
cursor:pointer;
left:275;
top:-75;
position: absolute;
z-index:35;
}