body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#1e1e1e;
	font:12px/1.5 verdana, arial, helvetica, sans-serif;
	}

body, html {
	}

p { 
	padding:0px;
	margin:0px;
	}
	
#popup {
	width:640px;
	height:280px;
	float:left;
	padding:0px 0px 0px0px;
	margin:0px 0px 0px 0px;
	background:url('../media/popup/popup_bg.gif') no-repeat 0px 0px;
	}

.logo {
	float:left;
	width:100%;
	margin:28px 0px 0px 30px;
}

.control {
	float:left;
	width:175px;
	height:135px;
	margin:48px 13px 0px 30px;
}

.control .volume{
	float:left;
	width:40px;
	height:135px;
}

.control .volume .vol_up{
	float:left;
	margin:27px 0px 0px 0px;
}

.control .volume .vol_down{
	float:left;
	margin:2px 0px 0px 0px;
}

.control .control_btn{
	float:right;
}

.infos{
	float:left;
	width:422px;
	margin:74px 0px 0px 0px;
}

.infos .title{
	float:left;
	width:422px;
}

.infos .subtitle{
	float:left;
	width:422px;
	margin:5px 0px 0px 0px;
}

.infos .value{
	float:left;
	text-align:left;
	width:407px;
	height:24px;
	margin:5px 0px 0px 0px;
	padding:6px 5px 0px 10px;
	font-size:11px;
	color:#FFFFFF;
	background:url('../media/popup/value_bg.gif') no-repeat 0px 0px;
}