#popup {     
left: 0;     
position: absolute;     
top: 0;     
width: 100%;     
z-index: 1001; 
}   
.content-popup {    
margin:0px auto;     
margin-top:120px;     
position:relative;     
padding:10px;     
width:700px;     
min-height:450px;     
border-radius:4px;     
background-color:#FFFFFF;     
box-shadow: 0 2px 5px #666666; 
}   
.content-popup h2 {     
color:#FFFFFF;       
margin-top: 0;     
padding-bottom: 4px;
left:0;

}   
.popup-overlay {     
left: 0;     
position: absolute;     
top: 0;     
width: 100%;     
z-index: 999;     
display:none;     
background-color: #777777;     
cursor: pointer;     
opacity: 0.7; 
}   
#close {
width: 50 px;
} 
#tittle {
background-color: #d10002;
}
#butC{
width: 20%;	
position: relative; 
margin-left: 75%;
}

@media only screen and (max-width:760px){
.content-popup {    
margin:0px auto;     
margin-top:65px;     
position:relative;     
padding:10px;     
width:300px;     
border-radius:4px;     
background-color:#FFFFFF;     
box-shadow: 0 2px 5px #666666; 
}
}
