@CHARSET "UTF-8";

#initMV-container {
	
}

#initMV-container .main {
	height: 100px;
	text-align: center;
}

#initMV-container .fullbg {
	background-color: silver;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	z-index: 300;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

#initMV-container .dialog {
	background-color: #fff;
	border: 5px solid rgba(6,4,4,0.7);
	height: 460px;
	left:auto;
	margin: -200px 0 0 0;
	margin-left:-5px;
	padding: 1px;
	position: fixed !important;
	position: absolute;
	top: 43%;
	width: 980px;
	z-index: 500;
	border-radius: 5px;
	display: none;
}

#initMV-container .dialog .closeBtn {
	position:absolute;
	right: 1px;
	margin: 0px;
	height: 24px;
	width:24px;
	line-height: 20px;
	background: #CCC;
}

#initMV-container .dialog .closeBtn a {
	color: #fff;
	text-decoration: none;
	cursor:pointer;
}
#initMV-container .mvcontainer{
	height:100%;
}
#theme-suggest a{
	font-size:0px;
	height:0px;
}