.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: 100px;
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #eee url(images/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-area {
    visibility: hidden;
    
    left: 50%;
    margin-left: -212px;
    top:80px;
    background: #eee url(images/modal-gloss.png) no-repeat -200px -80px;
    position: absolute;
    z-index: 101;
    -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.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: 20px;
	line-height: .5;
	position: absolute; 
	top: -10px;
	right: -12px;
	color: white;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}

#lost_p{
    bottom: 40px;
    color: #E5DBB1;
    font-size: 12px;
    left: 30px;
    position: absolute;
    text-decoration: none;
}

#myModal2 {
	background: url(images/pop.png);
	width: 247px;
	height: 263px;
	margin-left: -123px;
	top: 50%;
	margin-top: -132px; 
}

#myModal2 .form_login {
	margin-bottom: 29px;
	display: block;
		background: none;
		border: none;
}

#myModal2 form {
	padding-top: 156px;
	padding-left: 64px;

}

#myModal2 #login_button {
	margin-left: 43px;
	height: 34px;
	width: 40px; 
	cursor: pointer;
}

#myModal8 {
    background: url(images/popup_about.png) no-repeat;
    width: 321px;
    height: 325px;
    margin-left: -212px;
    top: 50%;  
    margin-top: -162px;
    font-size: 13px;
    line-height: 23px;
    text-align: justify;
    color:white;  
    padding: 50px 47px 50px 52px;
}

#myModal8 a{
    color: yellow;
}

#myModal10{
   background: url(images/bg_pop_search.png) no-repeat; 
   
    height: 287px;
    width: 520px;
    top: 50%;
    margin-top:-143px;
    
}

#myModal10 .close-reveal-modal{
    top: 17px;
    right:17px;
    
}


#myModalSign{
    background: url(images/bg_pop_signup.png) no-repeat; 
    padding: 0px;
    height: 481px;
    width: 573px;
    top: 50%;
    margin-top:-240px;
    
}
#myModalSign .close-reveal-modal{
    top: 17px;
    right:17px;
    
}

