﻿/***COMMON CLASSES***/

.left 
{
	float: left;
}

.right 
{
	float: right;
}

.clear, .clear_div
{
	clear: both;
	float: none;
	line-height: 0px;
}

.chkbx 
{
	padding: 0 10px 0 0;
}

/************************/

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
}

#main_container 
{
	margin: 10px auto;
	width: 800px;
}

.header 
{
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

.list
{
	width: 240px;
	padding: 0 10px;
	height: 140px;
}

#list_area 
{
	width: 800px;
}

#submit_area 
{
	font-size: 14px;
	padding: 15px 0;
	text-align: center;
	background-color: #dde7f5;
}

#txtEmail 
{
	width: 350px;
}

#btnSubmit {
	font-weight:normal; 
	border-top:1px solid #666;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	border-left:1px solid #666; 
	padding:2px; 
	background-color:#fff; 
	color:#CC0000;
}

#logo 
{
	padding: 20px 0px;
	text-align: center;
}

/***************************/

#email_pair 
{
	padding: 20px 0 0 0;
}

#validation 
{
	padding: 0 0 0 15px;
}

.input_pair 
{
	padding: 0 0 0px 0;
}

.input_label 
{
	position: relative;
	top: 3px;
	width: 100px;
	text-align: right;
}

.small 
{
	width: 50px;
}

#subscriber_info_ctr_frm 
{
	width: 750px;
}

#btnSubscribe
{
	position: relative;
	top: 20px;
	left: 10px;
}

