body  {
  	padding: 0px;
  	margin: 20px auto; 
  	font-family: Arial, Helvetica;
  	background-color: #FFFFFF;
  	text-align: center;
}


a {
	color: #777799;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

a:hover {
	color: #7D462A;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}

/******** OVERALL CONTAINER OF PAGE CONENT ***********/

.container  {
  	background-color: #FFFFFF;
  	text-align: center;
  	padding: 0px;
  	margin: 0px auto;
	width: 800px;
}

.container .header  {
  	background-color: #FFFFFF;
  	text-align: left;
  	width: 800px;
}

.container .contentArea {
  	background-color: #FFFFFF;
  	background-image: url(../images/area-bg1.jpg); 
  	background-repeat: no-repeat;
  	background-position: right;
  	text-align: center;
  	border: 1px solid #E64366;
  	width: 798px;
  	height: 614px;
}

.container .contentArea .contentLeft  {
  	padding: 2px 26px 10px 26px;
  	width: 318px;
  	font-family: Arial, Helvetica;
  	text-align: left;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

.container .contentArea .contentLeft .note {
	color: #999999;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

/* ********************* */
/*  hidden email style   */
/* ********************* */
.container .contentArea .contentLeft .email2 {
	display: none;
}

.container .contentArea .contentLeft .note strong {
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

.container .footer  {
  	padding: 5px 0px 0px 0px;
  	background-color: #FFFFFF;
  	text-align: right;
  	width: 800px;
  	font-family: Arial, Helvetica;
	color: #999999;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.container .footer a {
  	font-family: Arial, Helvetica;
	color: #E64366;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	text-decoration: none;
}

.container .footer a:hover {
  	font-family: Arial, Helvetica;
	color: #999999;
	text-decoration: underline;
}


/************** FORM STYLES *****************/

td.cellPadding {
	padding: 5px 0px 5px 0px;
}

form {
	margin: 0px auto; 
	padding: 0px;
}

.formTextInput { 
	padding: 3px; 
	width: 255px;
	font-family: Arial, sans-serif; 
	font-size: 12px;
	border: 1px solid #F5B1BE;
	background-color: #FADBE3;  
	color: #555555;
}

textarea.formTextInput { 
	padding: 3px; 
	width: 300px;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	border: 1px solid #F5B1BE;
	background-color: #FADBE3;  
	color: #555555;
}

.formBadInput { 
	padding: 3px; 
	width: 255px;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	border: 1px solid #E53D5D;
	background-color: #FADBE3;  
	color: #555555;
}

textarea.formBadInput { 
	padding: 3px; 
	width: 300px;
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	border: 1px solid #F5B1BE;
	background-color: #FADBE3;  
	color: #555555;
}

.formSubmit { 
	width: 95px;
	height: 33px;
	padding: 3px 15px 3px 3px; 
	background-image: url(/images/submit-heart.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF; 
	border: 0px;
	font-family: Arial, sans-serif; 
	font-size: 16px; 
	line-height: 16px;
	font-weight: normal;
	text-transform: none;
	color: #DC142E;
}

.formText { 
	color: #999999;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none; 
}
	
.formTextBad { 
	color: #990000; 
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}



