#ppLoadingScreen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
    background: url(/res/images/popup-background-ie8.png);
	background: rgba(0,0,0,0.5);
}

#ppModalBG {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(/res/images/popup-background-ie8.png);
    background: rgba(0,0,0,0.5);
}
    #ppModalBG #ppModalContainer {
    	background: none repeat scroll 0 0 #FFFFFF;
        box-shadow: 0px 5px 15px #000;
    	margin: 40px auto 0;
    	width: 800px;
        -moz-border-radius: 2px 4px 2px 2px;
        border-radius: 2px 4px 2px 2px;     /* Larger top right radius to fit behind the close button. */
    	position: relative;
        padding: 30px;
        font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 1.2em;
        width: 600px;
    }

    #ppModalBG #ppModalContainer.sender-approval {
        padding: 0;
        width: 660px;
    }
        #ppModalBG #ppModalContainer.sender-approval #ppModalContent {
            display: inline;
        }

        #ppModalBG #ppModalContainer #ppModalClose {
            background: none repeat scroll 0 0 #E74E4E;
            color: #FFFFFF;
            font-family: "Pictos";
            line-height: 24px;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            padding: 0px 5px;
            -moz-border-radius: 0 2px 0 2px;
            border-radius: 0 2px 0 2px;
        }
            #ppModalBG #ppModalContainer #ppModalClose span {
                font-family: 'myriad-pro',Helvetica,Arial,Helvetica,sans-serif;
                margin-right:5px;
                font-weight:700;
            }
        #ppModalBG #ppModalContainer #ppIcon {
            margin-right: 10px;
            font-family: "Pictos";
            font-size: 48px;
            background: #00b0f7;
            color: #fff;
            line-height: 1em;
            padding: 10px;
            border-radius: 50px;
            width: 48px;
            text-align: center;
            position: relative;
            top: -0.25em;
            display: none;
            float: left;
        }
        #ppModalBG #ppModalContainer #ppModalTitle {
            font-size: 2em;
            font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
            font-weight: 600;
            line-height: 1.2em;
            margin-top: 0px;
            margin-bottom: 0px;
            color: #737373;
            letter-spacing: -0.03em;
            margin-bottom: 0.25em;
            display: block;
            width: 600px;
            float: left;
        }
        #ppModalBG #ppModalContainer #ppModalContent {
            min-height: 100px;
            padding-bottom: 2px;    /* For button underlines */
        }
        	#ppModalBG h2 {
				font-size: 1.5em;
        	}
        	#ppModalBG strong {
	            font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
	            font-weight: 700;
        	}
            #ppModalBG .buttons {
                text-align: center;
                padding-top: 10px;
            }
                #ppModalBG .button {
                    color: #fff;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                    font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
                    font-size: 0.9em;
                    font-weight: 700;
                    letter-spacing: 0.05em;
                    padding: 13px 10px 10px 10px;
                    margin: 20px 10px 0 10px;
                    display: inline-block;
                    text-align: center;
                    cursor: pointer;
                    text-decoration: none;
                    -webkit-appearance: none;
                    background: none repeat scroll 0 0 #bbb;
                    box-shadow: 0 2px 0 #bbb;
                }

                #ppModalBG .button:hover, 
                #ppModalBG .bottom-tab:hover {
                    background: none repeat scroll 0 0 #bbb;
                    box-shadow: 0 2px 0 #666;
                }

                #ppModalBG .button.highlight, 
                #ppModalBG .bottom-tab.highlight {
                    background: none repeat scroll 0 0 #8CC152;
                    box-shadow: 0 2px 0 #8CC152;
                }
                #ppModalBG .button.highlight:hover, 
                #ppModalBG .bottom-tab.highlight:hover {
                    background: none repeat scroll 0 0 #8CC152;
                    box-shadow: 0 2px 0 #288703;
                }






#ppModalBG #ppModalContainer.webinar-ticketing {
    background: #00b0f7 url(/res/images/webinar-popups/ticketing-background.png) no-repeat left bottom;
    color: #fff;
    overflow: hidden;
    padding: 30px 30px 0 30px;
}
    #ppModalBG #ppModalContainer.webinar-ticketing #ppModalTitle {
        text-align: center;
        color: #fff;
        line-height: 1.1em;
    }
    #ppModalBG #ppModalContainer.webinar-ticketing h2 {
        text-align: center;
        color: #fdf461;
        font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 1.2em;
    }
    #ppModalBG #ppModalContainer.webinar-ticketing .col1 {
        float: left;
        width: 156px;
        margin-right: 30px;
    }
    #ppModalBG #ppModalContainer.webinar-ticketing .col2 {
        float: left;
        width: 414px;
    }
        #ppModalBG #ppModalContainer.webinar-ticketing .col2 ul {
            width: 21em;
            font-size: 1.125em; /* 18px */
            line-height: 1.2em;
            margin: 1.5em 0;
        }
            #ppModalBG #ppModalContainer.webinar-ticketing .col2 ul li {
                margin-top: 0.5em;
            }
            #ppModalBG #ppModalContainer.webinar-ticketing .button.orange {
                background: #F76C10;
                box-shadow: 0 2px 0 #F76C10;
                color: #fff;
            }
            #ppModalBG #ppModalContainer.webinar-ticketing .button.orange:hover {
                box-shadow: 0 2px 0 #94410a;
            }