﻿.newsletterTable 
{
	background-image: url('/01/Modules/emagiC_MailForm/images/newsletter.jpg');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #7CA2C9;
	width: 100%;
}

.newsletterTitleCell
{	
	padding-left:15px;
	padding-top:10px;
}

.newsletterTitle
{
	font-family: Arial;
	font-size: 10px;
    color: #FFFFFF;
}

.newsletterInput
{
	font-family: Arial;
	font-size: 11px;
	color: #7C7C7C;
    border: solid 1px #FFFFFF;
    height: 12px;
    width: 170px;
}

.newsletterSubmit
{
	text-align: right;
	padding-right: 10px;
	padding-top:-5px;
}

