body {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;

}
h1,h2,h3,h4,form,ul,p {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1,h2,h3 {
	/* padding-left: 0.3em; */

}

table {
	border-collapse: collapse;
	line-height: 1.4em;
}
td {
	padding: 5px;
}
input.max,textarea.max {
	width: 98%;
}
input.btnw {
	width: 120px;
}
form {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#header h1 {
	width: 100%;
	text-align:center;
}

#contents {
	height:6em;
	width:80%;
	padding-left:1.2em;
}

#login {
	float:left;
	width:400px;
}

#info {

}


#vslist {
	clear:both;
	margin-top:2em;
	padding:1.2em 1.2em 1.2em 1.2em;
}

#vslist h2 {
	text-align:center;
}

#vslist .tlist a {
	display: block;
	width: 48px;
	height:48px;
	text-decoration: none;
}
#vslist .tlist a:link,a:visited,a:active,a:hover { color:black; }
#vslist .tlist a.p0 {
	background-image: url(../img/player0.gif);
}
#vslist .tlist a.p1 {
	background-image: url(../img/player1.gif);
}
#vslist .tlist a.p2 {
	background-image: url(../img/player2.gif);
}
#vslist .tlist a.p3 {
	background-image: url(../img/player3.gif);
}
#vslist .tlist a.p4 {
	background-image: url(../img/player4.gif);
}
#vslist .tlist a.ep0 {
	background-image: url(../img/player0.gif);
}
#vslist .tlist a.ep1 {
	background-image: url(../img/player1.gif);
}
#vslist .tlist a.ep2 {
	background-image: url(../img/player2.gif);
}
#vslist .tlist a.ep3 {
	background-image: url(../img/player3.gif);
}
#vslist .tlist a.ep4 {
	background-image: url(../img/player4_eng.gif);
}
#vslist .tlist .pname {
        width:100px;
}
#vslist .tlist .pname img {
        vertical-align:middle;
        margin-right:2px;
}

