﻿#ismOverlayBG
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	z-index:1;
}

#ismOverlay
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6 */
	height:160px;
	width:400px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
	
	/*position: relative;*/
	/*left: 400px;*/
	bottom: 100px;
}

#ismOverlayCloseLink
{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight: bold;
	display:block;
	cursor: pointer;
	border: solid #CECECE;
	padding: 0px 0px 5px 5px;
	border-width: 0px 0px 1px 1px;
}

#ibtnNewsLetterSignup
{
	cursor: pointer;
}

input.OLNewsletterSignupForm
{
	height: 15px;
	width: 200px;
}

table.OLNewsletterSignupForm td
{
	text-align: left;
	height: 26px;
}