﻿/*
[name]三叶草[/name]
*/
@charset "utf-8";

body{font-size:12px;font-family:Verdana; padding:0; margin:0; background:#D3BC5C url(pic/bg.jpg) right top no-repeat fixed; background-size: cover;}

a{text-decoration:none; text-decoration:underline;}
a:link,a:visited{color:#666;}
a:hover,a:active{color:#49741A;}

p{ padding:2px; margin:2px;}
ul{list-style:none; padding:0px; margin:0px;}
textarea{ color:#333333;}
table,input,button,select{font-size:12px;}

/*
按钮样式
*/
.radio, .checkbox{ border:none; background:none; vertical-align:middle; }
	
/*
主体内容
*/
#main{ width:650px;margin:10px auto; padding:20px 0; background:#fff; border-radius:10px;}
	
	/*页面居左*/
	#main.left {
		margin:0;
	}

	/*
	标题区
	*/
	#header{ margin:0 20px;}
		#header h1{color:#49741A; margin:0; font-weight:normal; text-align:center; font-family:"微软雅黑"; position:relative;}
		#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:#ccc solid 1px;}
		  #content legend{ font-weight:bold; color:#666;}
	
		#content dl{ margin:1em auto; zoom:1;}
			#content dl dt{color:#49741A;background:#fff; font-weight:bold; line-height:20px;padding:.5em;border-bottom:#B7DA72 solid 1px;}
			#content dl dd{color:#333;padding:.5em;margin:.5em;}
		
			#content textarea{ margin:0;padding:5px; width:95%; height:80px;}
			
		/*
		错误消息
		*/
		#error{ position:absolute; z-index:999; background:#49741A; color:#fff; padding:10px; font-size:12px; font-weight:bold;}
			
		/*
		提示信息
		*/
		#post{ border:#4C94EA solid 2px; padding:15px; margin:20px 0; line-height:30px; font-size:16px; border-radius:5px;}
			#post .done{ background:#fff url(pic/v.gif) 20px center no-repeat; color:#390; padding-left:70px;}
			#post .fail{ background:url(pic/x.gif) 20px center no-repeat; color:#F00; padding-left:70px;}
			
		/*
		提交按钮
		*/
		#send{text-align:center; padding:10px;}
			#send button{ margin:0 10px;}
			#send button{background:#49741A;color:#FFF;font-weight:bold;padding:5px; cursor:pointer;border:2px solid #B7DA72;}
			#send button:hover{border:2px solid #333;}
			
		/* 驱动 */
		#powered{ line-height: 50px; text-align: center; color: #999;}
		
		/*
		结果报表
		*/		
		#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:#efefef; text-align:left; color:#49741A;}
			#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;}
				

@media screen and (max-width: 650px) {
	#main{ width: 96%!important;}
}
