html body div#winNewsletter
{
	position: absolute;
	top: 30px;
	left: 600px;
	z-index: 999999;
	width: 200px;
	border: 1px solid #cccccc;
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: verdana, tahoma, arial, helvetica;
}

html body #winNewsletter div.border1
{
	position: relative;
	border: 5px solid white;
	background: none;
	margin: 0px;
	padding: 0px;
}
html body #winNewsletter div.border1 div.border2
{
	position: relative;
	border: 5px solid #ebf4ef;
	background-color: #ebf4ef;
	margin: 0px;
	padding: 0px;
}
html body #winNewsletter div.border1 div.border2 div.border3
{
	position: relative;
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}

html body #winNewsletter h3,
html body #winNewsletter a h3
{
	border: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
}
html body #winNewsletter p,
html body #winNewsletter a p
{
	border: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	clear: both;
}
html body #winNewsletter div#boxOut
{
	position: absolute;
	top: 1px;
	left: 150px;
}