/*	--------------------------------------------------
Reveal Modals
-------------------------------------------------- */

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	/*background-color:#000000;
    filter:Alpha(opacity=50);*/
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	top:0; 
	left:0%;
	margin:100px auto 0 auto;
	/*margin-left: -300px;*/
	width: 320px;
	background:rgba(255,255,255,0.5);
background:#fff;filter:Alpha(opacity=50); background:#fff;
	position: absolute;
	z-index:99999999 !important;
	padding:25px; display:block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0 0 10px rgba(73,66,57,0.4);
	-webkit-box-shadow: 0 0 10px rgba(73,66,57,0.4);
	-box-shadow: 0 0 10px rgba(73,66,57,0.4);
}

.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;
} 
.big-link { display:block;text-align: center; float: left;}
.reveal-modal h1{ font-size:20px; font-weight:100;color:#0069b0; padding-bottom:10px;}
.reveal-modal img{ display:block; width:200px; height:200px; margin:0 auto;position:fixed;top:126px;left:1040px;}

.search_bg{ width: 300px; height:80px;visibility: hidden;top:0; left:38%; margin: 140px auto 0 auto;
position: absolute;display:block;z-index:99999999 !important;}
.ss_text{ width: 230px; height: 35px; line-height: 35px; border: 0px;padding: 0 5px; float: left;}
.ss_btn{ background: url(../images/glass.html) center center no-repeat; border: 0px;
 width: 20px; height: 35px; cursor: pointer; margin-top:5px;}
.ss_box{ width:280px; background: #fff; height: 40px;}
.big_glass{display:block;text-align: center; float: left; margin:57px 0 0 -40px;}