#mainform {
    position: relative;
    max-width: 538px;
    background-color: #84d0f5;
    padding: 0;
    margin: 0;
}

#tooltip_container {
    background-color: #fff;
    max-width: 538px;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    overflow: hidden;
    left: 20px;
    top: 95px;
    width: 495px;
    height: 200px;
    border: 2px solid #e68a21;
    border-radius: 10px;
}

#tooltip_container > div {
    position: relative;   
}
#tooltip_container .close {
    text-align: right;
}
#dpc-2013-tp2zf .hhbf-wrap #tooltip_container .close {
    text-align: right;
}
#tooltip_container .close img {
    width: 15px;
    height: auto;   
}
#dpc-2013-tp2zf .hhbf-wrap #tooltip_container .close img {
 	width: 30px;
    height: 30px;
	padding-left: 7px;
	padding-top: 7px;
}
#tooltip_container .popupHeader {
    padding: 0px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #144371; 
}
#tooltip_container .popupHeader img {
    width: 15px;
    height: auto;
    margin-right: 5px;
}
#tooltip_container .popupContent {
    padding: 15px 10px 0 30px;
    font-size: 14px;
    line-height: 20px;
    color: #144371; 
}