/*	--------------------------------------------------
	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: 200px; 
		left: 50%;
		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 h1{ font-size:18px;}
	.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;
		} 
	



#pageContent {padding-left:15px; font-family:"微软雅黑"; padding-top:20px;}
.reveal-modal textarea{width:380px;}

#baoMing {line-height:30px; margin:3px 8px; text-align:left}
#biaoTi {height:30px; line-height:30px; color:#ea3992; font-size:14px; font-weight:bolder;}
.bd_text{width:190px;height:28px; border:1px solid #f886bf;}
.bd_textarea{border:1px solid #f886bf;}

.bd_select{border:1px solid #f886bf; height:28px;}
#baoMing li{text-indent:2em; list-style-type:none; font-size:12px}
#FrontPage_Form1 table {text-align:left}
#FrontPage_Form1 td {line-height:40px; font-size:12px;}
#FrontPage_Form1 textarea {margin:15px 0;}
#FrontPage_Form1 input, #FrontPage_Form1 select, #FrontPage_Form1 textarea {margin-left:1em;}
#FrontPage_Form1 input select {font-size:12px; height:18px; line-height:18px;}

#table3{ margin:25px;}
#table3 table {text-align:left}
#table3 td {line-height:40px; font-size:12px;}
#table3 textarea {margin:15px 0;}
#table3 input, #table3 select, #table3 textarea {margin-left:1em;}
#table3 input select {font-size:12px; height:18px; line-height:18px;}

 .btn-style-01{ border-style:none; padding:8px 30px; line-height:24px; color:#fff; font:16px "Microsoft YaHei", Verdana, Geneva, sans-serif; cursor:pointer; border:1px #ae7d0a solid; /*字体阴影效果*/ */ -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;/*边框圆角*/background-color:#e25099; background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fe25099), to(#e25099)); background-image: -webkit-linear-gradient(top, #e25099 0%, #e25099 100%); background-image: -moz-linear-gradient(top, #feb100 0%, #e25099 100%); background-image: -ms-linear-gradient(top, #e25099 0%, #e25099 100%); background-image: -o-linear-gradient(top, #f376b5 0%, #e25099 100%); background-image: linear-gradient(top, #e25099 0%, #e25099 100%);/*颜色渐变效果*/ } .btn-style-01:hover { background-color:#e25099; background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#e8a201), to(#e25099)); background-image: -webkit-linear-gradient(top, #e25099 0%, #e25099 100%); background-image: -moz-linear-gradient(top, #e25099 0%, #f376b5 100%); background-image: -ms-linear-gradient(top, #e25099 0%, #f376b5 100%); background-image: -o-linear-gradient(top, #e25099 0%, #f376b5 100%); background-image: linear-gradient(top, #e25099 0%, #f376b5 100%); }







