/****************************************************************************************************
| My Beat - Keeps me informed
|----------------------------------------------------------------------------------------------------
| All souce code & content (c) Copyright 2010, Nexicom Inc.
|   unless specifically noted otherwise.
|
| File: css/csspopup_v2.css
| Purpose: CSS for popup boxes.
| ___________________________________________________________________________________________________
|                                  Nexicom Inc. http://www.nexicom.net 
****************************************************************************************************/

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	padding: 15px;
	font-family: Arial,Helvetica,sans-serif;
	text-align: justify;
	border: 5px solid #555;
	width:300px;
	height:160px;
	z-index: 9002;
}

div.popup_title{
	font-family: Arial;
	font-size: 14pt;
	color: #4067AC;
	text-align: center;
}