/* tang-ui mini reset, version: 0.9 */
.tang-ui dl, .tang-ui dt, .tang-ui dd, .tang-ui ul, .tang-ui ol, .tang-ui li, .tang-ui input{
	margin: 0;
	padding: 0;
}
.tang-ui table{
	border-collapse: collapse;
	border-spacing: 0;
}
.tang-ui img{
	border: 0;
}
.tang-ui li{
	list-style: none;
}
.tang-ui th{
	text-align: left;
}
.tang-ui input, .tang-ui textarea, .tang-ui select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}

/* tang-ui commons */
.tang-ui{
	
}

.tang-ui .tang-background{
	position: absolute; 
	z-index: -1; 
	top: 0; left: 0; 
	width: 100%; height: 100%; 
}

.tang-ui .tang-foreground{
	
}

/**********include common.css*********/

/* 普通模式，直接使用 png 实现渐变透明的效果 */
.tang-background .top__{height:12px; font-size:1px;}
.tang-background .middle__{font-size:1px;}
.tang-background .bottom__{height:12px; font-size:1px;}

.tang-background .left__{width:12px;}
.tang-background .center__{}
.tang-background .right__{width:12px;}

/* 放入背景图 
.tang-background .corner__{background:transparent url(corner.png) no-repeat;}
.tang-background .vertical__{background:transparent url(vertical.png) repeat-x;}
.tang-background .horizontal__{background:transparent url(horizontal.png) repeat-y;}
.tang-background .midland__{background-image:url(midland.png);}*/

.tang-background .top__ .left__{background-position:top left;}
.tang-background .top__ .center__{background-position:top left;}
.tang-background .top__ .right__{background-position:top right;}
.tang-background .middle__ .left__{background-position:top left;}
.tang-background .middle__ .right__{background-position:top right;}
.tang-background .bottom__ .left__{background-position:bottom left;}
.tang-background .bottom__ .center__{background-position:bottom left;}
.tang-background .bottom__ .right__{background-position:bottom right;}
/* 针对低端浏览器（IE6）使用gif代替png，优雅降级 
.gif__{}
.tang-background .gif__ .corner__{background-image:url(corner.gif);}
.tang-background .gif__ .vertical__{background-image:url(vertical.gif);}
.tang-background .gif__ .horizontal__{background-image:url(horizontal.gif);}
.tang-background .gif__ .midland__{background-image:url(midland.gif);}*/

/**********include magic.Background.css*********/




.tang-dialog{
	position: absolute;
}

.tang-dialog .tang-background-inner{
	width: 100%; height: 100%;
	margin: 5px auto auto 4px;
	_margin-top: 4px;
}

.tang-dialog .tang-title{
	background: url(dialog.png);
	border: 1px solid #606060;
	border-width: 1px 1px 0 1px;
}

.tang-dialog .tang-title .buttons{
	float: right;
}

.tang-dialog .tang-title .buttons a{
	display: block;
	width: 29px;
	height: 29px;
	outline: none;
	/*background: transparent url(btns.gif) no-repeat;*/
}

.tang-dialog .tang-title a.close-btn{
	background-position: 0 0; 
}

.tang-dialog .tang-title a.close-btn:hover{
	background-position: 0 -29px; 
}

