P {
    text-align: center
}

H2 {
    text-align: center
}

H1 {
    text-align: center
}

TABLE {
    text-align: center
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

html {
    background: url(images/greybg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: 'Impress BT', sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

#menu_wrap {
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-right: 0px;
    width: 99.9%;
    height: 42px;
    list-style-type: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.button a {
    cursor: pointer;
    text-align: center;
    font: 18px/100% Verdana, Geneva, sans-serif;
    font-weight: bold;
    position: relative;
    min-width: 50px;
    height: 20px;
    float: left;
    padding: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}

.button:first-child a {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-topleft-radius: 0px;
    -moz-border-bottomleft-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px
}

.Black,
.Black .button a {
    color: #d7d7d7;
    background: #666666;
    border-right: solid 1px #000000;
    background: -moz-linear-gradient(top, #666666 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #666666 0%, #000000 100%);
    background: -o-linear-gradient(top, #666666 0%, #000000 100%);
    background: -ms-linear-gradient(top, #666666 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000', GradientType=0);
    background: linear-gradient(top, #666666 0%, #000000 100%);
}

.Black .button a:hover,
.Black .button a:focus {
    background: #444444;
    background: -moz-linear-gradient(top, #444444 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #444444 0%, #000000 100%);
    background: -o-linear-gradient(top, #444444 0%, #000000 100%);
    background: -ms-linear-gradient(top, #444444 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000', GradientType=0);
    background: linear-gradient(top, #444444 0%, #000000 100%);
}

.Black .button a:active {
    color: #666;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #444444 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #444444));
    background: -webkit-linear-gradient(top, #000000 0%, #444444 100%);
    background: -o-linear-gradient(top, #000000 0%, #444444 100%);
    background: -ms-linear-gradient(top, #000000 0%, #444444 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#444444', GradientType=0);
    background: linear-gradient(top, #000000 0%, #444444 100%);
}

.button:last-child a {
    float: left;
    border: none;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 60px;
  -webkit-box-shadow: 2px 2px 5px #666666;
  -moz-box-shadow: 2px 2px 5px #666666;
  box-shadow: 2px 2px 5px #666666;
  font-family: Impress BT;
  color: #ffffff;
  font-size: 28px;
  padding: 12px 20px 12px 20px;
  border: solid #1f628d 1px;
  text-decoration: none;
}
.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.submit {
display:inline-block;
margin:10px;
padding:8px 15px;
background:#FEE10A;
border:1px solid rgba(0,0,0,0.15);
border-radius:4px;
transition:all 0.2s ease-out;
box-shadow:inset 0 3px 2px rgba(255,255,255,.22),inset 0 -3px 2px rgba(0,0,0,.17),inset 0 20px 10px rgba(255,255,255,.12),0 0 4px 1px rgba(0,0,0,.1),0 3px 2px rgba(0,0,0,.2);
text-decoration:none;
text-shadow:0 1px rgba(255,255,255,0.7);
color:#856218;
font-weight:bold;
}
.submit:hover {
background:#FC0;
text-decoration:none;
color:#856218;
}
.submit:active {
box-shadow:inset 0 -2px 1px rgba(255,255,255,0.2),inset 0 3px 2px rgba(0,0,0,0.12);
padding:10px 15px 6px
}
.submit-disabled {
display:inline-block;
margin:10px;
background:#C7C7C7;
border:1px solid rgba(0,0,0,0.15);
border-radius:4px;
transition:all 0.2s ease-out;
box-shadow:inset 0 -2px 1px rgba(255,255,255,0.2),inset 0 3px 2px rgba(0,0,0,0.12);
padding:10px 15px 6px;
text-decoration:none;
text-shadow:0 1px rgba(255,255,255,0.7);
color:#4D4D4D;
font-weight:bold;
}
.submit-disabled:hover {
color:#4D4D4D;
text-decoration:none;
}
.submit-big {
width:200px;
min-height:50px;
font-size:35px;
}
img {
border-style: none;
}
@font-face {
    font-family: 'Impress BT';
    src: url('fonts/Impress BT.eot');
    src: url('fonts/Impress BT.eot#iefix') format('embedded-opentype'),
         url('fonts/Impress BT.woff') format('woff'),
         url('fonts/Impress BT.ttf') format('truetype'),
         url('fonts/Impress BT.svg#Impress BT') format('svg');
    font-weight: normal;
    font-style: normal;
}