#tool_content a{color:#018EE8;}
#tool_content a:hover{text-decoration:underline}
#desciption{margin:20px 0;padding:0 30px 0 25px;color:#999999;font-family:Tahoma,Arial,"微软雅黑","宋体","黑体"}
#desciption h2 span{color:#0077E0}
#desciption h2{font-weight:bold;color:#333333;font-size:large;border-bottom:1px dashed #D2E8FA;padding:0 0 10px 10px;}
.desc_img{float:left;margin:0 30px 15px;}

#result{
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	background: #F8FBFF;
	border:1px solid #CCD8EA;
	border-top:none;
	margin:0 auto;
	padding:15px 20px;
	overflow:hidden;
	display:none;
	width:580px;
}
#result_title{display:inline-block;height:24px;line-height:24px;width:100%;text-align:center}
#result_title{font-size:14px;color:#000000}
#result_title span{font-weight:bold;color:#E01D00}
#result_content{clear:both;}
#download_links{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	text-align:center;
	background:#ffffff;
	border:1px solid #CCD8EA;
	margin:15px auto;
}

.url_item{padding:5px 0;line-height:20px;clear:both;overflow:hidden;}
.url_item label,.url_text{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:inline-block;
	float:left;
	padding:3px 5px;
	height:20px;
	font-family:Verdana,Tahoma,微软雅黑,Arial;
}
.url_item label{
	background:none repeat scroll 0 0 #018EE8;
	color:#FFFFFF;
	margin-right:10px;
}
.url_text{
	border:1px solid #C9CDD0;
	color:#858585;
	width:480px;
}

#url_area  {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-image:url("images/lightblue.png");
	background-repeat:repeat-x;
	border:1px solid #CCD8EA;
	padding:6px 0;
	text-align:center;
	width:640px;
	margin:0 auto;
}
#url {
	background-image:url("images/input_bg.png");
	background-repeat:repeat-x;
	border:1px solid #B5C7E1;
	font-size:14px;
	height:26px;
	padding:2px 0 0 5px;
	width:516px;
	color:#999;
	font-family:Verdana,Tahoma,微软雅黑,Arial;
	}
	#tool_content input {
		vertical-align:middle;
	}
	#tool_content .button{
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		background-color:#C6DEFF;
		background-image:url("images/buttonblue.png");
		border:1px solid #5279AD;
		color:#5279AD;
		font-size:15px;
		height:30px;
		padding-left:10px;
		padding-right:10px;
		cursor:pointer;
		font-family:"微软雅黑","黑体";
		outline:none;
		display:inline-block;
	}
	#tool_content #searchsubmit{
		_padding-left:1px;
		_padding-right:1px;
		*padding-left:1px; /*css hack for ie7 and ie8 copac mode*/
		*padding-right:1px;	
	}
	.result_button{width:100%;text-align:center;margin-top:10px}
	#tool_content #result_close{display:inline-block;height:25px;line-height:25px;padding:0 32px;color:#5279AD}
	#tool_content #result_close:hover{text-decoration:none}