﻿body {
	background:#fff;
	font:12px Verdana,Arial,Helvetica,sans-serif; 
	color:#000;
	margin:0;
	padding:0;
}

#container   
{
    width: 940px;
}

select, input, textarea, button {
	font-family:"Lucida Grande",Verdana,Lucida,Arial,Helvetica,sans-serif;
}

a, a:visited  
{
    color: #9e0b0f;
	text-decoration:underline;	
}

a:hover {
	text-decoration:underline;
}

.required 
{
    color: #9b1b35;
    font-size: 12px; 
}

.tdFields 
{
    font-weight: bold;
}

.tdPrefHeader 
{
    border-bottom: 1px solid #9b1b35;
    font-size: 18px;
    padding: 3px 0;
    font-weight: bold;
}

.tdSubHeader 
{
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 6px;
}

.text 
{
    width: 235px;
    margin-bottom: 4px;
}

.t2 
{
    width: 40px;
    margin-right: 8px;
}

.rdo {
    width: 100% !important;
    padding: 4px 4px 4px 4px;
}

.top 
{
    padding-top: 8px;
}

#midBodyContent 
{
    margin-top: 10px;
}

label 
{
    margin-left: 6px;
}

input[type=checkbox] 
{
    margin-bottom: 12px;
}

.tdAgreement, .unsub 
{
    font-size: 10px;
    padding: 15px 0;
}

.update 
{
    padding-top: 25px;
}

.inline-error {
	background:#f6f6f6 url('../images/exclamation.png') 3px center no-repeat;
	border:1px solid #ddd;	
	color:#C22;
	font-size:10px;
	line-height:18px;
	margin:4px 8px 0 8px;
	padding:3px 8px 4px 24px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.inline-error {
	margin-left:8px;
}

div.InlineErrorMessage {
	background:#900;
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:-100px;
	left:-100px;
	width:120px;
}

#txtEmail {
    align-self: flex-start;

}

.submit {
    padding-top: 30px;
}

.optdownemail {
    padding: 24px 0 20px 0;

}