body {




        background-color: #8b4513;
        color:#FFBA61;
				min-width: 468px;
        /*font-size: large;*/

}
form
{
     max-width:90%;
}

 .text a:link {color:#FFFFFF;}      /* unvisited link */
  .text  a:visited {color:#FFFFFF;}  /* visited link */
 .text  a:hover {color:#000000;}

.smallImage
{
   width: 250px;

}
.info
{
    color:black;
    font-size: 12px;

}

.info h1,h2
{
    text-align: center;
}

.btn {
  -webkit-border-radius: 28 !important;
  -moz-border-radius: 28 !important;
  border-radius: 28px !important;
  font-family: Arial !important;
  color: #000000 !important;
  font-size: 30px !important;
  background: #FFBA61 !important;
  padding: 10px 20px 10px 20px !important;
  border: solid #8c3d00 2px !important;
  text-decoration: none !important;
}

.btn:hover {
  background: #ff9900 !important;
  text-decoration: none !important;
}

#verify
{
    display:none;
}
.red
{
    color:red;
    text-shadow: 0.1em 0.1em 0.2em black;
}

#map-canvas
{

}

#adds
{

	position:absolute;
bottom:0;
width:100%;
height:60px;   /* Height of the footer */
text-align: center;

}
