/* 
    Document   : login
    Created on : 03.10.2010, 00:38:52
    Author     : borowski
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body, html {
  font-family: sans-serif;
  font-size: 10pt;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

h1 {
  color: #555555;
  font-size: 1.2em;
}

div#loginbox {
  width: 65%;
  background: url('../images/bg_login.png') repeat;
  height: 75%;
  padding: 15% 0 0 15%;
  float: left;
}

div#loginbox img {
  position: relative;
  left: 144px;
  margin-bottom: 20px;
}

input[type='text'], input[type='password'] {
  border: 1px solid #555555;
  padding: 5px;
  display: block;
  width: 250px;
}

label {
  display: block;
  width: 130px;
  float: left;
  clear: left;
  padding: 7px 14px 7px 0px;
  color: white;
  text-align: right;
}

label.checkbox {
  width: auto;
  margin-left: 144px;
  float: none;
  text-align: left;
  padding: 7px 0px;
}

button {
  clear: left;
  margin: 20px 0px 0px 144px;
}

div.charly {
  background: white url('../images/charly.png') no-repeat left bottom;
  height: 100%;
  margin-left: 80%;
}