.red{color:#cc0000;}

#register th
{
	text-align: left;
	margin: 1em;
	padding: 0.5em;
}
#register table {

}

a img {
  border: 0;
}

div.clear {
  clear: both;
}


body {
  background: #1261b2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

#container {
  width: 780px;
  margin: 0 auto;
}

/*********
 ** Top **
 *********/
#top {
  height: 234px;
  background: #fff url(images/top-bg-left.gif) 0 0 no-repeat;
  margin: 15px 0;
}
  
  #top a {
    display: block;
    background: url(images/pyk-logo.gif) center center no-repeat;
    width: 251px;
    height: 234px;
    float: left;
  }
  
    #top a span {
      display: none;
    }

  #top img {
    height: 234px;
    float: right;
    margin: 0;
  }

#content {
  background: #fff url(images/content-bg-bottom.gif) 0 bottom no-repeat;
  padding-bottom: 15px;
}

/**********
 ** Menu **
 **********/
#menu {
  float: left;
}

#menu ul {
margin: 15px 0 0;
padding: 0;
list-style: none;
}

  #menu ul li {
    background: url(images/list-img.gif) 15px 10px no-repeat;
    line-height: 25px;
    margin: 0 0 0 27px;
  }
  
  #menu ul li.active {
    background: url(images/list-active-img.gif) 0 0 no-repeat;
    line-height: 25px;
  }

  #menu ul li a {
    font-family: Tahoma, Arial, sans-serif;
		color: #5c5c5c;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 25px;
  }
  
  #menu ul li.active a {
    color: #fff;
    padding: 0 0 0 15px;
  }

  #menu ul li a:hover {
    text-decoration: underline;
  }

  #menu ul ul {
    margin: 0;
  }

  #menu ul li ul li {
    background: none;
    padding: 0 0 0 15px;
    margin: 0;
  }

    #menu ul li ul li a {
      font-weight: normal;
      color: #7a7a7a;
      margin: 0;
      padding: 0 0 0 15px;
    }

    #menu ul li.active ul li a {
      color: #7a7a7a;
    }

    #menu ul li ul li a.active {
      text-decoration: underline;
    }

    
#join {
  display: block;
  width: 206px;
  height: 60px;
  background: #CCFF99 url(images/join-now.jpg) 0 0 no-repeat;
  margin: 20px 0 0 20px;
}

  #join span {
    display: none;
  }
  
/**********
 ** Text **
 **********/
#text {
  float: left;
  width: 507px;
  margin-left: 30px;
  display: inline;
  color: #424242;
	font-size: 12px;
}

#text h1 {
  font-size: 16px;
  margin: 15px 0;
  padding: 0 0 0 10px;
  background: #4da5ff url(images/text-h1-bg.gif) 0 0 no-repeat;
  height: 31px;
  line-height: 31px;
  color: #fff;
}

#text h2 {
  font-size: 14px;
}

#text h3 {
  font-size: 12px;
}

#text ul li {
  color: #808080;
  line-height: 20px;
}

#text a {
  color: #1f61aa;
  text-decoration: underline;
}

#text .forms th {
padding:5px;
}

/************
 ** Bottom **
 ************/
#bottom {
  float: left;
  margin: 10px 10px 0;
  display: inline;
  padding-bottom: 10px;
}

#bottom span a {
  color: #fff;
  text-decoration: underline;
  padding: 0 15px 0 0;
}

#bottom span#copyrights {
  position: relative;
  left: 360px;
  color: #fff;
}

div.screenshots div.links {
  float: left;
}

  div.screenshots form#screenshot_switch {
    float: right;
  }

  div.screenshots h2 {
    clear: both;
  }

  div.screenshots p.img {
    text-align: center;
  }

div.form label {
  font-weight: bold;
  width: 10em;
  float: left;
  line-height: 1.8em;
}

  div.form input {
    width: 50%;
  }

  div.form textarea {
    width: 70%;
  }

  div.form div.submit input {
    width: auto;
  }

  div.form div {
    margin-bottom: 1em;
  }

div.error {
	color: red;
	margin: 0px;
}

div.success {
  color: #008000;
}


