/* modal popup START */

	#pst_spmodal_overlay {
		opacity:0.85;
		background-color:black;
		position:fixed;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		z-index:1000;
		/*display:none;*/
	}	

	#pst_spmodal_box {
	    /*display: none;*/
	    border: solid 4px #214083;
	    background: #1f2f5f;
	    position: fixed;
	    border-radius: 18px;
	    top: 20px;
	    left: 5%;
	    right: 5%;
	    /*bottom: 2%;*/
		z-index: 1100;
	}
	
	#pst_spmodal_content {
		text-align: left;
		color: white;
		font-weight: 100;
		padding: 15px;
		font-family: arial;
		font-size: small;
	}
	
	#pst_spmodal_close_button {
		border: none;
		display: inline-block;
		padding: 8px 8px;
		vertical-align: middle;
		overflow: hidden;
		text-decoration: none;
		color: inherit;
		font-size: 20pt;
		text-align: center;
		cursor: pointer;
		white-space: nowrap;
		position: absolute;
		right: 0;
		top: 0
	}
	
	a.pst_spmodal_button {
	    padding: 5px;
	    background: #214083;
	    border-radius: 10px;
	    margin: auto;
	    width: 120px;
	    display: block;
	    color: yellow;	
		font-size: 16px;
		margin-bottom: 10px;
		text-align:center;		
	}
	
	a:hover.pst_spmodal_button  {
	    background: #2b3b6a;
	}		
	
	div#pst_spmodal_button1 {
		text-align: center;
		color: white;
		font-size: 14px;
		padding: 5px;	
		line-height: normal;
	}	
	
/* modal popup END */