.googleNotesPopup{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.googleNotesPopup .googleNotesPopupBG{
	    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
}
.googleNotesPopup .container{
	position: relative;
    height: 90%;
    width: 900px;
    background: #fff;
    margin: 30px auto;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 4px;
}
.googleNotesPopup .container iframe{
	height:100%;
	width:100%;
}