@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

body {
  padding-top: 30px;
  
     background-image: url("../img/gdfsbg.jpg");
     background-repeat: repeat-y;
}
html *
{
   color: #fff !important;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #CC0033;
}

#inprint {
  clear: both;
  margin: 8px;
  padding-top: 10px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  color:#ffffff;
  font-family:Arial;
  font-size:10px;
}

a:link {color: white; text-decoration:none;}
a:visited  {color: white; text-decoration:none;}
a:hover {color: white; text-decoration:none;}
a:active {color: white; text-decoration:none;}

.myDLButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
    box-shadow:inset 0px 1px 0px 0px #f5978e;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color:#f24537;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d02718;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #810e05;
}
.myDLButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
    background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
    background-color:#c62d1f;
    color:#ffffff;
}
.myDLButton:active {
    position:relative;
    top:1px;
    color:#ffffff;
}

.myDLButton:visited {
    position:relative;
    top:1px;
    color:#ffffff;
}

.resultupload {
  z-index: 2;
  display: block;
  color: black;
  position: absolute;
  height: 200px;
  font-size: 24.0px;
  font: #000000;
  width: 400px;
  margin: -100px 0 0 -200px;
  top: 50%;
  left: 50%;
  background: #404040;
  border-color: #1A1A1A;
  border-width: 2px;
  text-align: center;
  box-shadow: 8px 8px 5px #1A1A1A;
}
