* {
   font: 12px Arial, Helvetica, sans-serif;
   color: #333;
}

html, body {
   margin: 0;
   border: none;
}

img {
   border: 0;
}

a {
   text-decoration: none;
}

a:link, a:visited {
   color: #125FC7;
}

a:hover {
   color: #666;
}

a:active {
   color: #125FC7;
}

h1 {
   color: #a41c2a;
   font-size: 16px;
   font-weight: bold;
   margin: 0;
   text-align: center;
}

table {
   width: 100%;
}



#downloadBox {
   margin: 20px auto;
   margin-top: 0px !important;
   width: 375px;
   height: 325px;
   background: url(../../img/bubble-download-en.png) no-repeat top center;
   overflow: hidden;
}

#whitebox {
   background: #FFF;
   width: 375px;
   height: 325px;
}

#innerBox {
   margin: 35px 30px 100px 30px;
}

#boxFrame {
   background: url(../../img/Bildschirmblase_transparent.png) no-repeat top center;
   height: 325px;
   overflow: hidden;
}

#boxFrame.flashBubble {
   background-image: url(../../img/Bildschirmblase_Flash_transparent.png);
}

#inputfields {
   text-align: center;
   margin: 0 5px 20px 0;
}

#inputfields .field {
   width: 120px;
   background-color: #f6f6f6;
}

#inputfields #participate {
   margin: auto;
   margin-top: 15px;
   text-align: center;
}

#appletDiv {
   margin: 20px auto;
   margin-top: -218px;
   width: 32px;
   height: 32px;
}

#applet {
   width: 32px;
   height: 32px;
}



.flash {
  line-height: 190%;
  padding-left: 22px;
  background: url(../../img/flash_mini.png) no-repeat 60px center;
}

.label-cell {
   width: 105px;
   text-align: right;
   font-size: 11px;
   font-weight: bold;
   margin-right: 8px;
   color: #666;
}

.label-cell.wide {
   width: 150px;
}

.value-cell {
   text-align: left;
   width: 150px;
}

.error {
   margin: -115px auto 10px;
   background: #F7F7F7;
   border: 1px solid #CCC;
   padding: 7px 10px;
   color: #cd1f00;
   font-size: 11px;
   font-weight: bold;
   width: 305px;
   position: relative;
   z-index: 10;
   text-align: center;
}



.centered {
   text-align: center;
}

.invisible {
   display: none;
}

.top {
   vertical-align: top;
}