@import url(whitespace-reset.css);

body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial;
  font-size: 13px;
  line-height: 20px;
  color: #2F343A;
  background-color: #CFDFBD; }

#flash {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 0;
  color: #FFFFFF;
  background-color: #98637A; }

#sitewrapper { }
    #sitewrapper div.top {
      border: none;
      padding: none;
      margin: none;
      height: 10px;
      width: 600px;
      margin: 0 auto;
      background: transparent url('/images/home/bg_login_top.gif') no-repeat 0 0; }
    #sitewrapper div.bottom {
      border: none;
      padding: none;
      margin: none;
      height: 10px;
      width: 600px;
      margin: 0 auto;
      background: transparent url('/images/home/bg_login_bottom.gif') no-repeat 0 0; }

a, a:link, a:visited {
  color: #00A2E2; 
  text-decoration: underline;
  outline: none; }
a:hover, a:active { 
  text-decoration: none; }


/* Header
------------------------------------------------------------------------------------ */
#header {
  width: 600px;
  height: 84px;
  margin: 42px auto 30px auto;
  background: transparent url('/images/home/bg_login_header.gif') no-repeat 0 0;
  text-indent: -5000px; }


/* Login
------------------------------------------------------------------------------------ */
#login {
  width: 500px;
  margin: 0 auto;
  background-color: white;
  padding: 50px; }

  #login h1 {
    height: 39px;
    text-indent: -5000px;
    background: transparent url('/images/home/title_login_to_buzzsprout.gif') no-repeat 0 0;
    margin-bottom: 30px; }

  #login fieldset {
    border: none; }

    #login div.fields {
      width: 195px;
      float: left;
      margin-right: 5px; }
      #login div.fields label {
        font-size: 11px;
        color: #333333; }
      #login div.fields a {
        font-size: 11px; }
    #login input {
      display: block;
      width: 178px;
      padding: 4px 6px;
      margin: 0 0 5px 0;
      font-size: 13px;
      color: #666666; }
      #login fieldset#reset_password input {
        width: 240px; }
      #login input.focus {
        color: #000000; }
      #login input.button {
        height: auto !important;
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important; }

  #login p {
    margin-bottom: 10px; }
    #login p.no_account {
      font-weight: bold;
      margin: 50px 0 0 0; }









