@charset "utf-8";
/* CSS Document */
.loginform {
width:345px;
height:135px;
font-family:"trebuchet ms",arial,sans-serif,tahoma,verdana;
}
.loginform a {
font-size:11px;
text-decoration:underline;
color:#002c76;}
.login_header {
background-image:url(loginform/header.gif);
width:100%;
height:23px;
float:left;
padding:3px 0px 0px 0px;
}
.login_header h2{
margin:0px;
color:#FFFFFF;
font-size:17px;
text-align:center;
}

.login{
background-image:url(loginform/login_bg.gif);
height:98px;
width:333px;
float:right;
padding:12px 12px 0px 0px;
}
.username {
height:77px;
margin:0px;
padding:0px;
font-size:13px;
color:#002c76;
text-align:left;
border:0;
float:right;
max-width: 322px; /* для нормальных браузеров*/
width:expression(document.body.clientWidth < 255? "234px" : "252"); /* для ie*/
}
.formu {
width:101px;
background-image:url(loginform/form.gif);
border:0;
height:15px;
font-size:11px;
margin:0px 45px 0px 5px;
padding:5px;
float:right;
}
.formp {
width:101px;
background-image:url(loginform/form.gif);
border:0;
height:15px;
font-size:11px;
margin:0px 45px 0px 9px;
padding:5px;
float:right;
}

.submit {
width:auto;
margin:-46px 0px 0px 10px;
padding:0px;
height:21px;
float:right;
overflow:hidden;
}
.submit_l {
background-image:url(loginform/submit_l.gif);
background-repeat: no-repeat;
width:2px;
height:21px;
float:left;
}
.submit_m{background-image:url(loginform/submit_m.gif);
background-repeat:repeat-x;
width:auto;
height:21px;
font-size:10px;
color:#002c76;
border:0;
float:left;}
.submit_r {
background-image:url(loginform/submit_r.gif);
background-repeat: no-repeat;
width:2px;
height:21px;
float:left;}
.registr {
width:99%;
height:16px;
margin:3px 0px 0px 0px;
float:right;
overflow:hidden;
}
.forgot {
width:auto;
height:16px;
text-align:left;
float:left;

}
.newuser {
width:auto;
height:16px;
text-align:right;
float:right;
}
fieldset {
border:0;
height:25px;
padding:0px 0px 5px 0px;
}
.label {
float:left;
padding:3px 0px 0px 0px;}
