* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  background: #d3e9f4; /* for firefox users */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D3E9F4), to(#74AFC4)); /* for l33t users */
}

#header {
  padding: 11px;
  text-align: center;
}

div#container {
  width: 800px;
  background: #b0d6e9;
  margin: 20px auto;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 100px #000;
}

h1 {
  font-weight: bold;
  color: #327193;
  font-size: 64px;
  text-shadow: 0px 1px 1px #fff;
  display: inline;
}

.slogan {
  font-weight: bold;
  color: #4daee3;
  font-size: 30px;
  text-shadow: 0px 1px 1px #fff;
}

h3 {
  font-weight: bold;
  color: #4daee3;
  font-size: 20px;
  text-shadow: 0px 1px 1px #fff;
  display: inline;
}

h2 {
  font-weight: bold;
  color: #357ca5;
  font-size: 30px;
  text-shadow: 0px 1px 1px #fff;
  display: inline;
}

div#step1 {
  padding: 20px;
}

input[type=text] {
  width: 270px;
}

input {
  font-size: 30px;
}

span#smsnumber {
  color: white;
  text-shadow: 0px 1px 1px #2e6e95;
}

.invites {
  text-align: center;
}

.invites input[type=text] {
  border: none;
  border-bottom: 1px solid #9fc3d6;
  background: #daf3ff;
  margin-bottom: 3px;
  padding: 2px;
  color: #1e6895;
}

div.whatev {
  margin: 20px;
  color: #1e6895;
  text-shadow: 0px 1px 1px white;
}

a {
  color: white;
  text-shadow: 0px 1px 1px black;
  text-decoration: none;
}

div#footer {
  background: #24749f;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 350px;
  margin: 30px auto;
}

div#footer, div#footer a {
  text-align: center; 
  font-size: 12px; 
  color: white; 
  text-shadow: 0px 1px 1px black;  
}

div#footer a {
  font-weight: strong;
}

#latest-smeeters {
  text-align: center;
}

#latest-smeeters ul {
  list-style: none;
  list-style-type: none;
}

#latest-smeeters ul li {
  display: inline;
}

#latest-smeeters img {
  border: 3px solid #4daee3;
}

.latestsmeets {
  margin-left: 5px;
  color: #1e6895;
  text-shadow: 0px 1px 1px white;
}