/* Copyright 2009 - tumimusic.com */
body {
	margin: 0 auto;
	font: normal 13px "segoe ui", arial;
	color: #000;
}
a, input.submit {
	color: #000;
	text-decoration: none;
}
a:hover, input.submit:hover {
	color: #ef9a02;
}
a:active, input.submit:active {
	color: #ef9a02;
}
a.big {
	font-size: 15px;
}
input.submit {
	font: normal 15px "segoe ui", arial;
	background-color: #fff;
	border-width: 0px;
	cursor: pointer;
	color: #000;
}
input.input_box, textarea {
	border: 1px solid #666;
}
table input.input_box, table textarea {
	width: 360px;
}
h1 {
	font-size: 18px;
	font-variant: small-caps;
}
h2 {
	font-size: 15px;
	font-variant: small-caps;
}
#wrapper_top {
	height: 120px;
}
div.hidden {
	display: none;
}
#logo {
	background: transparent url(http://www.licensing.tumimusic.com/images/logo.gif) no-repeat 0px 5px;
	height: 90px;
	width: 122px;
	float:left;
}
#head {
	color: #ef9a02;
	font: bold 12px "segoe ui", arial;
	padding-top: 30px;
	background: transparent url(http://www.licensing.tumimusic.com/images/tml.gif) no-repeat 122px 9px;
}
#top_link {
	height: 25px;
	text-align:right;
	padding: 3px 10px 0px 0px;
	font-variant: small-caps;
	font-weight: bold;
	color: #ef9a02;
	background: #000 url(http://www.licensing.tumimusic.com/images/bg_topbottom.png) repeat-x;
}
#top_link a {
	color: #fff;
}
#top_link a:hover {
	color: #ef9a02;
}
#head #punch_line {
	float: left;
}
#text {
	float: right;
	width: 384px;
	padding: 10px 20px 10px 20px;
}
#wrapper_middle {
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid transparent;
}
#main {
	position: fixed;
	top: 120px;
	bottom: 40px;
	left: 0px;
	right: 0px;
	overflow: auto;
	padding: 0px 10px 20px 10px;
}
#browse_music {
	width: 100%;
	position: fixed;
	bottom: 40px;
	left:0px;
	text-align: center;
}
#menu {
	float: left;
	margin: 10px 0px 0px 10px;
}
#menu div {
	float: left;
	height: 22px;
	padding: 4px 30px 0px 0px;
	font-size: 15px;
	font-variant: small-caps;
}
#menu div.button {
	color: #000;
}
#menu a:hover {
	color: #ef9a02;
	text-decoration: none;
}
#menu a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
#menu div.selected {
	color: #ef9a02;
	font-weight: bold;
	cursor: default;
}
div#helptip_div {
	background-color: #fff;
	border: 1px solid #ef9a02;
	display: none;
	font-family: tahoma;
	font-size: 11px;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.9;
	padding: 3px;
}
#wrapper_bottom {
	margin: 0 auto;
	width: 100%;
	background-color: #000;
}
#bottom_menu {
	height: 25px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding: 3px 0px;
	background: #000 url(http://www.licensing.tumimusic.com/images/bg_topbottom.png) 0px -25px repeat-x;
	color: #fff;
	font: bold 11px "segoe ui", arial;
	text-align: center;
}
#bottom_menu a {
	color: #fff;
	text-decoration: none;
}
#bottom_menu a:hover {
	color: #ef9a02;
	text-decoration: underline;
}
#bottom_menu div {
	color: #ef9a02;
	font-weight: normal;
	font-size: 11px;
}
#wrapper_pop_up {
	margin: 0 auto;
	width: 450px;
}
div.head_close {
	background-color: #ef9a02;
	margin: -6px;
	padding: 3px;
}
div.head_close a:hover {
	color: #fff;
}
#login_form, #register_form {
	padding: 6px;
	display: none;
	position: absolute;
	top: 120px;
	border: 6px solid #666;
	background-color: #fff;
	z-index: 101;
	width: 450px;
}
#login_form input.input_box, #register_form input.input_box {
	width: 300px;
}
#login_form form, #register_form form{
	text-align: right;
}
#layer {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	opacity: 0.5;
	z-index: 50;
	background-color: #000;
	filter: alpha(opacity = 50);/*fuck IE*/
}
#status {
	position: fixed;
	width: 100%;
	height: 30px;
	top: 0px;
	opacity: 0.7;
	background-color: #fff;
}
#status_message {
	position: fixed;
	width: 100%;
	top: 6px;
	text-align: center;
	color: #fff;
	z-index: 107;
}
#status_message a {
	border: 1px solid white;
	background-color: white;
	padding: 0px 6px;
	color: red;
}
#loading {
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -50px -100px;
	width: 200px;
	height: 100px;
	z-index: 102;
	background: black url(http://www.licensing.tumimusic.com/images/loading.gif) no-repeat center center;
	border: 1px solid #ef9a02;
}