﻿@media screen
{
	#Subscription
	{
		background-color:#ffffff;
		display:none;
		padding:20px;
		position:absolute;
		width:460px;
	}
	
	#Subscription h2
	{
		background:url(/Images/DoubleLineBg.gif) repeat-x left bottom;
		margin:0px;
		padding:0px 0px 16px;
	}
	
	#Subscription .LeftContent
	{
		float:left;
		width:230px;
	}
	
	#Subscription .RightContent
	{
		float:left;
		width:230px;
	}
	
	#Subscription form
	{
		clear:both;
	}
	
	#SubscribeEmail
	{
		border:solid 1px #c9c9c9;
		color:#989898;
		font-size:80%;
		margin-right:5px;
		padding:2px;
		width:190px;
	}
	
	.SubscribeSubmit
	{
		background-color:#757575;
		border:solid 1px #757575;
		color:#ffffff;
		cursor:pointer;
		font-family:Gotham Bold, Arial, Sans-Serif;
		font-size:80%;
		font-weight:bold;
		padding:0px 7px 1px;
		text-transform:uppercase;
	}
	
	.ErrorMessage
	{
		color:#cc0000;
	}
}