/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 40%; 
		left: 40%;
		/*margin-left: -300px;*/
		/*width: 520px;*/
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
		.reveal-modal ul{ width:100%;}
		.reveal-modal ul li{ width:100%;font-size:14px; color:#666666; margin-top:5px}
		.reveal-modal ul li b{ float:left; font-size:14px; color:#666666; font-weight:400}
		.reveal-modal ul li a.r{ float:right;font-size:14px; color:#666666; text-decoration:none}
		.reveal-modal ul li a.r:hover{ text-decoration:underline}
		.reveal-modal ul li input{ margin-right:5px;}
		.reveal-modal h2{ background:url(../images/lb_03.jpg) no-repeat 10px center #41d1b8; width:490px; height:30px; font-size:12px; color:white; line-height:30px; border-radius:5px; padding-left:30px}
		
		
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
	
	.reveal-modal{}
	.reveal-modal table{ width:100%; font-size:14px;}
	.reveal-modal table tr td{ padding:10px 0; font-family:"微软雅黑"}
	.reveal-modal table tr td .text{ width:288px; height:33px; border:1px solid #d7d7d7; padding:0 10px; font-family:"微软雅黑"}
	.reveal-modal table tr td .submit{ width:223px; height:38px; background:#ff3300; border:none; cursor:pointer; font-family:"微软雅黑"; color:white; font-size:14px;}
	
	.list4_table{ border-left:1px solid #888888;border-top:1px solid #888888; background:white; text-align:center;}
	.list4_table tr td{ border-right:1px solid #888888;border-bottom:1px solid #888888;}
	
	.order{ width:950px; left:35%; top:50px;}
	.order_1{ border:1px solid #ccc; background:#fdfdfd; padding:20px}
	.order_1 ul{ width:100%; float:left;}
	.order_1 ul li{ width:33%; float:left; color:#666666; margin-top:10px;}
	.order_1 ul li i{ color:#999999; font-style:normal}
	.order_1 ul li.last{ width:100%}
	.order_1 table{ float:left; width:100%; text-align:center;border-right:1px solid #ccc;border-bottom:1px solid #ccc; margin-top:20px;}
	.order_1 table thead tr td{ background:#f2f2f2}
	.order_1 table tr td{ padding:10px 0; border-left:1px solid #ccc;border-top:1px solid #ccc}	
	
	.order_2{border:1px solid #ccc; background:#fdfdfd; padding:20px; margin-top:20px; }
	.order_2 .title{ width:100%; border-bottom:2px solid #cccccc; height:45px;}
	.order_2 .title h1{ float:left; color:red; height:45px; line-height:45px; border-bottom:2px solid red; padding:0 10px; margin-bottom:20px;}
	
	.order_2 table{ width:100%;border-right:1px solid #ccc;border-bottom:1px solid #ccc}
	.order_2 table tr td{ border-left:1px solid #ccc;border-top:1px solid #ccc; text-align:center}
	.order_2 table tr.thead td{ background:#f2f2f2}
	.order_2 table tr td img{ float:left; margin:0 10px;}
	.order_2 table tr td h1{ float:left; font-size:14px; font-weight:400; width:300px; text-align:left}
	.order_2 table tr td p{ float:left}
	.order_2 table tr td span{ float:left; display:block; width:300px; text-align:left; color:#cccccc}
	.order_2 table tr td b{ font-weight:400; color:red}
	
	.list3_alert table{ border-left:1px solid #ccc;border-top:1px solid #ccc;}
	.list3_alert table tr td{border-right:1px solid #ccc;border-bottom:1px solid #ccc; background:white; text-align:center; font-size:14px;}

