﻿Body
	{
		background-color:#dd2d2c;
		background-image:url('images/background.jpg');background-repeat:repeat-x;	
		margin:0;
		text-align:center;
		font-family:arial,helvetica,sans-serif;
		font-size:10pt;
		color:white;

	}

#IWRBody
	{
		width:800px;
		background-color:#dd2d2c;
	}	

.Player
	{
		right:0px;
	}

* html .Player
	{
		right:4px;	
	}

.InputArea 
	{
		width:800px;
		background-color:#dd2d2c;
	
	}
* html .InputArea
	{
		width:796px;
	}

#DisclaimerArea
	{
		padding-left:5px;
		padding-right:5px;
		padding-top:10px;
	}

#StartOrder, #ProductSelection
	{
		width:560px;
		background-color:inherit;
	}

#StartOrder
		{
			font-weight:bold;
			text-align:center;
			padding-bottom:5px;
		}			

#ErrorArea
	{
		width:800px;
		background-color:inherit;
	}	

* html #ErrorArea
	{
		width:796px;
	}

#BottomArea
	{
		width:800px;
		padding-top:10px;
		background-color:#dd2d2c;
	}

* html #BottomArea
	{
		width:796px;
	}
#FooterArea
	{
		padding-top:10px;
		padding-bottom:10px;
	}

.clear
	{
		clear:both;
		line-height:0;
		font-size:0;
	}

Input, Submit
	{	
		font-family:inherit;
		color:white;
		padding-left:2px;
	}

.TermsAndConditions
	{
		color:white;
		font-family:inherit;
		font-size:8pt;
		text-align:left;
		vertical-align:middle;
		padding:2px;
		padding-top:10px;
	}

.ProductCopy
	{
		color:white;
		font-family:inherit;
		font-size:11pt;
		text-align:left;
		vertical-align:top;
		padding:1px;
		padding-top:5px;
	}

.FieldLabel
	{
		color:white;
		font-family:inherit;
		font-size:10pt;
	}

.AddressFormHeader
	{
		color:white;
		text-transform:uppercase;
		font-weight:bold;
		text-align:center;
	}

.Disclaimer	
	{
		font-size:8pt;
		color:white;
	}

/*	This class formats the "required field" indicator (usually an asterisk).  By default, the asterisk inherits the
	body text color, but it can be set to a different color below.	*/	
.Asterisk
	{
		font-weight:bold;
		color:white;
	}
	
/*	This class defines the links that are used in the footers of the landing, upsell and receipt pages.  It is important
	to set the font color so that it contrasts with the page background.  The color has to be set manually because
	a setting of "inherit" would result in the browser default colors for the link.	*/	
.BottomLink
	{
		font-size:8pt;
		color:white;
		text-decoration:none;
		text-align:center;
	}
	
/*	This class defines the behavior of the link when it is "moused-over".	*/	
.BottomLink A:Hover
	{
		text-decoration: underline;
	}
	
	
/*	Settings that apply to the Customer Service and Privacy Policy pop-up pages.  For the most part, the pages
	will inherit their background and font selections from the "body" declaration above.  The declaration below
	can be used to create setting specific to those two pages.	*/
.CustomerServicePage, .PrivacyPolicyPage
	{
		
		text-align:left;
		padding:10px;
		background-color:#dd2d2c;background-image:none;

	}
