/* -- Copyright 2007 Lukáš Tomek --*/ /* -- Basics -- */
html,body,div,p,li,ul,form,fieldset,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font: normal 62.8%/ 1.3 Arial, Helvetica, sans-serif;
  background: #213855 url('../images/bg-body.gif') repeat-x;
  color: #fff;
}

a {
  color: #d30b3c;
}

a:hover {
  text-decoration: underline !important;
  color: #960000 !important;
}

a img {
  border: 0;
}

input {
  font-family: Arial, lucida, sans-serif;
  font-size: 1em;
  vertical-align: middle;
}

.submit {
  width: 120px;
  height: 29px;
  overflow: visible;
  border: none !important;
  background: url('../images/bg-submit.gif') no-repeat;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding-left: 35px;
  cursor: pointer;
}

.button {
  width: 99% !important;
  padding: 2px 0;
  border: 1px #a8b7c3 solid;
  margin: 2px 0;
  background-color: #fff;
}

img,div,td,span {
  behavior: url('../js/iepngfix.htc');
}

/* -- Size and color of headers -- */
h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.9em;
  color: #fff;
  font-weight: normal;
}

h3 {
  font-size: 1em;
  color: #9dda10;
  margin-bottom: 20px;
}

fieldset {
  border: 0 !important;
}

legend {
  display: none;
}

/* -- User frinedly features --*/
.hidden {
  display: none;
}

/* -- Main constructs -- */
h1 {
  width: 34px;
  height: 34px;
  overflow: hidden;
  position: absolute;
  top: 111px;
  left: 45px;
  text-indent: 50px;
}

h1 a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  color: #1d4954;
}

h1 span {
  background: url('../images/bg-breezy.png') 0 0 no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* -- 50% width boxes -- */
.col1 {
  width: 48% !important;
  float: left;
}

.col2 {
  width: 48% !important;
  float: right;
}

/* -- Main construct -- */
#loginForm {
  position: relative;
  width: 490px;
  margin: 180px auto 0;
  font-size: 1.2em;
}

#loginForm .in {
  height: 255px;
  padding-top: 30px;
  background: url('../images/bg-loginform.jpg') no-repeat;
}

#loginForm form {
  position: relative;
  height: 200px;
  margin: 0 30px 0 100px;
}

#loginForm label {
  font-weight: bold;
  color: #97bfee;
  display: block;
  margin-bottom: 5px;
}

#loginForm .submit {
  position: absolute;
  right: 0;
  bottom: 0;
}

#loginForm p {
  position: absolute;
  left: 0;
  top: 140px;
  width: 100%;
}