﻿/*
[name]淡蓝[/name]
*/
@charset "utf-8";

html,body{font-size:12px; font-family:Verdana; padding:0; margin:0; background:#C6E5F2 url(pic/bg.png) center center no-repeat fixed;}

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;}

/*
按钮样式
*/
.radio, .checkbox{ border:none; background:none; vertical-align:middle; }
	
/*
主体内容
*/
#main{ width:620px; margin:10px auto; }
	
	/*页面居左*/
	#main.left {
		margin:0;
	}

	/*
	标题区
	*/
	#header{}
		#header h1{color:#333; margin:0; font-weight:normal; text-align:center;font-family:"微软雅黑"; }
		#header p{line-height:20px; margin:.5em 0; padding:0; color:#666;}	
		#header p.error{ color:#336699; font-weight:bold;}		

	/*
	内容区
	*/
	#content{ background:#fff;}
	
		#content fieldset{ margin:0 20px; padding:5px 15px; border:#E6F1F3 solid 1px;}
		  #content legend{ font-weight:bold;}
	
		#content dl{ margin:1em auto;}
			#content dl dt{color:#000033; background:#DEF1F9; line-height:20px;padding:.5em;}
			#content dl dd{color:#333;padding:.5em;margin:.5em;}
				
			#form table{color:#333; padding:0; overflow:hidden; width:100%; border:none;}
				#form table td{ text-align:center; padding:5px; line-height:2em; background:#fff; overflow:hidden;}
				#form table td:hover{background:#F1F8FC;cursor:pointer;}
				
				/*
				图片
				*/
				#form table td img{border:none;}
				
				/*
				描述
				*/
				#form table td span{ color:#999; }
				
				/*
				票数
				*/
				#form table td strong{ color:#060; font-size:14px; }
			
		/*
		错误消息
		*/
		#error{ position:absolute; z-index:999; background:#5A5A78; color:#fff; padding:10px; font-size:12px; font-weight:bold;}
			
		/*
		提示信息
		*/
		#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;}
			#send input{ margin:0 5px;}
			#send .submit{background:#5DB9EC url(pic/btn.gif);color:#FFF;font-weight:bold; width:100px; height:28px; line-height:20px; cursor:pointer; border:none;}
			#send .submit:hover{color:#CDE4F2;}

		/*
		结果报表
		*/		
		#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:#E8F8FF; text-align:left; color:#003366;}
			#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{height:10px; display:block; float:left; background:#ccc url(pic/ratio.png) repeat-x; width:100%;}
				#result .ratio span{ display:inline-block; height:10px;}
