﻿.MailingListContainer
{
    position: absolute;
    top:480px;
    left:auto;
    right:auto;
    margin-left:800px;
    display:block;
	width: 200px;
	height:210px;
    background: transparent url(images/MailingListBG.png) no-repeat top left; 
}
.MailingListAdminContainer
{
    position: absolute;
    top:320px;
    left:auto;
    right:auto;
    margin-left:810px;
    display:block;
	width: 160px;
	padding:10px;
	border:solid 1px #fff;
}
.MailingListTitle
{
    font-weight:bold;
    display: block;
	width: 170px;
	font:bold 0.9em arial;
    color:#f47c20;
	margin:25px 15px 10px 15px; 
}
.MailingListLabel
{
    color:#fff;
    display: block;
	width: 180px;
	font:normal 0.9em arial;
	margin-left:15px;
}
.MailingListTextBox
{
    width: 170px;
    height:25px;
	margin-left:15px;
	margin-bottom:20px; 
	border: solid 1px #000;  
    background: #b1a086 url(images/gradient.png) repeat-x top left; 
    font-weight: bold;
    color:#372608;  
}
.MailingListButton
{
    width: 170px;
    height:25px;
	margin-left:15px;
	margin-bottom:10px; 
	border: solid 1px #ccc;  
    background: #372608 url(images/gradient.png) repeat-x top left; 
    font-weight: bold;
    color:#f47c20;   
}
.MailingListValidation
{
    margin-left:15px;
	width: 170px;
	font-size:0.8em;   
}
.MailingListValidation ul
{
    list-style-position:inside;  
}
.Captcha
{
    margin:0px;
	margin-left:10px;
    color:#fff;
    display: block;
	width: 150px;
	font:normal 0.9em arial;
}
.Captcha input
{
    width: 170px;
    height:25px;
	margin-bottom:20px; 
	border: solid 1px #000;  
    background: #b1a086 url(images/gradient.png) repeat-x top left; 
    font-weight: bold;
    color:#372608; 
}
.Captcha img
{
    width: 170px;
    height:25px;
	margin-bottom:10px;
}
