/* Support (No IE 8) */
/* Did compatability check on May 25th, 2012, removed -moz and -webkit */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

a img {
  border: 0; }

/*-------------------------------------------------
BASIC & RESET
-------------------------------------------------*/
body {
  font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #eeeeee url(../images/bg.png);
  -webkit-font-smoothing: antialiased; }

a {
  color: #51626f;
  text-decoration: none; }
  a:hover {
    color: #677c8c;
    text-decoration: underline; }

#signin {
  width: 280px;
  margin: 50px auto;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); }
  #signin h1 {
    width: 200px;
    height: 40px;
    margin-bottom: 10px; }
  #signin h1.image {
    background-position: center center;
    background-repeat: no-repeat; }
    #signin h1.image a {
      display: block;
      width: 200px;
      height: 40px;
      text-indent: -9000px; }
  #signin .notice, #signin .error {
    margin: 0 0 10px;
    padding: 10px;
    -webkit-border-radius: 2px;
    color: #200;
    text-align: center;
    font-weight: bold;
    font-size: 12px; }
  #signin .error {
    border: 1px solid #977;
    background: #fdd;
    color: #200; }
  #signin .notice {
    border: 1px solid #997;
    background: #ffd;
    color: #220; }
  #signin label {
    display: block;
    text-transform: lowercase;
    font-weight: bold; }
  #signin input[type=text], #signin input[type=password] {
    width: 270px;
    margin: 0 0 10px;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif; }
  #signin input[type=submit] {
    display: block;
    min-width: 60px;
    margin: 0 auto 5px;
    padding: 4px 10px;
    border: none;
    border-radius: 2px;
    background: #51626f;
    background-color: #51626f;
    /* Old browsers */
    background-image: -moz-linear-gradient(top, #51626f 0%, #465560 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51626f), color-stop(100%, #465560));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #51626f 0%, #465560 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #51626f 0%, #465560 100%);
    /* Opera11.10+ */
    background-image: -ms-linear-gradient(top, #51626f 0%, #465560 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51626f', endColorstr='#465560',GradientType=0);
    /*IE6-9 */
    background-image: linear-gradient(top, #51626f 0%, #465560 100%);
    /* W3C */
    font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-transform: lowercase; }
    #signin input[type=submit]:focus, #signin input[type=submit]:active {
      background-color: #465560;
      /* Old browsers */
      background-image: -moz-linear-gradient(top, #465560 0%, #51626f 100%);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #465560), color-stop(100%, #51626f));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(top, #465560 0%, #51626f 100%);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(top, #465560 0%, #51626f 100%);
      /* Opera11.10+ */
      background-image: -ms-linear-gradient(top, #465560 0%, #51626f 100%);
      /* IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#465560', endColorstr='#51626f',GradientType=0);
      /*IE6-9 */
      background-image: linear-gradient(top, #465560 0%, #51626f 100%);
      /* W3C */ }
  #signin #forgot_password {
    display: block;
    font-size: 12px;
    text-align: center; }
