@charset "utf-8";
/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg1 { 
		position: fixed; 
		height:440px;
		width: 100%;
/*		background: #000;
		background: rgba(0,0,0,.8);*/
		background:url(imgs/tmbg.png) repeat;
		z-index: 9910000;
		display: none;
		bottom: 0;
		left: 0; 

		}
	
	.reveal-modal1 {
		visibility: hidden;
		bottom: 60px; 
		left: 50%;
		margin-left: -400px;
		width: 800px;
		height:360px;
		background: #fff url(modal-gloss.png) no-repeat -200px -80px;
		position:fixed;
		z-index: 9910001;
		padding: 0px;
		-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-modal1.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal1.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal1.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal1.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal1 .close-reveal-modal1 {
		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;
		} 

.modleft { float:left; width:295px; padding-left:30px; padding-top:30px;}
.modcen { float:left; width:150px; background:url(imgs/jsbtn.jpg) no-repeat; height:360px;}
.modright { float:right; width:325px;}
#province { float:left;}
.city { float:left;}
.modtit { clear:both; height:50px; font-size:24px; line-height:50px; color:#666; padding-left:10px;}
.messagebtn000 { display:block; width:150px; background:url(imgs/jsbtn.jpg) no-repeat; height:360px; cursor:pointer; border:0px;}
.messagebtn000:hover {cursor:pointer;}
.modfy0 {  clear:both; height:70px; font-size:24px; line-height:50px; color:#666; padding-left:10px; padding-top:30px;} 
.modfy0 span { font-weight:300; font-size:24px; }
.modright span { color:#FF6600;}
.modfy1 { padding-left:80px; height:150px;padding-top:20px; clear:both; border:#e2e2e2 1px solid; width:200px;}
.modfy1 p { height:30px; line-height:30px; font-size:16px;}

.bottomad {
	position:fixed;
	bottom:0px;
	height:100px;
	width:100%;
	background:url(imgs/bottom.png) center top no-repeat;
	z-index: 9910002;
}
.bottomad a {
	display:block;
	height:100px;
	width:100%;
	cursor:pointer;
	text-indent:-98888px;
}
.big-link {
	display:block;
text-align:
}