﻿
/*************************/
/* SUBSCRIPTION PAGE     */
/*************************/
.subscriptionArea
{
	width: 100%;
}

.subscriptionArea label.topLabel
{
	display: block;
	line-height: 1em;
}

.subscriptionArea input, .subscriptionArea select
{
	margin: 0.3em 0 1.5em 0;
}

.subscriptionListArea input
{
	margin: 0 0.3em 0 0;
}

.subscriptionListArea td
{
	vertical-align: text-bottom;
	padding: 0.3em 0;
}

.button
{
	border: 1px solid black;
	color: White;
	background: black url(images/buttonBg.png) repeat-x;
}


div.SubscriptionArea
{
	padding: 0px 10px 10px 10px;
}
div.IteraEPiSubHeading
{
	padding-top: 10px;
	color: Blue;
}
div.epostcheck
{
}
input.epostcheckField
{
	width: 300px;
}
div.IteraEPiRow
{
	clear: both;
}
div.IteraEPiCol1
{
	width: 100px;
	float: left;
}
div.IteraEPiCol2
{
	float: left;
	width: 200px;
}
