body {
  margin: 0;
  font-family: "Lucida Grande", Tahoma, Arial;
  font-size: 9pt;
  background: url("img/bg.jpg") no-repeat top center;
}

a:link, a:visited {
  color: #398FD1;
  text-decoration: none;
}

a:hover {
  color: #215B87;
  text-decoration: underline;
}

img {
  border: 0;
}

#ring {
  height: 50px;
  background: url("http://www.cloudeo.fi/img/topbar.gif") repeat-x;
}

#ring ul {
  width: 960px;
  margin: 0 auto 0 auto;
  padding: 0;
  list-style-type: none;
}

#ring ul li {
  float: left;
  height: 50px;
}

#ring ul li a {
  display: block;
  float: left;
  height: 30px;
  color: #FFFFFF;
  text-shadow: #1F5C95 1px 1px 0;
  text-decoration: none;
  padding: 10px 15px 0 15px;
  font-weight: bold;
  font-size: 10pt;
  background-image: url("http://www.cloudeo.fi/img/topbar.gif");
  background-repeat: repeat-x;
  background-position: 0 0;
  outline: none;
}

#ring ul li a:hover {
  background-position: 0 -50px;
}

.selected {
  display: table-cell;
  margin: 0;
  padding: 0;
  height: 50px;
  background: url("http://www.cloudeo.fi/img/selected.gif") no-repeat center;
  overflow: auto;
}

.selected a {
  background: none !important;
}

#wrapper {
  width: 940px;
  margin: 0 auto 0 auto;
  position: relative;
}

#burst {
  width: 194px;
  height: 174px;
  float: right;
  position: absolute;
  top: -35px;
  right: 0px;
  background: url("img/seuraava.png") no-repeat;
  z-index: 3000;
}

#burst span {
  display: none;
}

#title {
  height: 150px;
  background: url("img/logo.png") no-repeat;
}

#meat {
  width: 940px;
  height: 260px;
  overflow: auto;
}

#text {
  width: 520px;
  height: 260px;
  float: left;
  background: url("img/esittely1.png") no-repeat;
  margin: 0 20px 0 0;
}

.confirmation {
  background: url("img/oletkovarma.png") no-repeat !important;
}

.success {
  background: url("img/peruutus.png") no-repeat !important;
}

#form {
  width: 400px;
  height: 260px;
  float: right;
  background: url("img/lomake.png") no-repeat;
  color: #FFFFFF;
}

.cancellation {
  background: url("img/peruutuslomake.png") no-repeat !important;
}

.hidden {
  visibility: hidden;
}

.formtable {
  width: 350px;
  margin: 0 auto 0 auto;
  border-collapse: collapse;
}

.formtable td {
  padding: 0;
  overflow: auto;
}

.formtable th {
  text-align: left;
  vertical-align: top;
  width: 95px;
  padding-top: 5px;
}

.formtable input[type=text] {
  width: 245px;
  height: 19px;
  font-family: "Lucida Grande", Tahoma, Arial;
  font-size: 10pt;
  padding: 5px 5px 0 5px;
  border-top: 1px solid #508DB5;
  border-left: 1px solid #508DB5;
  border-bottom: 1px transparent;
  border-right: 1px transparent;
  background: url("img/input.gif") repeat-x #DBEEF8;
  margin-bottom: 10px;
  outline: none;
}

.error {
  border: 1px solid #FF0000 !important;
}

.formtable input[type=submit] {
  width: 175px;
  height: 43px;
  float: right;
}

.okbutton {
  display: block;
  width: 175px;
  height: 43px;
  float: right;
  background-image: url("img/ok.png");
  background-repeat: repeat-x;
  background-position: 0 0;
}

.okbutton:hover {
  background-position: 0 -43px;
}

.okbutton span {
  display: none;
}

.captcha {
  font-size: 7.5pt;
}

.captcha input[type=text] {
  margin: 0 0 3px 0;
}

.captchabuttons {
  float: right;
  line-height: 1px;
  padding-top: 4px;
}

#recaptcha_image a {
  color: #FFFFFF;
}

#message {
  width: 350px;
  margin: 50px auto 0 auto;
}

#load {
  display: none;
  float: right;
  background: url("img/load.gif") no-repeat;
  width: 19px;
  height: 23px;
  margin: 9px 15px 0 0;
}

#spacer {
  height: 50px;
  text-align: right;
  font-size: 8pt;
  padding: 0 10px 0 0;
}