﻿/*
[name]极简[/name]
*/
@charset "utf-8";
/*
html,body{font-size:12px;font-family:Verdana; padding:0; margin:0;}

a{text-decoration:none; text-decoration:underline;}
a:link,a:visited{color:#003399;}
a:hover,a:active{color:#FF6600;}

p{ padding:.5em; margin:.5em 0;}
ul{list-style:none; padding:0px; margin:0px;}
table,input,button,select{font-size:12px;}

textarea, input{ padding:3px; border:1px solid #ccc; border-color:#666 #ccc #ccc #666; background:#F9F9F9; color:#333; }
select{ padding:1px; border:1px solid #ccc; border-color:#666 #ccc #ccc #666; background:#F9F9F9; color:#333; }
*/
/*
按钮样式
*/
.radio, .checkbox{ border:none; background:none; vertical-align:middle; }
	
/*
主体内容

#main{ width:600px;margin:10px auto; padding:10px 0; background:#fff; border:1px solid #D9E6BB; box-shadow:2px 2px 10px #DAE7BD; border-radius:8px;}
*/
	/*
	标题区
	*/
	#header{ margin:0 20px;}
		#header h1{color:#333; margin:0; font-weight:normal; text-align:center; font-family:"微软雅黑"; line-height:2em; border-bottom: 1px solid #A1B53C;}
		#header p{line-height:20px; margin:.5em 0; padding:0; color:#666;}	
		#header p.error{ color:#336699; font-weight:bold;}
		

	/*
	内容区
	*/
	#content{ margin:20px; }
	
		#content fieldset{ margin:0 0 10px 0; padding:5px 15px; border:#999 solid 1px;}
		  #content legend{ font-weight:bold;}
	
		#content dl{padding:8px; margin:0; border-bottom: 1px solid #ECF4C5; }
		
			#content dl dt{color:#666; display:inline; font-weight:bold;}
			#content dl dd{color:#333; padding:0; margin:0; display:inline;}
			#content dl dd p{ margin:0; padding:0;}
			
			#content dl select{ padding:2px;}
		
			#content dl textarea{ margin:0;padding:5px; width:95%; height:80px; margin-top:10px;}
			
		/*
		错误消息
		*/
		#error{ position:absolute; z-index:999; background:#FFD151; color:#654302; padding:10px; font-size:12px; font-weight:bold; border-radius:5px;}
			
		/*
		提示信息
		*/
		#post{ border:#4C94EA solid 2px; padding:20px 20px 20px 60px; margin:20px 0; line-height:30px; font-size:16px; background:#fff url(pic/v.gif) 20px center no-repeat;}
			#post.error{ border:red solid 2px; background-image:url(pic/x.gif);}
			
		/*
		提交按钮
		*/		
		#send{text-align:center; padding:10px; clear:both;}
			#send button{ margin:0 10px;}
			#send button{ background:#5A5A78; color:#FFF; font-weight:bold; padding:5px; width:80px; line-height:20px; text-align:center; cursor:pointer;border:none; background:url(pic/btn.png); font-size:14px;}
			#send .button{ background:url(pic/btn.png) right bottom; color: #654302;}

		/*
		结果报表
		*/		
		#result{background:#CCCCCC; width:100%; margin:10px 0;}
			#result td{ line-height:22px;padding:3px 8px;}
			
			#result h1{font-size:16px; font-weight:bold; line-height:30px; color:#333; margin:0;}
			#result p{font-size:12px;line-height:25px; color:#666; text-align:right;}
			#result .info{text-align:center; line-height:30px;}
			
			#result .title{ background:#F9FFE8; text-align:left; color:#15AC94;}
			#result .tag{ background:#fff; font-weight:bold;}
			#result .line{ background:#fff;}
			
			#result .tag-id{ width:40px;}
			#result .tag-option{}
			#result .tag-scale{ width:150px; text-align:left;}
			
			#result .count{ float:right;}
			#result .ratio{ line-height: 10px; display:block; float:left; background:#ccc url(pic/ratio.png) repeat-x; width:100%;}
				#result .ratio span{ display:inline-block; height:10px;}
