.destHelp {
	width: 200px;
	z-index: 100;
}
div.popup {
    position: absolute;
	width:250px;
    display: none;
    padding: 3px; 
    border: 1px solid #feba02; 
    background-color: #fff9e7;
    z-index: 99;
 	margin-bottom: 50px;
}
div.popup p {
    margin: 0;
}

