/**
 * OLE 2.0 login-stylesheet
 * 
 * Description
 * 
 * @license		GNU General Public License
 * @author		Davey Yzermans
 * @link		http://www.daveyyzermans.nl/
 * @email		ik@daveyyzermans.nl
 * 
 * @file		login.css
 * @version		1.0
 * @date		22-05-2009
 * 
 * Copyright (c) 2009
 */

body,html {
  background: #4e88d6;
  overflow: hidden;
  height: 100%;
}

div.clouds {
  width: 2502px;
  height: 540px;
  background: url(../images/login/bg_clouds.gif) top repeat-x;
  position: absolute;
  top: 50px;
  right: 0px;
}

div.banner {
  position: absolute;
  top: 190px;
  right: 50%;
  margin: -20px -225px 0 0;
  text-align: center;
  width: 450px;
  height: 40px;
}

div.login {
  position: absolute;
  top:203px;
  left: 50%;
  width: 370px;
  margin-left: -185px;
}

div.plane1 {
  background: url(../images/login/plane1.png) no-repeat;
  height: 18px;
  width: 45px;
  position: absolute;
  top: 385px;
  left: -45px;
}

div.plane2 {
  background: url(../images/login/plane2.png) no-repeat;
  height: 18px;
  width: 45px;
  position: absolute;
  top: 367px;
  right: -45px;
}

div.balloon {
  background: url(../images/login/balloon.gif) no-repeat;
  height: 30px;
  width: 46px;
  position: absolute;
  top: 348px;
  visibility: hidden;
}
