body {
  padding: 0;
  margin: 0;
  font-family:sans-serif;
  overflow:hidden;
  background-image: url("imgs/BGN.gif");
  background-repeat: repeat;
}

.cover{
  background: linear-gradient(-45deg,  #666, rgba(0,0,0,0), #aaa);
  width:100%;
  height:100%;
}

#defaultCanvas {
  position:relative;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
}

h1, h2{
  text-align:center;
}

label {
    width: 150px;
    text-align: right;
    display: inline-block;
}

fieldset {
    border-radius: 10px;
    background: #eef;
    margin: 20px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    position: relative;
    border: 2px groove threedface;
}

legend span {
    border-radius: 10px 10px 0 0;
    display: block;
    margin: -20px;
    background: #fff;
    padding: 6px 20px;
    border: 1px groove grey;
}

legend {
    position: absolute;
    top: -2px;
    background: #fff;
    padding: 10px 20px;
    border: 1px groove threedface;
    border-top: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    font-weight: bold;
}
