.lightBoxShadow{ box-shadow: 0px 0px 10px 0px #A9CAD4;}
	.animFade{ box-shadow: 0px 0px 3px 0px rgb(0, 0, 0);}
	.header
	{
		border-radius: 10px 10px 0px 0px;
		background-color: #487AAF;
		width:100%;
		height: 35px;
	}
	#background
	{
		height: 100%;
		width: 100%;
		visibility:hidden;
		background-repeat: no-repeat;
		background-attachment:fixed;
		background-color: black;
		position:fixed;
		top: 0;
		
		opacity:0; 
	}

	input[type="button"].btnClose
{	
	background:url('../images/btnClose.png') no-repeat; 
	float:right; 
	margin-top: 1px; 
	margin-right: 1px; 
	width: 37px; 
	height: 35px;
	box-shadow: none;
	border: 0px;
	border-radius: 0px 25px 0px 120px;
	
}
	
/* Popup Styles
=============================================*/
	.popup
	{
		display:none;
		z-index:100;
		width: 65%;
		height:500px;
		margin-left: auto;
		margin-right: auto;
		background-color:white;
		position:fixed;
		border-radius: 5px 5px 5px 5px;
		box-shadow: 0px 1px 15px #8f92a8;
	}
	.otc_PopupContent{
		width:90%;
		margin-left:auto;
		margin-right:auto;
		
	}
	.popHeader
	{
		text-align: center;
		vertical-align: middle;
		background-color:#204b8f;
		/*background:url('../images/headerBackground.png');*/
		height: 45px;
		width: 100%;
		border-radius: 5px 5px 0px 0px;
		
	}
	.headerTitle
	{
		margin-top: 10px;
		font-size: 1.4em;
		background-color: none;
		z-index:110;
		color: white;
		display: inline-block;
		
	}
	.headerInfo
	{
		box-shadow: 1px 1px 5px 0px #A9CAD4;
		margin-left: auto;
		margin-right: auto;
		width:98%;
	}
	.headerInfo td
	{
		padding: 5px;
		min-width: 100px;
	}
	.headerInfo td.title
	{
		min-width: 50px;
	}