﻿body {
	background:#fff;
	font:12px Geneva,Helvetica,Arial,Verdana,sans-serif;
	color:#666666;
	margin:0;
	padding:0;
}

#container   
{
    width: 740px;
}

select, input, textarea, button {
	font-family:Geneva,Helvetica,Arial,Verdana,sans-serif;
	color:#666666;
}

a, a:visited { 
	text-decoration:underline;
	color:#666666;		
}

a:hover {
	text-decoration:underline;
	color:#666666;
}

.required 
{
    color: #B58845;
    font-size: 12px; 
}

h3
{
    font-weight:normal;
}

.tdFields 
{
    width:80px;
}

.tdPrefHeader 
{
    color: #B58845;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px; 
    text-transform: uppercase;   
}

.subCat 
{
    font-weight: bold;
    padding-top: 15px;
}

.text 
{
    width: 100%;
}

.t2 
{
    width: 95px;
}

.btn_subscribe,
.btn_subscribe:hover,
.btn_subscribe:visited
{
   background-color:#79583B;
   padding:8px 30px; 
   color:#FFFFFF;
   text-decoration:none;
   font-size:14px;
   font-weight:bold;
   text-transform:uppercase;
   
}

.btn_unsubscribe,
.btn_unsubscribe:hover,
.btn_unsubscribe:visited
{
   background-color:#AAAAAA;
   padding:6px 20px; 
   color:#FFFFFF;
   text-decoration:none;
   font-size:11px;
   font-weight:bold;
   text-transform:uppercase;
   
}

.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;
}