﻿.CSSOverlay
{
	position:absolute;
	background: #333333;
	top:0px;
	left:0px;
	z-index: 50;
	display:none;	
}



.PopupContainer
{
	position:absolute;
	display:none;
	border: solid 1px #666666;
	background: #FFFFFF;
	z-index: 100;
	overflow:hidden;
	top: 100px;
	left: 100px;
	width: 10px;
	height: 10px;
}


	.Popup
	{
		position:relative;
		z-index: 150;
		padding: 7px 7px 7px 7px;
	}
	
	
	div.PromisePopup
	{
	    float: left;
	    width: 700px;
	}
	
	    div.PromisePopupCol
	    {
	        float: left;
	        width: 325px;
	    }

	    div.PromisePopupImageCol
	    {
	        float: left;
	        width: 375px;
	    }
	    
	    .donateButton
	    {
	        display: inline-block;
	        width: 100px;
	        background: #004684;
	        color: #FFFFFF;
	        padding: 5px 5px 5px 5px;
	        text-decoration: none;
	        text-align: center;
	    }
	    
	    .donateButton:hover
	    {
	        background: #052745;
	    }
	    
	    .closeButton
	    {
	        display: inline-block;
	        width: 100px;
	        background: #79797a;
	        color: #FFFFFF;
	        padding: 5px 5px 5px 5px;
	        text-decoration: none;
	        text-align: center;
	    }
	    
	    .closeButton:hover
	    {
	        background: #333333;
	    }
	   
div.PromiseText
{
    float: left;
    height: 425px;
}

div.Buttons
{
    width: 325px;
    float: left;
    text-align: center;
}

.LogoImage
{
    padding: 20px 0px 0px 80px;
}
