@charset "utf-8";
/* CSS Document */
.game{
     width:150px;
	 height:130px;
	 float:left;

}

.gamehead{
     width:150px;
	 height:100px;
	 float:left;
}

.gamefoot{
     width:150px;
	 height:20px;
	 float:left;
	 text-align:center;
}

.page{
     width:100%;
	 float:right;
	 height:10px;
	 clear:both;
	 text-align:right;
}

.votemain{
     width:auto;
	 height:auto;
	 margin:5px;
}

.voteinfo{
     height:140px;
	 width:160px;
	 float:left;
}

.voteimg{
     height:100px;
	 width:160px;
	 float:left;
}

.votename{
     height:20px;
	 width:150px;
	 float:left;
	 text-align:center;
	 font-size:14px;
}

.voteradio{
     height:15px;
	 width:150px;
	 text-align:center;
	 float:left;
	 font-size:12px;
}


.photomain{
	  overflow: hidden;
      width:150px;
	  margin:5px;
	  float:left;
}

