*{
	font-size:12px;
}
body {
	font-family:helvetica,tahoma,verdana,sans-serif;
	padding:0px;
	font-size:12px;
	margin:0;
}
.drag-box{
	position:absolute;
	border: 1px solid #333;
	opacity:0.6;
	color:#F00;
	overflow:visible;
	-moz-user-select:none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
}

.drag-box-text{
	display: block;
	filter:alpha(opacity:60);
	background-color: black;
	width: 100%;
	height: 100%;
	vertical-align:central;
	text-align: center;
	color: white;
	overflow:hidden;
	white-space: nowrap;
	-moz-user-select:none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
}
.drag-box-close {
	background:url("img/fancybox.png") repeat scroll -40px 0 transparent;
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	top:-17px;
	right:-17px;
	/*z-index:9999999;*/
	cursor:pointer;
}
.oppo-box {
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	-moz-user-select:none;
	-webkit-user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
}

.wang-box {
	background-position:left center;
	background-repeat:no-repeat;
	border:1px solid #0099FF;
	position:absolute;
	-moz-user-select:none;
	-webkit-user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
	text-align: center;
}
.wang-box-icon2 {
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:text-bottom;
	background-image:url(img/wang2.gif);
}
.wang-box-icon1 {
	width:77px;
	height:19px;
	display:inline-block;
	vertical-align:text-bottom;
	background-image:url(img/wang1.gif);
}
.wang-box-text {
	display:inline-block;
	position:relative;
	text-align: left;
	line-height:17px;
	white-space:nowrap; 
}


.search-box {
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	-moz-user-select:none;
	-webkit-user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
}
 .search-box-input{
	border:1px solid #0099FF;
	float:left;
}
 .search-box-btn{
	border:1px solid #0099FF;
	float:left;
}


.character-box {
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	word-wrap:break-word;
	border:1px solid #0099FF;
	width:120px;
	height:24px;
	line-height:24px;
	-moz-user-select:none;
	-webkit-user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
}
.character-box .character-box-text{
	font-size:12px;
	color:#FFFFFF;
}


.countdown-box {
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	word-wrap:break-word;
	border:1px solid #0099FF;
	width:180px;
	height:24px;
	line-height:24px;
	-moz-user-select:none;
	-webkit-user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
}
.countdown-box .countdown-ks {
	display:block;
	float:left;
	width:22px;
	margin-left:20px;
	font-size:12px;
	color:#FFFFFF;
}



.video-box {
	background:#3c3c3c;
	position:absolute;
	word-wrap:break-word;
	border:1px solid #0099FF;
	-moz-user-select:none;
	-webkit-user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
}
.video-box-mc {
	background:#5c5c5c;
	color:#ffffff;
	position:absolute;
	/*height:25px;
	line-height:25px;*/
	width:100%;
	height:100%;
	opacity: 0.1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
}


.slider-box {
	width:500px;
	height:350px;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	-moz-user-select:none;
	-webkit-user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
}

.slider-mc {
	background:#5c5c5c;
	color:#ffffff;
	position:absolute;
	/*height:25px;
	line-height:25px;*/
	width:100%;
	height:100%;
	opacity: 0.1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	z-index:1;
}
.arrow-box {
	border:1px solid #0099FF;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	-moz-user-select:none;
	-webkit-user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
	z-index:99;
}

.item-box {
	border:1px solid #0099FF;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	-moz-user-select:none;
	-webkit-user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
}

.attention-box {
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	-moz-user-select:none;
	-webkit-user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
}

.gwc-box {
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	-moz-user-select:none;
	-webkit-user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
}

.abs{
	position:absolute;
}
.outbox{
	overflow:hidden;
}
a.imghover{
	display:block;
	float:left;
}
a.imghover img{
	display:none;
}
a.imghover:hover img{
	display:block;
}
a.mcwhite:hover{
	background:#fff;
	opacity: 0.1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
}
a.mcblack:hover{
	background:#000;
	opacity: 0.1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
}
a.hborder:hover{
	border-width:1px;
}

.dialogContent {
	
}
.dialogContent ul {
	padding:0;
	list-style:none;
}

.dialogContent ul li {
	height:25px;
	line-height:25px;
	clear:both;
}

.dialogContent ul li  label {
	display:block;
	float:left;
	width:120px;
	text-align:right;
}

.dialogContent ul li  input {
	display:block;
	float:left;
	width:120px;
	text-align:left;
}

.dialogContent ul li  select {
	display:block;
	float:left;
	width:125px;
	text-align:left;
}

input.uninput {
	background-color:#e1e1e1;
	border: 1px solid #c1c1c1;
	padding: 1px 0px;
	padding-left: 8px;
	cursor:not-allowed;
	-moz-user-select:none;
	-webkit-user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
}


select.uninput {
	background-color:#e1e1e1;
	border: 1px solid #c1c1c1;
	cursor:not-allowed;
	-moz-user-select:none;
	-webkit-user-select: none;
	hutia:expression(this.onselectstart=function(){return(false)});
}

.sliderNumber {
	text-align:center;
}

.sliderNumber span {
	display:inline-block;width:30px;margin-top:20px;text-align:center;border:1px solid #d7d7d7; border-radius:4px;height:30px;line-height:30px;cursor:pointer;
}
.sliderNumber span.sn-active {
	background:#eeeeee;
}

.sliderBtn {
	display:block;width:380px;margin:12px auto;text-align:center;border:1px solid #d7d7d7; border-radius:4px;height:30px;line-height:30px;cursor:pointer;	
}
.sliderBtn:hover {
	background:#eeeeee;
}
.mapform{width:380px;margin:10px;}
.formele{width:380px;height:58px;line-height:58px;float:left;}
.formlabel{width:79px;height:58px;line-height:58px;float:left;}
.formlabel-7{width:89px;height:58px;line-height:58px;float:left;}
.forminput{background:#fff;float:left;border:1px #ebebeb solid;width:200px;height:33px;line-height:33px;color:#999;padding-left:8px;margin-top:12px;}
.formselect{width:210px;margin-top:12px;padding:8px 5px;float:left;border:1px #ebebeb solid;}
.formcheck{float:left;width:13px;height:13px;margin-top:22px;margin-left:7px;}
.formcheckSpan {display:block;float:left;width:67px;height:58px;line-height:58px;}
.formele .datebox {margin-top:12px;border:1px #ebebeb solid;}

.easyui-draggable{z-index:50;}