.tang-dialog .tang-title span{
	line-height: 29px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: default;
	padding-left: 10px;
	width: auto;
	height: 29px;
	margin-right: 29px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tang-dialog .tang-body{
	background-color: #f4f4f4;
	border: 1px solid #a9a9a9;
	border-width: 0 1px 1px 1px;
}

.tang-dialog .tang-body .content{
	padding: 10px;
}

.tang-dialog .tang-body .contentFrame{
	padding: 0;
}

.tang-dialog .tang-body .contentFrame iframe{
	border: 0;
	width: 100%;
	height: 100%;
}

/**********include magic.Background.css*********/

	/* 复写dialog样式 */
	.tang-dialog {
		line-height: 1;
	}
	.tang-dialog .tang-title {
		background: url(http://mopai.do-global.com/static/images/dialog-title-bg.png) repeat-x scroll 0 0 transparent;
		border-color: #D8D8D8;
		border-style: solid;
		border-width: 0 0 1px;
	}
	.tang-dialog .tang-body {
		background-color: #fff;
		border-width: 0;
	}
	.tang-dialog .tang-title span {
		font-family: "微软雅黑","Verdana";
		line-height: 40px;
		height: 40px;
		color: #333;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		text-align: left;
		text-indent: 15px;
		font-weight: normal;
	}
	.tang-dialog .tang-title .buttons a {
		background: url(http://mopai.do-global.com/static/images/dialog-close.png) no-repeat scroll 9px 14px transparent;
		display: block;
		height: 40px;
		width: 40px;
	}
	.tang-dialog .tang-title a.close-btn {
		background-position: 9px 14px;
	}
	.tang-dialog .tang-title a.close-btn:hover {
		background-position: 9px 14px;
	}
	/* dialog内容样式 */
	.tang-dialog .motu-dialog-content {
		margin:10px 15px;
		text-align:left;
	}
	.motu-dialog-content .item-title {
		color:#333;font-size:16px;font-family: "微软雅黑","Verdana";
	}
	.motu-dialog-content .item-title span{
		font-size: 13px;
		color: #666;
	}
	.motu-dialog-content .item-body {
		color:#666;font-size:12px;margin:10px 0 23px 65px;
	}

	/*iPhone 弹窗*/
	.tang-dialog .type-iphone .install-step {
		display:block;
		margin-bottom: 10px;
	}
	.tang-dialog .type-iphone .down-link {
		margin-bottom: 10px;
		display:block;
		width: 220px;
		height: 68px;
		/*background: url("./dialog-sprite1.png") no-repeat -300px 0;*/
	}
	.tang-dialog .type-iphone .down-link:active {
		background-position: -300px -100px;
	}
	.tang-dialog .type-iphone .quick-link {
		display:block;
		width: 202px;
		height: 42px;
		/*background: url("./dialog-sprite1.png") no-repeat 0 -200px;*/
	}
	.tang-dialog .type-iphone .quick-link:active {
		background-position: -300px -100px;
		/*background: url("./dialog-sprite1.png") no-repeat 0 -300px;*/
	}
	.tang-dialog .type-iphone .link,
	.tang-dialog .type-iphone .link:hover,
	.tang-dialog .type-iphone .link:active,
	.tang-dialog .type-iphone .link.visited {
		color: #0b9bf7;
		text-decoration: none;
	}

	.tang-dialog .type-iphone .scan-code {
		display:block;
		margin-top: 10px;
	}

	/*Android 弹窗*/
	.tang-dialog .type-android .down-link {
		margin-top: 10px;
		display:block;
		width: 220px;
		height: 68px;
		background: url("http://xiangce.baidu.com/cms/app/static/tangram-ui/img/dialog-sprite.png") no-repeat -300px -200px;
	}
	.tang-dialog .type-android .down-link:active {
		background-position: -300px -300px;
	}
	.tang-dialog .type-android .quick-link {
		display:block;
		width: 257px;
		height: 46px;
		background: url("http://xiangce.baidu.com/cms/app/static/tangram-ui/img/dialog-sprite.png") no-repeat 0 0;
	}
	.tang-dialog .type-android .quick-link:active {
		background-position: 0px -100px;
	}
	#dialog-android-quick-install-2{
		display:block;
		width: 202px;
		height: 42px;
		background: url("http://xiangce.baidu.com/cms/app/static/tangram-ui/img/dialog-sprite.png") no-repeat 0 -200px;
	}
	#dialog-android-quick-install-2:active{
		background-position: -300px -100px;
		background: url("http://xiangce.baidu.com/cms/app/static/tangram-ui/img/dialog-sprite.png") no-repeat 0 -300px;
	}
	.tang-dialog .type-android .scan-code {
		display:block;
		margin-top: 10px;
	}
	.tang-dialog .type-android .link,
	.tang-dialog .type-android .link:hover,
	.tang-dialog .type-android .link:active,
	.tang-dialog .type-android .link.visited {
		color: #4e9e0f;
		text-decoration: none;
	}
	.tang-dialog .install-help {
		display: block;
		margin: 5px 0 0 10px;
	}

	.tang-dialog .type-iphone .warn-tip {
		display: block;
		height: 26px;
		line-height: 26px;
		margin-left: -65px;
		width: 330px;
		color: red;
	}

#dialog-android-goto-mobile{
	color: #666;
	text-decoration: underline;
	margin-right: 20px;
}
/*********************/