@charset "utf-8";


#newsletter {
	background:#a5a6a6;
	padding:12px;
}

#newsletter_content {
	background:#fff;
	padding:1px;
}

#newsletter_content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:22px 0px 20px 16px;
	padding:0px;
}

#newsletter_content h2 {
	color:#ff4900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:normal;
	line-height:22px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#newsletter_banner {
	margin:0px 0px 0px 22px;
}

#newsletter_intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 15px 24px;
}

.newsletter_intro_mandatory {
	color:#ff4900;
	font-size:10px;
}

#newsletter_form_box {
	background:url(../images/newsletter_form_bg.gif) top repeat-x #f5f5f5;
	border-bottom:1px solid #ccc;
	margin:0px 0px 24px 17px;
	padding:27px 0px 20px 23px;
	width:607px;
}

#newsletter_form_box th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding-bottom:10px;
	text-align:left;
}

#newsletter_form_box td {
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:18px;
}

#newsletter_form_box td span {
	color:#ff4900;	
}

#newsletter_form_box .common_textfield {
	border:1px solid #c1c1c1;
	margin-top:3px;
	width:158px;
}

#newsletter_form_box .common_select {
	border:1px solid #c1c1c1;
	margin-top:3px;
	width:158px;
}

#newsletter_form_box .common_select_large {
	border:1px solid #c1c1c1;
	margin-top:3px;
	width:216px;
}

.newsletter_form_table ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width:80%;
}

.newsletter_form_table ul li {
	background:#f00;
	color:#fff;
	margin:0px;
	padding:2px 5px 2px 5px;
}

.newsletter_form_table span.error input, .newsletter_form_table span.error select, .newsletter_form_table span.error textarea {
	border-color:#f00;
}

#newsletter_update_table {
	margin:0px 0px 40px 32px;
	width:592px;
}

#newsletter_update_table td {
	color:#818181;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	vertical-align:top;
}

#newsletter_update_table td span {
	color:#ff4900;
}


#newsletter_btn {
	margin:0px 0px 20px 36px;
}



.newsletter_confirm {
	background:#fff;
	padding:1px 0px 0px 16px;
	height:100px;
}

.newsletter_confirm h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:22px 0px 20px 0px;
	padding:0px;
	
}

.newsletter_confirm h1 span {
	font-style:italic;
}






