.mask {  
   top:0px;
   left:0px;
   position:fixed;  
   z-index:999999;  
   background-color:#414e6d;
   display:none;  
}
.close{
	width:40px;
	height:40px;
	position:relative;
	float:right;
	cursor:pointer;
	cursor:hand;
	background-image:url('../img/close.png');
}
.close:hover{
	background-image:url('../img/close2.png');
}
.modal{
  position:absolute;
  display:none;
  z-index:999999;  
  padding:20px;
  
}

.btnsModal button{
	float:right;
	color:white;
}

.titleModal{
	/*overflow:hidden;
	color:white;
	font-size:x-large;*/
	margin-bottom: 20px;
    margin-right: -30px;
    margin-top: -35px;
    overflow: hidden;
}
