/* @override http://localhost:3000/stylesheets/wii.css?1200936168 */

/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* general */

a {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


#prelogin {
	width: 240;
	height: 320px;
}

#prelogin a {
	color: #f66;
	text-decoration: underline;
}

#prelogin a:hover {
	color: #a33;
	text-decoration: underline;
}

#notice {
	width: 240px;
	margin: 0 auto;
	text-align: center;
}

body {
	background-color: #000;
	color: #fff;
}

#container {
	padding: 20px 40px;
	color: #fff;
	background-image: url(/images/wii/container_back.png);
/*	position: fixed;*/
/*	width: 240px;*/
	z-index: 10;
}

.logo {
	background-image: url(/images/wii/logo.jpg);
	width: 113px;
	height: 32px;
	margin: 0 0 0 40px;
}

#login_form {
	margin: 0 auto;
	width: 220px;
}

#login_form form {
	padding: 10px 30px;
}

#login_form .field {
	margin: 10px 0 5px 0;
}

#login_form .field label {
	font-size: 9px;
	font-weight: bold;
	margin: 0 0 3px 0;
	color: #6B6B6B;
}

#login_form .field input {
	border-top: 1px solid #626262;
	border-left: 1px solid #626262;
	border-right: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
	font-size: 9px;
	padding: 3px;
	background-image: url(/images/backgrounds/bg_field_login.png);
	width: 200px;
}

#login_form .field input.checkbox {
}

#login_form input.submit {
}

ul#playlists {
}

ul#playlists li {
}

ul#playlists li a {
}
