<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>OpenSheeet ver 0.3a</title>
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.7.1.custom.min.js"></script>
<script type="text/javascript" src="js/jquery.corner.js"></script>
<script>
$(document).ready(function(){
$("div[id=corner]").corner("round");
});
</script>
</head>
<body>
<!-- <div style="width: 100%; height:100%; background: #fd0;">-->
<form method='POST' action='index.php'>
<div style="width: 80%;
height: 800px;
background-image: url('images/logo-crop.jpg');
background-repeat: no-repeat;
background-position: 50% 10%;">
<!---->
<!--<div style="position:relative; right:50%; top:50%; float:right;">-->
<!--<div style="position:relative; right:-50%; top:-50%; border: 1px dashed green; color: green;">-->
<!--<img src="images/logo.jpg" style="width: 300px; height:300px;"></img>-->
</div>
<!-- </div>-->
<!-- </div>-->
<div id="corner" style="z-index:23; width: 400px; height: 250px; position:absolute; display:block; left:50px;top:50px; background-color:#fd0;">
<div style="position:relative;width: 300px; height: 200px; right:-50px;top:25px;">
<table>
<tr><td>Login:</td><td><input type='text' name='login' maxlength="40" size='15'></td></tr>
<tr><td>Password:</td><td><input type='password' name='pass' maxlength="40" size='15'></td></tr>
<tr><td>Language</td><td align=center><select name='lang' id="select1">
<option selected value="russian">Ð ÑÑÑкий ЯзÑк</option>
<option value="english">English</option>
</select>
<tr><td></td><td align=center><input style="width:100%;" type='submit' name='ok' value='GO'></form></td></tr>
</table>
</div>
</div>
</div>
</body>
</html>