/* Окна */
.window { background:url(/img2/win-bg.jpg) 0 100% no-repeat; position:absolute; font-size:14px; margin:1; z-index:1000; }
.window form { margin:0; } 

/* Авторизация */
.auth { width:285px; height:170px; right:10px; top:18px; }
.auth * { position:absolute; }
.auth form { position:static; }
.auth b.h1 { left:100px; top:15px; }
#win_close a.close { position:absolute; left:227px; top:2px; font-size:11px; color:#3333cc; }
#win_close a.close:hover { color:red; }
.auth input { width:150px; }
.auth span.login { left:35px; top:50px; }
.auth input.login { left:100px; top:46px; }
.auth span.passw { left:35px; top:90px; }
.auth input.passw { left:100px; top:86px; }
.auth input.submit { left:100px; top:122px; width:80px; }
