﻿BODY
{
    padding:opx;
    margin:0px;
}

FIELDSET
{
    margin:2px;
    padding:0px;
}

#lightbox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	display: none;
}
#newsletter_outer_container
{
	position: absolute;
	top: 50%;
	left: 50%;
}

#newsletter_view, #newsletter
{
    height:225px;
}

#newsletter_form
{
	position: relative;
	top: -125px;
	left: -250px;
	width: 500px;
	height: 225px;
	display: none;
	background: white;
	padding: 0px;
	border: 1px solid #424242;
}
#newsletter_message
{
	display: none;
	border: 1px solid #b8b8b8;
	background: #f6f3f6;
	padding: 5px;
	color: Red;
}
#newsletter_notification
{
	color: Red;	
}

#subscription_form
{
    padding: 10px;
}

#subscription_form .pm_subscription_td
{
    font-size:.8em;
}

#SubscribeToNewsLetter
{
    float:right;
    border: none;
    width: 130px;
    height: 29px;
    color: White;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    background:url(/Content/gfx/buynow_blue_large.gif) no-repeat;    
}

#CancelButton
{
    margin-top:5px;
    float:right;
	background:url(/Content/gfx/btn_input.png) no-repeat;
	text-decoration: none;
	display: block;
	border: none;
    width: 100px;
    height: 20px;
    color: White;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    clear:none;
}

#saving
{
    font-size:3.5em;
    color: #88ba0b;
    text-align:center;
    vertical-align:middle;
    width:500px;
    height:275px;
    font-weight:bold;
    padding-top:100px;
}

#Thankyou
{
    font-size:1.5em;
    color: #88ba0b;
    text-align:center;
    vertical-align:middle;
    width:500px;
    height:100px;
    font-weight:bold;
    padding-top:100px;
}

#ThankyouClose
{
    width:500px;
    height:75px;
}
