html {
  background: #09f;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

body {
}

#wrapper {
  width: 960px;
  margin: 20px auto;
  background: #fff;
  color: #1b1b1b;
  padding: 30px 40px 10px;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

header {
  margin-bottom: 20px;
}

h1, h2, h3 {
  margin: 0;
  font-weight: bold;
  color: #666;
}

h1 {
  line-height: 32px;
}

p {
  margin: 0 0 20px 0;
}

a, a:focus, a:visited {
  color: #06c;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong {
  color: #333;
}

.content-col {
  width: 470px;
  float: left;
}

.col-left {
  margin-right: 10px;
}

.col-right {
  margin-left: 10px;
}

.notice {
  background: #ddd;
  padding: 20px 20px 1px 20px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#login-btn {
background: #007fff; /* Old browsers */
background: -moz-linear-gradient(top,  #007fff 0%, #005d9a 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007fff), color-stop(99%,#005d9a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #007fff 0%,#005d9a 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #007fff 0%,#005d9a 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #007fff 0%,#005d9a 99%); /* IE10+ */
background: linear-gradient(to bottom,  #007fff 0%,#005d9a 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fff', endColorstr='#005d9a',GradientType=0 ); /* IE6-9 */

  width: 350px;
  padding: 40px;
  margin: 60px auto 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#login-btn h2 {
  color: #eee;
  margin-bottom: 20px;
}

#login-btn p {
  margin: 0;
  color: #fff;
}