﻿#Container
{
	overflow: hidden;
}
#FormContainer
{
	display:none;
	overflow:hidden;	
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	/*background-image: url(../../images/Home-Newsletter-background.gif);
	background-repeat: repeat-y;*/
	background-color: #797979;
	width:218px;
	margin-left: -1px;
}
.Expand
{
	cursor:pointer;
}
#Form
{
	margin-left: 5px;
	text-align: left;
	width: 208px;
	padding: 0 5px;
}
#Form p
{
	line-height: normal !important;
	padding: 1em 0 0;
}
#Success
{
	text-align: left;
	width: 208px;
	padding: 0 5px;
}
