﻿@charset "utf-8";
@import url(/q/temp/cn/css/quandi.css);
	.ol_num{
		display:block;
		overflow:hidden;
		width:auto;
		height:auto;
		margin:auto;
		padding:0px;
	}
	.ol_num>li{
		display:list-item;
		list-style:decimal;
		list-style-position:inside;
		width:auto;
		height:auto;
		color:#f00;
	}
	#bt_save{
		width:100px;
		display:inline-block;
		color:#fff;
		font-size:14px;
		line-height:40px;
		height:40px;
		text-align:center;
		background-color:#06F;
	}
	#bt_clear{
		width:100px;
		display:inline-block;
		color:#fff;
		font-size:14px;
		line-height:40px;
		height:40px;
		text-align:center;
		background-color:#333;
	}
	#qd_title{
		border:1px solid #ccc;
		width:500px;
		height:20px;
		padding:5px;
	}
	#qd_content{
		border:1px solid #ccc;
		width:500px;
		height:200px;
		padding:5px;
	}
	/*对话框*/
.msg_tb{
	width:400px;
	height:300px;
	background-color:#fff;
	
}
.msg_tmodal{
	background-color:#333;
	opacity:0.4;
}
.msg_thead{
	width:auto;
	height:40px;
	line-height:40px;
	display:block;
	background-color:#eee;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:14px;
}
.msg_tfoot{
	border-top:1px solid #ccc;
	background-color:#eee;
	height:40px;
	line-height:40px;
}
a.msg_bt{
	color:#fff!important;
	background-color:#5d6a7f;
	border-radius:2px;
	line-height:30px!important;
	height:30px!important;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	transition:all 0.4s;
	margin:auto!important;
}
a.msg_bt:hover{
	background-color:#F90;
	color:#fff;
	text-decoration:none;
}

a.msg_bt_yes{
	color:#fff!important;
	background-color:#5d6a7f;
	border-radius:2px;
	line-height:30px!important;
	height:30px!important;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	transition:all 0.4s;
	margin:auto!important;
}
a.msg_bt_yes:hover{
	background-color:#F90;
	color:#fff;
	text-decoration:none;
}

a.msg_bt_no{
	color:#333!important;
	background-color:#ddd;
	border-radius:2px;
	line-height:30px!important;
	height:30px!important;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	transition:all 0.4s;
	margin:auto!important;
}
a.msg_bt_no:hover{
	background-color:#333;
	color:#fff!important;
	text-decoration:none;
}
.notice{
	color:#f00;
	display:inline;
	padding:5px;
}
.txt{
	width:300px;
	height:20px;
	padding:5px;
	overflow:hidden;
	border:1px solid #ddd;
	outline:none;
	float:left;
}
.area{
	width:300px;
	height:200px;
	padding:5px;
	overflow:hidden;
	border:1px solid #ddd;
	outline:none;
	float:left;
}