/* Popup */
div.popup {
    position            : absolute;
    display             : none;
    background-color    : #312B06;
}
div.popup_body {
    overflow            : auto;
    padding             : 15px 20px 10px 20px;
	color               : #CFC899;
}
.popup_overlay {
    background-color    : #000000;
}
.popup_close {
    cursor              : pointer;
}
div.popup_body div.contact {
	color               : #CEC89A;
	font-size           : 9px;
    margin              : 7px 0px 5px 22px;
}
