/* CSS Document */

* {
          margin: 0;
          padding: 0;
          }
.clear {
          width: 100%;
          clear: both;
          line-height: 0;
          }
          
body {
          background: url(../img/bg.jpg) no-repeat top center #FFBA02;
          font-family: Tahoma, 'Trebuchet MS';
          }
          
#container {
          width: 875px;
          margin: auto;
          }
          
#top {
          width: 875px;
          height: 159px;
          float: left;
          }
          #top h1 {
                    float: left;
                    margin: 70px 0 0 277px;
                    display: inline;
                    }
                    #top h1 img {
                              border: 0;
                              }
                              
#menu {
          background: url(../img/menu.jpg) no-repeat;
          width: 707px;
          height: 53px;
          float: right;
          margin: 0 5px 0 0;
          display: inline;
          }
          #menu ul {
                    float: left;
                    margin: 0 0 0 20px;
                    display: inline;
                    }
                    #menu ul li {
                              display: inline;
                              font-size: 14px;
                              float: left;
                              margin: 15px 15px 0 15px;
                              color: #FFBA02;
                              }
                              #menu ul li a {
                                        color: #FFBA02;
                                        text-decoration: none;
                                        }
.login {  
          width: 710px;
          float: right;
          margin: 25px 0 0 0;
          }
          .login .st {
                    width: 200px;
                    float: left;
                    border-right: 1px solid #FFFF00;
                    height: 80px;
                    }
                    .login span {
                              width: 200px;
                              float: left;
                              margin: 6px 0 0 0;
                              }
                              .login .st span label {
                                        width: 50px;
                                        color: #333;
                                        float: left;
                                        font-size: 11px;
                                        margin: 5px 0 0 0;
                                        }
                                        .login .st span input {
                                                  border: 0;
                                                  height: 21px;
                                                  background: #fff;
                                                  float: left;
                                                  width: 120px;
                                                  }
                                                  .login .st span input.img {
                                                            width: auto;
                                                            height: auto;
                                                            margin: 0 0 0 50px;
                                                            display: inline;
                                                            }
          .login .nd {
                    width: 400px;
                    float: left;
                    margin: 0 0 0 100px;
                    display: inline;
                    }
                    .login .nd span {
                              width: 400px;
                              float: left;
                              margin: 6px 0 0 0;
                              }
                              .login .nd span label {
                                        width: 400px;
                                        color: #333;
                                        float: left;
                                        font-size: 11px;
                                        margin: 5px 0 0 0;
                                        }
                                        .login .nd span input {
                                                  border: 0;
                                                  height: 22px;
                                                  background: #fff;
                                                  float: left;
                                                  width: 400px;
                                                  margin: 7px 0 0 0;
                                                  }     
                                                  .login .nd span input.img {
                                                            width: auto;
                                                            height: auto;
                                                            margin: 0;
                                                            }  
                                                            
#text {
          width: 878px;
          height: 34px;
          float: left;
          background: url(../img/text.jpg) no-repeat;
          margin: 34px 0 0 0;
          }   
          #text p {
                    font-size: 12px;
                    color: #333;
                    float: left;
                    padding: 10px 0 0 10px;
                    }      
                    
#sidebar {
          width: 220px;
          float: left;
          }
          #sidebar .box {
                    width: 220px;
                    float: left;
                    margin: 10px 0 0 0;
                    }
                    #sidebar .box h3 {
                              font-size: 16px;
                              float: left;
                              width: 200px;
                              padding: 0 0 0 20px;
                              color: #000;
                              }
                    #sidebar .box ul {
                              width: 220px;
                              float: left;
                              margin: 5px 0 0 0;
                              }
                              #sidebar .box ul li {
                                        list-style-type: none;
                                        width: 170px;
                                        float: left;
                                        padding: 2px 10px 3px 30px;
                                        font-size: 12px;
                                        border-bottom: 1px solid #FFFF00;
                                        }
                                        #sidebar .box ul li a {
                                                  text-decoration: none;
                                                  color: #333;
                                                  }
                                                  #sidebar .box ul li a:hover {
                                                            color: #fff;
                                                            }
                                                  
#cont {
          width: 650px;
          float: right;
          }
          #cont h2 {
                    width: 630px;
                    float: left;
                    padding: 10px 0 2px 20px;
                    font-size: 18px;
                    font-weight: normal;
                    color: #37093A;
                    border-bottom: 1px solid #FFFF00;
                    }
                    #cont h2 a {
                              color: #37093A;
                              text-decoration: none;
                              }
          #cont .line {
                    width: 650px;
                    float: left;
                    margin: 10px 0 0 0;
                    border-bottom: 1px solid #FFFF00;
                    padding: 0 0 10px 0;
                    }
                    #cont .line .game {
                              width: 205px;
                              float: left;
                              margin: 0 0 0 10px;
                              display: inline;
                              }
                              #cont .line .game .min {
                                        width: 100px;
                                        float: left;
                                        }
                                        #cont .line .game .min img {
                                                  border: 0;
                                                  }
                              #cont .line .game .des {
                                        width: 100px;
                                        float: right;
                                        }
                                         #cont .line .game .des p {
                                                  font-size: 12px;
                                                  color: #333;
                                                  width: 100px;
                                                  float: left;
                                                  }
                                                  #cont .line .game .des p a {
                                                            font-weight: bold;
                                                            color: #333;
                                                            }
                                                            
