.std-input
{
  font-family: Arial;
  font-size: 14px;
  background-color: #fcfcfc;
  padding: 0 .5em 0;
  xmargin-bottom: .3em;
  border: 0px;
}

.tall-input
{
  height: 32px;
}

.visit-fb-page
{
  font-size: .8em;
  color: #eee;
  margin-top: 1em;
    margin-bottom: .3em;
}

/* unvisited link */
  .visit-fb-page  a:link,
  .visit-fb-page  a:visited
  {
    color: #FFD18C;
    text-decoration: none;
  }
  .visit-fb-page a:hover,
  .visit-fb-page a:active
  {
    color: #FFD18C;
    text-decoration: underline;
  }

#subscribe
{
  margin-top: .3em;
  padding: .6em .6em .6em;
  background: #333;
  color: white;
  width: 100%;
  box-sizing: border-box;
}

#subscribe form
{
  margin-top: 0;
  margin-bottom: 0;
}

#subscribe h3
{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
}


#subscribe input[type="button"]
{
  cursor: pointer;
  background: #479ad2;
  border: 0;
  vertical-align: top;
  position: absolute;
  right: 0;
  width: 33%;
    font-weight: bold;
    color: white;
}  
#subscribe input[type="button"]:disabled
{
  background: #bbb;
  color: #ddd;
}
#subscribe input[type="button"]:hover
{
  background: #318ac6;

}


#subscribe input[type="submit"]
{
  cursor: pointer;
  background: #479ad2;
  border: 0;
  vertical-align: top;
  position: absolute;
  right: 0;
  width: 33%;
    font-weight: bold;
    color: white;
}  
#subscribe input[type="submit"]:disabled
{
  background: #bbb;
  color: #ddd;
}
#subscribe input[type="submit"]:hover
{
  background: #318ac6;

}

#subscribe input[type="email"]
{
    width: 66%;
    box-sizing: border-box;
}  
#subscribe .input-wrap
{
  position: relative;
  max-width: 100%;
  xwhite-space: nowrap;
}