* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}

body {
	background-image: url(welcome/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#logo {
	background-image: url(welcome/logo.png);
	height: 64px;
	width: 350px;
	margin: 0 auto;
}
#language {
	text-align: center;
	padding: 2px;
	height: 1em;
	margin-bottom: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#headerbuttons {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
.greeny {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	
	float: left;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	
	background-image:url(app/img/button_grey.png);
	background-repeat:repeat-x;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.greeny:hover {
	color: black;
	text-decoration: underline;
}
.default_button, .songs li {
	color: white;
	background-color: #0C0;
	border: 1px solid black;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor: pointer;
	text-align: center;
	padding: 5px;
	margin: 5px;
	font: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.default_button:hover, .songs li:hover {
	text-decoration: underline;
}
#container {
	width: 900px;
	padding-top: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
}
.smallbutton {
	height: 35px;
	float: left;
	margin-left: 10px;
	line-height: 35px;
	text-align: center;
	color: #000;
}
.redbutton  {
	line-height: 40px;
	background-image: url(welcome/redbutton.png);
	height: 40px;
	width: 200px;
	color: #FFF;
	background-color: white;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}



.smallbutton:hover {
	cursor: pointer;
	background-color: #CCC;
}


.extra {
	background-color: #CCC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666;
	margin-left: 20px;
	font-family: "Lucida Console", Monaco, monospace;
	line-height: 1.5em;
}
.extra p {
	padding-left: 5px;
}
#back {
	background-image: url(welcome/back.png);
	height: 35px;
	width: 205px;
	position: absolute;
	top: 20px;
	right: 10px;
}

#back:hover {
	background-image: url(welcome/back_hover.png);
	cursor: pointer;
}

.biglist {
	margin-left: 10px;
	margin-top: 10px;
	list-style: none;
}

.biglist li {
	padding: 5px;
	margin: 5px;
	height: 60px;
	line-height: 60px;
	font-size:24px;
	background-image:url(app/img/biglist_li.png);
	background-repeat:repeat-x;
	color:#FFF;
	text-align: center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor: pointer;
}
.biglist li:hover {
	color:#000;
	text-decoration:underline;
}

.songs {
	margin-top: 10px;
	list-style: none;
}
.songs a {
	color: white;
}
.songs .del {
	width: 32px;
	height: 32px;
	background-image:url(app/img/button_delete_red.png);
	cursor: pointer;
	float: right;
	position: relative;
	left: 40px;
	top: -5px;
}
.welcomebutton {
	background-image: url(app/img/welcomebutton.png);
	height: 105px;
	width: 638px;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 105px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	margin-left: 102px;
}
.welcomebutton:hover {
	font-style: italic;
}
.welcome_music {
	position: absolute;
	left: 0px;
	top: 250px;
	width: 100%;
	height: 400px;
	border: none;
}
.flag {
	height: 11px;
	width: 16px;
	padding: 3px;
	cursor: pointer;
}
.flag:hover {
	background-color: #0cb000;
}
