.floatleft {float: left;}
			
.floatright {float: right;}

div.container7 {
    height: 7em;
    margin: auto;
    width: 40em;;
    word-wrap: normal;
    margin-bottom: 20px;
    text-align: center;
}

div.container7 form fieldset{
   border-top: none;
   border-bottom: none;
   border-left: none;
   border-right: none;
   text-align: left;
}

div.container7 form fieldset label{
    font-weight: bold;
}

body {
    background-image: url(../pics/2016_03_15-Girlscout-BG.png);
    background-size: cover;
    background-repeat: repeat;
    width: auto;
    height: auto;
    background-image: linear-gradient();
}

footer
{
    position:absolute;
    bottom:0px;
    left: 0px;
    height:30px;
    width:100%;
    
}

form.box {
   line-height: .7;
   max-width: 500px;
   background:  #85E196;
   margin: 0 auto;
   font-family: Arial, Helvetica, sans-serif; 
   -webkit-box-shadow: 10px 0px 10px rgba(50, 50, 50, 1),
                       0px 10px 10px rgba(50, 50, 50, 1),
                       -10px 0px 10px rgba(50, 50, 50, 1);
   -moz-box-shadow:    10px 0px 10px rgba(50, 50, 50, 1),
                       0px 10px 10px rgba(50, 50, 50, 1),
                       -10px 0px 10px rgba(50, 50, 50, 1);
   box-shadow:         10px 0px 10px rgba(50, 50, 50, 1),
                       0px 10px 10px rgba(50, 50, 50, 1),
                       -10px 0px 10px rgba(50, 50, 50, 1);
}

@media only screen and (max-width: 1024px) {
    body.bg { margin: 0; background-image: none; }
    div.container6 img {width: 50%; height 50%;}
    div.container5 {float: none; width: 3em;}
    div.container6 {float: none; width: 3em;}
}

@media only screen and (max-width: 1280px) {
    body.bg { margin: 0; background-image: none; }
    div.container6 img {width: 60%; height 60%;}
    div.container5 {float: none; width: auto;}
    div.container6 {float: none; width: auto;}
}

div.result
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 200%;
    margin-top: 12em; 
    text-align: center
}

div.container7 img
{
    border-image: 0;
}

#top
{
    color: #F1F1F1;
}