.gradientBackground {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(186,186,186,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(186,186,186,1))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(186,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(186,186,186,1) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(186,186,186,1) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(186,186,186,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bababa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  height: 100%;
  position: fixed;
}
main {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(186,186,186,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(186,186,186,1))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(186,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(186,186,186,1) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(186,186,186,1) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(186,186,186,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bababa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  height: 100%;
  position: fixed;
  top:80px;
  left: 0px;
  z-index:-1;
}
header {
  background: rgb(78,198,232); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(78,198,232,1) 0%, rgba(55,149,221,1) 82%, rgba(55,149,221,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,198,232,1)), color-stop(82%,rgba(55,149,221,1)), color-stop(100%,rgba(55,149,221,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(78,198,232,1) 0%,rgba(55,149,221,1) 82%,rgba(55,149,221,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(78,198,232,1) 0%,rgba(55,149,221,1) 82%,rgba(55,149,221,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(78,198,232,1) 0%,rgba(55,149,221,1) 82%,rgba(55,149,221,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(78,198,232,1) 0%,rgba(55,149,221,1) 82%,rgba(55,149,221,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ec6e8', endColorstr='#3795dd',GradientType=0 ); /* IE6-9 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px;  
}
.shortener {
  text-align: center;
  background: rgb(216,216,216); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(216,216,216,1) 0%, rgba(186,186,186,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(216,216,216,1)), color-stop(100%,rgba(186,186,186,1))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(216,216,216,1) 0%,rgba(186,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(216,216,216,1) 0%,rgba(186,186,186,1) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(216,216,216,1) 0%,rgba(186,186,186,1) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(216,216,216,1) 0%,rgba(186,186,186,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#bababa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border: solid 2px black;
  border-top:0;
  border-radius: 0 0 10px 10px;
  width: 76%;
  margin-left: 10%;
  position: absolute;
  padding: 2%;
  top: 20px;
}
.resultbox {
  background: rgb(216,216,216); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(216,216,216,1) 0%, rgba(186,186,186,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(216,216,216,1)), color-stop(100%,rgba(186,186,186,1))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(216,216,216,1) 0%,rgba(186,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(216,216,216,1) 0%,rgba(186,186,186,1) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(216,216,216,1) 0%,rgba(186,186,186,1) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(216,216,216,1) 0%,rgba(186,186,186,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#bababa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border: solid 2px black;
  border-radius: 10px;
  height: 300px;
  width: 76%;
  margin-left: 10%;
  margin-top: 10px;
  position: absolute;
  padding: 2%;
  top: 130px;
  opacity: 0;
}
.resultbox .errorbox {
  background: rgb(37,141,200); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,141,200,1)), color-stop(100%,rgba(37,141,200,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
  padding: 10px;
  border-top: solid 3px blue;
  border-bottom: solid 3px blue;
  font-family: Arial;
  font-weight: bold;
}
.resultbox h2 {
  font-family: Arial;
  margin: 3px;
}
.resultbox input {
  background: rgb(37,141,200); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,141,200,1)), color-stop(100%,rgba(37,141,200,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
  border: none;
  font-family: Helvetica;
  border-radius: 5px;
  font-size: 30px;
  color: #000000;
  width: 100%;
  font-weight: bold;
  padding-left: 3px;

}
.resultbox article {
 border-radius: 5px;
  background-color: #777777;
  padding: 10px;
}
#logo {
  height: 80px;
}
hgroup h1 {
  margin: 5px;
  font-family: sans-serif;
  font-size: 25px;
  color: #CCCCCC;
}
hgroup h2 {
  margin: 5px;
  font-style: italic;
  font-family: sans-serif;
  font-size: 15px;
  color: #CCCCCC;
}
hr {
  border: 0;
  background: #CCCCCC;
  margin-top: 25px;
  margin-bottom: 25px;
}
hgroup {
  margin-top: 15px;
  margin-bottom: 15px;
}
.longurlinput {
  background: rgb(37,141,200); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,141,200,1)), color-stop(100%,rgba(37,141,200,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
  border: none;
  font-family: Helvetica;
  border-radius: 5px;
  font-size: 30px;
  color: #000000;
  width: 80%;
  font-weight: bold;
  padding-left: 3px;
}
.shortenbutton {
  margin: 5px; 
  min-width: 150px;
  background: rgb(37,141,200); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,141,200,1)), color-stop(100%,rgba(37,141,200,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
  border: none;
  font-family: Helvetica;
  font-weight: bold;
  border-radius: 5px;
  font-size: 30px;
  width: 14%;
  color: #000000;
  cursor: pointer;
  margin-left: 1%;
}
footer {
  cursor: pointer;
  font-family: Arial;
  font-style: italic;
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #808080;
  height: 15px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 7px 0 0 0;
}
footer:hover {
  background: #505050;
}
