﻿body {
  background-image: url('../Images/bg.jpg');
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  margin: 0px;
  padding: 0px;
  text-shadow: 1px 1px 1px #fff;
}

img {
  border: 0px;
}

h1 {
  color: #000;
  display: inline;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

h2 {
  font-size: 2.35em;
  color: #c20000;
  text-shadow: 1px 1px 0px #fff;
  margin: 0;
  padding: 0;
}

p {
  font-size: 1em;
  text-align: left;
  line-height: 1.5em;
  padding: 0;
  margin: 0px 0px 5px 0;
}
/******************** GENERAL CLASS ********************/
.nowrap {
  white-space: nowrap;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  padding: 0px;
  margin: 0px;
}

.attention {
  background-color: #ff9999;
}

.top {
  vertical-align: top;
}

.grey {
  color: #808080;
}

.red {
  color: red;
}

.info {
  text-shadow: none;
  font-weight: bold;
  background-color: #ff9999;
  padding: 5px 40px;
}
/******************** GENERAL CLASS ********************/

/******************** LAYOUT ********************/
div.top {
  text-align: left;
  margin: 50px 15px 20px 0px;
}

  div.top .version {
    color: #c20000;
    font-size: 1.25em;
    font-weight: bold;
  }

div.middlePart {
  width: 430px;
  text-align: center;
  margin: 20px auto -86px auto;
}

table.entryPage {
  width: 100%;
  padding: 4px;
}

  table.entryPage td {
    text-align: right;
    font-size: small;
    padding: 2px;
  }

  table.entryPage table {
    margin: 10px auto;
    width: 91%;
  }

  table.entryPage .loginLabel {
    font-weight: bold;
    /*	padding: 12px 5px 10px 5px;*/
    text-align: left;
    font-size: 1.35em;
  }
/******************** LAYOUT ********************/
.undercon {
  position: absolute;
  left: 40px;
  bottom: 40px;
  float: left;
  text-shadow: 1px 1px 0px #fff;
  width: 97%;
  border-top: 1px solid #eee;
}

  .undercon img {
    vertical-align: -10px;
  }

  .undercon p {
    padding-top: 12px;
  }

.corner {
  position: relative;
  top: 195px;
  right: 190px;
}

.buttons, .button, .buttons_sel, .buttons_des {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: white url('../Images/bg-button.png') 0 bottom repeat-x; /* Image fallback */
  background: -moz-linear-gradient(0% 170% 90deg, #c4c4c4, white);
  background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#c4c4c4));
  border: 2px solid;
  border-color: #99ccff;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  /*  font-family:            "helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif;
	*/ font-size: 11px;
  outline: 0;
  padding: 8px 14px;
  text-decoration: none;
  text-shadow: 1px 1px 0 white;
  white-space: nowrap;
  margin: 8px 8px 1px 8px;
  width: 87px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

  .buttons:hover, .button:hover {
    background: -moz-linear-gradient(0% 170% 90deg, #b8b8b8, white);
    background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#b8b8b8));
    border-color: #66B3FF!important;
    color: #333333!important;
  }

.shadow {
  background-color: #fff;
  -moz-box-shadow: -4px 4px 6px #ccc;
  -webkit-box-shadow: -4px 4px 6px #ccc;
  box-shadow: -4px 4px 6px #ccc;
  border: 1px solid #c4c8cc;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  border: 1px solid #c4c8cc;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px;
  font-size: 1em;
}

.margin {
  padding-left: 40px;
}

form.support {
  font-size: small;
}

  form.support input[type=text], form.support input[type=tel], form.support input[type=email]   {
    width: 250px;
    padding: 6px;
  }

  form.support textarea {
    width: 395px;
    padding: 6px;
    border: 1px solid #ccc;
  }

blockquote.attention {
  font-style: normal;
  text-shadow: none;
  margin: 20px 0px;
  padding: 20px;
  font-size: 1.2em;
  color: #000;
  line-height: 1.3em;
  border: 1px solid #dc564a;
}