#paginationControl {
          float: left;
          margin: 15px 0 0 15px;
          display: inline;
          font-size: 13px;
          color: #333;
          width: 500px;
          }
          #paginationControl td {
                    float: left;
                    margin: 0 3px 0 3px;
                    display: inline;
                    }
          #paginationControl img {
                    border: 0;
                    }
          #paginationControl a {
                    color: #333;
                    font-size: 13px;
                    text-decoration: none;
                    padding: 2px;
                    background: #eee;
                    border: 1px solid #ccc;
                    }
                    #paginationControl a:hover {
                              color: #eee;
                              background: #333;
                              }
                              
                    .contact {
                              width: 470px;
                              float: left;
                              margin: 0px 0 0 0px;
                              display: inline;
                              }
                              .addcomment {
                                        font-size: 11px;
                                        color: #333;
                                        }
                              .contact dt {
                                        width: 450px;
                                        float: left;
                                        font-size: 11px;
                                        color: #333;
                                        margin: 10px 0 0 0;
                                        }
                                        .contact input {
                                                  float: left;
                                                  margin: 5px 0 0 0;
                                                  border: 1px solid #ccc;
                                                  }
                                        .contact textarea {
                                                  float: left;
                                                  margin: 5px 0 5px 0;
                                                  border: 1px solid #ccc;
                                                  }
                              .contact dd {
                                        width: 450px;
                                        float: left;
                                        font-size: 11px;
                                        color: #333;
                                        }
                                        .contact .invisible {
                                                  float: left;
                                                  margin: 10px 0 0 0;
                                                  }
                                                  
         .game_more {
                    width: 650px;
                    float: left;
                    margin: 15px 0 0 0px;
                    display: inline;
                    text-align: center;
                    }
                   .game_more p {
                              width: 510px;
                              float: left;
                              padding: 0 10px 0 10px;
                              font-size: 11px;
                              text-align: left;
                              color: #333;
                              }
                              .game_more p a {         
                                        font-size: 14px;
                                        font-weight: bold;
                                        color: #fff;
                                        }
                              .game_more img {
                                        float: left;
                                        border: 0;
                                        margin: 0 5px 5px 0;
                                        display: inline;
                                        }
                              #txt .box p {
                                        width: 180px;
                                        float: left;
                                        margin: 10px 0 0 10px;
                                        display: inline;
                                        font-size: 11px;
                                        }
                                        #txt .box p a {
                                                  color: #333;
                                                  text-decoration: none;
                                                  }
                                        #txt .box p a.s {
                                                  color: #666;
                                                  text-decoration: none;
                                                  font-size: 12px;
                                                  }
                                        #txt .box p a.m {
                                                  color: #666;
                                                  text-decoration: none;
                                                  font-size: 16px;
                                                  }
                                        #txt .box p a.b {
                                                  color: #666;
                                                  text-decoration: none;
                                                  font-size: 18px;
                                                  }

          .vote {
                    width: 628px;
                    float: left;
                    margin: 10px 0 0 0px;
                    display: inline;
                    color: #333;
                    font-size: 12px;
                    background: #EDEAEA;
                    border: 1px solid #999;
                    padding: 10px;
                    }
                    .vote a {
                              color: #333;
                              }
                    .vote p {
                              color: #333;
                              }
          p.nocom {
                    float: left;
                    margin: 10px 0 0 0px;
                    display: inline;
                    font-size: 12px;
                    color: #ff0000;
                    width: 450px;
                    }
                    
                    h6 {
                              float: left;
                              font-size: 14px;
                              margin: 20px 0 0 0px;
                              display: inline;
                              width: 460px;
                              }
                    
                              .comment img {
                                        border: 0;
                                        float: left;
                                        }
                              .comment p {
                                        width: 460px;
                                        float: left;
                                        font-size: 12px;
                                        color: #666;
                                        }
                              .comment span {
                                        width: 510px;
                                        float: left;
                                        font-size: 11px;
                                        color: #333;
                                        }
                                        .comment span a {
                                                  font-weight: bold;
                                                  color: #333;
                                                  }
                    .comment {
                              width: 435px;
                              float: left;
                              border: 1px solid #eee;
                              margin: 10px 0 0 0px;
                              display: inline;
                              padding: 5px;
                              background: #EDEAEA;
                              }
                    .addcomment {
                              width: 415px;
                              float: left;
                              margin: 20px 0 0 0px;
                              padding: 10px;
                              display: inline;
                              }
                              .addcomment p {
                                        width: 510px;
                                        float: left;
                                        font-size: 12px;
                                        color: #333;
                                        }
                    
#footer {
          width: 868px;
          height: 47px;
          float: left;
          background: url(../img/footer.png) no-repeat;
          margin: 10px 0 0 0;
          }   
          #footer p {
                    font-size: 12px;
                    color: #fff;
                    float: left;
                    padding: 18px 0 0 10px;
                    }                                                                                                                                 
 .errors
{
	font-size: 11px;
	color: #f00;
	clear: both;
}               

.errors li{
	margin: 0 0 0 10px;
}                                     
                              