﻿HTML
{
	border: none;
	padding: 0px;
	margin: 0px;
}

BODY {
	background-color: #333333;
	color: black;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	padding: 0px;
	border: none;
}

#container {
	background-color: white;
	position: relative;	
	margin: 0 auto;
	width: 990px;
}

#bottom_border {
	height: 10px;
	width: 100%;
	background-color: #333333;
	top: 1235px;
	position: absolute;
	display: none;
}

#header 
{
	position: relative;
	height: 100px;
}

#cambion_header_logo 
{
	position: absolute;
	top: 10px;
	left: 12px;
	border: none;
}

#call_UK_title, #call_USA_title {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	left: 330px;
}

#call_UK_title {
	top: 40px;
}

#call_USA_title {
	top: 70px;
}

#call_UK_number, #call_USA_number {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
}

#call_UK_number {
	top: 32px;
	left: 420px;
}

#call_USA_number {
	top: 62px;
	left: 525px;
}

.search {
	position: absolute;
	top: 40px;
	width: 175px;
	height: 23px;
	line-height: 23px;
	left: 805px;
	border: 1px solid #D3D3D3;
	color: black;
	font-size: 14px;
}

.search_submit {
	position: absolute;
	top: 40px;
	left: 705px;
	width: 90px;
	height: 23px;
}

#part_number_prompt {
	position: absolute;
	top: 75px;
	left: 705px;
	font-size: 11px;
}

.bold {
	font-weight: bold;
}

#part_number_prompt A {
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}

#main_menu {
	position: relative;
	height: 43px;
	left: 10px;
	width: 970px;
}

.menu_item {
	height: 43px;
	background-image: url('../images/menu_background.gif');
	background-repeat: repeat-x;
	text-align: center;
}

.menu_item_selected {
	height: 43px;
	background-image: url('../images/menu_selected.gif');
	background-repeat: repeat-x;
	text-align: center;
}

#main_menu A {
	text-decoration: none;
	color: white;
	font-size: 14px;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 43px;
}

#main_menu A:hover {
	text-decoration: none;
	color: #FF9900;
}

#large_cambion_panel {
	position: relative;
	width: 966px;
	left: 12px;
	height: 497px;
	background-color: #999999;
}

#hexagons {
	position: absolute;
	top: 9px;
	left: 1px;
	width: 605px;
	height: 311px;
}

#vertical_cambion_logo {
	position: absolute;
	top: 9px;
	left: 603px;
	height: 311px;
	width: 92px;
}

#wearnes_logo {
	position: absolute;
	top: 9px;
	left: 695px;
	width: 270px;
	height: 311px;
}

#contents {
	position: relative;
	left: 10px;
	width: 970px;
	background-color: #EFEFEF;
	margin-top: 10px;
	vertical-align: top;
}

#contents_tall 
{
	position: relative;
	left: 10px;
	width: 970px;
	background-color: #EFEFEF;
	margin-top: 10px;
}

#main_content {
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
	width: 620px;
	vertical-align: top;
}

#simple_page_content 
{
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	width: 700px;
	display: inline-block;
	vertical-align: top;	
}

#image_menu_page_content, #catalogue_page_content 
{
	position: relative;
	margin-top: 10px;
	left: 0px;
	width: 950px;
	min-height: 780px;
}

#catalogue_page_content 
{
	width: 970px;
}

#simple_page_menu, #catalogue_page_menu 
{
	position: relative;
	margin-top: 10px;
	width: 250px;
	display: inline-block;
	background-image: url('../images/sub_menu_background.gif');
	background-repeat: no-repeat;
	min-height: 780px;
}

#sub_menu 
{
	position: absolute;
	top: 10px;
	left: 10px;
	border-collapse: collapse;
}

#sub_menu_start 
{
	width: 230px;
	height: 30px;
	background-image: url('../images/sub_menu_start.gif');
	background-repeat: no-repeat;
}

#sub_menu_end 
{
	width: 230px;
	height: 30px;
	background-image: url('../images/sub_menu_end.gif');
	background-repeat: no-repeat;
}

.sub_menu_item, .sub_menu_item_selected
{
	width: 229px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	color: White;
}

.sub_menu_item
{
	background-image: url('../images/sub_menu_item.gif');
}

.sub_menu_item_selected
{
	background-image: url('../images/sub_menu_selected.gif');
}

.sub_menu_item A, .sub_menu_item_selected A
{
	text-decoration: none;
	color: White;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
}

.sub_menu_item A:hover 
{
	color: #FF9900;
}

.sub_menu_item_selected A:hover 
{
	color: Black;
}

H1, H2 {
	font-size: 15px;
	font-weight: bold;
}

#news {
	display: inline-block;
	margin-top: 10px;
	margin-left: 30px;
	width: 298px;
	height: 437px;
	background-image: url('../images/news_background.gif');
	background-repeat: no-repeat;
}

#news_content {
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	width: 278px;
	height: 400px;
	overflow: auto;
}

#news_content UL, #news_content UL LI
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
}


#news_content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer, #footer_tall {
	position: relative;
	height: 222px;
	width: 970px;
	background-image: url('../images/footer_background.gif');
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-bottom: 20px;
}

#technology_areas {
	position: absolute;
	top: 30px;
	left: 50px;
	width: 240px;
	color: #FF9900;
}

#technology_areas ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#technology_areas A {
	color: white;
	text-decoration: none;
}

.technology_area_list {
	color: white;
	text-decoration: none;
}

#technology_areas P {
	margin-top: 0px;
	margin-bottom: 0px;
}

#product_example {
	position: absolute;
	top: 30px;
	left: 300px;
	width: 226px;
	height: 161px;
}

#facebook 
{
	position: absolute;
	top: 30px;
	left: 300px;
	width: 226px;
}

#twitter 
{
	position: absolute;
	top: 116px;
	left: 300px;
	width: 226px;
}

.newsletter {
	position: absolute;
	top: 30px;
	left: 545px;
	width: 380px;
	height: 161px;
	background-image: url('../images/newsletter_background.gif');
	background-repeat: no-repeat;
}

.newsletter_prompt {
	position: absolute;
	top: 50px;
	left: 20px;
}

.newsletter_email {
	position: absolute;
	top: 80px;
	left: 20px;
	width: 271px;
	height: 24px;
	border: 1px solid #666666;
	line-height: 24px;
}

.newsletter_submit {
	position: absolute;
	top: 80px;
	left: 300px;
	width: 62px;
	height: 24px;
}

.newsletter_unsubscribe {
	position: absolute;
	text-decoration: underline;
	top: 120px;
	left: 20px;
	color: black;
}

#legal 
{
	padding-left: 10px;
	font-size: 10px;
	color: Gray;
	text-align: right;
	width: 970px;
	padding-bottom: 10px;
}

#company_info 
{
	padding-left: 10px;
	font-size: 10px;
	color: Gray;
	text-align: right;
	width: 970px;
}

#deans 
{
	padding-left: 10px;
	font-size: 10px;
	color: Gray;
	text-align: right;
	width: 970px;
	padding-bottom: 10px;
}

#deans A, #legal A 
{
	text-decoration: none;
	color: Gray;
}

H4 
{
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}

.embededPDF 
{
	width: 100%;
	height: 475px;
}

#embededPDFs
{
	position: absolute;
	top: 305px;
	left: 0px;
	width: 700px;
	height: 475px;
	overflow: auto;
	border: none;
}

#downloadList, #toolList, #component_item_description
{
	border: solid 2px white;
	vertical-align: top;
}

#downloadList_title, #toolList_title 
{
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	top: 10px;
	position: relative;
}

#downloadList_contents, #toolList_contents
{
	position: relative;
	left: 20px;
	width: 200px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	overflow: auto;
	vertical-align: middle;
}

#downloadList_contents, #downloadList_contents A, #toolList_contents, #toolList_contents A
{
	text-decoration: none;
	color: White;
}

.breakdown
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	border: solid 1px black;
	margin-top: 10px;
	margin-bottom: 10px;
}

.breakdown A
{
	text-decoration: none;
	color: Black;
}

#breakdown TD
{
	border-left: solid 1px black;
	border-right: solid 1px black;
	padding: none;
	margin: none;
	vertical-align: top;
}

.breakdown_heading
{
	font-weight: bold;
	border: solid 1px black;
}

.breakdown_alternate_linestyle
{
	background-color: #CFD2E6;
}

.breakdown TD.heading
{
	font-weight: bold;
}

#image_sub_menu 
{
	width: 100%;
	text-align: center;
}

.image_sub_menu_item 
{
	display: inline-block;
	width: 150px;
	height: 170px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-image: url('../images/image_menu_item_background.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.image_sub_menu_item:hover, .image_sub_menu_item_selected 
{
	color: black;
	background-image: url('../images/image_menu_item_background_highlight.gif');
}

.image_sub_menu_item IMG 
{
	border: none;
	margin-top: 10px;
	margin-bottom: 7px;
}

.hightlight_part_number 
{
	text-decoration: underline;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

.hightlight_part_number:hover 
{
	color: #FF9900;
	background-color: Black;
}

#CADDownload 
{
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
}

#CADDownload IMG 
{
	border: none;
}

.single_pole_sockets_performance_data 
{
	border-collapse: collapse;
}

.single_pole_sockets_performance_data TD 
{
	text-align: center;
	border: solid 1px black;
	vertical-align: top;
}

.single_pole_sockets_performance_data TR.heading 
{
	background-color: #B2B4C8;
}

.single_pole_sockets_performance_data TR.alternate
{
	background-color: #D0D2E6;
}

.single_pole_sockets_performance_data_figure TD 
{
	vertical-align: top;
}

.single_pole_sockets_performance_data_figure IMG 
{
	border: none;
}

.single_pole_sockets_right_panel 
{
	float: right;
	margin-left: 10px;
}

.single_pole_sockets_inline_image 
{
	border: none;
	margin-bottom: 10px;
}

.swaging_example 
{
	margin-right: 25px;
	margin-bottom: 25px;
}

.return_to_map 
{
	text-decoration: underline;
	font-weight: bold;
	color: #ff9900;
}

#enquiry_form 
{
	border-collapse: collapse;
	background-color: #333333;
	color: White;
	padding: 10px;
	width: 600px;
}

#enquiry_form TD 
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	width: 300px;
}

#enquiry_form INPUT 
{
	width: 300px;
}

#enquiry_form TEXTAREA
{
	height: 100px;
	width: 300px;
	font-family: Arial, helvetica, Sans-Serif;
}

.right 
{
	float: right;
	padding: 10px;
}

.error_message, .complete_message 
{
	font-weight: bold;
	display: inline;
	font-size: 16px;
	padding: 10px;
	background-color: #ff9900;
	display: block;
	width: 580px;
}

#enquiry_form_container 
{
	clear: both;
}

#parts_index, #anvil_index 
{
	border-collapse: collapse;
	border: solid 1px black;
}

#parts_index TD A, #anvil_index TD A
{
	color: Black;
	text-decoration: none;
}

#parts_index TD A:hover, #anvil_index TD A:hover 
{
	text-decoration: underline;
}

#parts_index TD, #anvil_index TD 
{
	width: 230px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#anvil_index TD 
{
	width: auto;
	color: Black;
}

#parts_index TD.heading, #anvil_index TD.heading 
{
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 1px black;
}

#anvil_index TD.heading 
{
	font-size: 14px;
}

#parts_index TR.alternate, #anvil_index TR.alternate 
{
	background-color: #cccccc;
}

#anvil_index TR.selected 
{
	background-color: #aaaaaa;
}

.search_title 
{
	font-size: 16px;
	padding-bottom: 10px;
}

.search_criteria 
{
	font-weight: bold;
}

.search_results 
{
	padding-top: 10px;
}

.search_result 
{
	border: solid 1px #cccccc;
	margin: 10px;
	width: 670px;
}

.search_result .contents 
{
	display: inline-block;
	width: 600px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.search_result .contents  A
{
	text-decoration: none;
	color: Black;
}

.search_result .view 
{
	display: inline-block;
	width: 60px;
	background-color: #333333;
	color: #ff9900;
	font-weight: bold;
	text-align: center;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.search_result .view A
{
	color: #ff9900;
	text-decoration: none;
}

#news H2, #news H5 
{
	font-size: 16px;
	font-weight: bold;
	color: #ff9900;
}

#news H2 A, #news H5 A 
{
	text-decoration: none;
	color: #ff9900;
}

#news H2 A:hover, #news H5 A:hover 
{
	text-decoration: underline;
}

#news H5 
{
	text-align: right;
	font-size: 14px;
	vertical-align: bottom;
	padding: 0px;
	border: none;
	margin: 0px;
	margin-right: 20px;
}

.news_story 
{
	margin-bottom: 40px;
}

.news_story .news_link 
{
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}

.news_story .news_link:hover 
{
	text-decoration: underline;
}

.pdf_download 
{
	display: inline-block;
	text-align: left;
	background-color: #ff9900;
	color: black;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	background-image: url('../images/pdf-icon.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-right: 30px;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
}

.pdf_download:hover, .pdf_download A:hover 
{
	background-color: #ffaa00;
}

.section 
{
	margin-bottom: 40px;
}

H3 
{
	margin: 0px;
	border: none;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
}

.site_map_section .menu 
{
	list-style-type: none;
}

.site_map_section .menu A
{
	color: black;
	text-decoration: none;
}

.site_map_section .menu A:hover 
{
	color: #ff9900;
}

.customer_details 
{
	text-align: right;
	font-size: 16px;
	margin-bottom: 10px;
}

.customer_details A
{
	color: #ff9900;
	text-decoration: none;
}

TABLE .right
{
	float: none !important;
	padding: 0px !important;
	text-align: right !important;
}

#portal_rosh_description IMG, #weee_rohs IMG 
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#portal_rosh_description A, #weee_rohs A 
{
	background-color: #ff9900;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	color: White;
	text-decoration: none;
}

#portal_rosh_description A:hover, #weee_rohs A:hover 
{
	color: #ff9900;
	background-color: White;
}

#portal_rosh_description LI, #weee_rohs LI
{
	list-style-type: none;
}

.exhibition
{
	margin-bottom: 60px;	
}

.exhibition IMG
{
	border: none;
}

.exhibition A 
{
	color: Black;
	text-decoration: none;
}

#distributor_maps
{
	text-align: center;
}

TD
{
	vertical-align: top;
}

A
{
	color: Black;
	text-decoration: underline;
}

#distributor_area_list UL, #distributor_area_list UL LI
{
	list-style-type: none;
}

#distributor_area_list LI
{
	display: inline-block;
}

#distributor_area_list A 
{
	text-decoration: none;
	display: inline-block;
	width: 150px;
	margin-right: 10px;
	padding: 5px;
}

#distributor_area_list A:hover 
{
	background-color: #ff9900;
}

#distributor_area_list .selected 
{
	color: White;
	background-color: #ff9900;
}

.part_number 
{
	display: inline-block;
}

.order_by
{
	display: inline-block;
	text-align: right;
	float: right;
}

.breakdown .left
{
	text-align: left;
}

.author 
{
	text-align: right;
	font-size: 8px;
	color: #888888;
}

.author A 
{
	color: #888888;
	text-decoration: underline;
}

#lnkReturnToMap
{
	text-decoration: none;
	background-color: #ff9900;
	color: white;
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.distributor_section_start
{
	background-color: #DFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

.distributor_section_details
{
	display: inline-block;
	vertical-align: top;
}

.distributor_section_details .address, .distributor_section_details .contact 
{
	vertical-align: top;
	display: inline-block;
	width: 200px;
}

.distributor_section_details .details
{
	margin-bottom: 20px;
}

.distributor_section_details A
{
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}

.distributor_section_details A:hover
{
	text-decoration: underline;
}

.distributor_entry_logo_left 
{
	display: inline-block;
	width: 200px;
}

.distributor_entry_logo_left IMG, .distributor_entry_logo_top IMG 
{
	border: solid 2px #cfcfcf;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}

.distributor_name
{
	font-weight: bold;
}

#contact_details
{
	font-size: 14px;
}

#contact_details TD
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.distributor_country_block H2
{
	font-size: 20px;
}

#online_quote
{
	background-color: White;
	font-weight: normal;
	font-size: 16px;
	color: Black;
	padding: 10px;
	margin-top: 10px;
}

#online_quote .immedately_available
{
	color: Red;
	font-weight: bold;
}

#online_quote #quote_footer
{
	text-align: center;
	padding-top: 30px;
}

#online_quote .gap
{
	padding-left: 50px;
}

#online_quote H1
{
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#online_quote #logo
{
	text-align: center;
	padding-top: 20px;
}

.enquiry 
{
	width: 100%;
}

.enquiry TEXTAREA 
{
	width: 100%;
	height: 100px;
	font-family: Arial, helvetica, Sans-Serif;
}

.enquiry H5 
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

.quote_tables TABLE 
{
	width: 100%;
}

.quote_tables TABLE TD
{
	text-align: left;
}

.quote_tables TABLE TD + TD
{
	text-align: right;
}

#cambion_quote 
{
	width: 100%;
	background-color: White;
	margin-top: 10px;
	padding-top: 20px;
	font-size: 12px;
}

#cambion_quote .heading 
{
	height: 120px;
}

#cambion_quote .heading IMG
{
	width: 300px;
	padding-left: 30px;
}

#cambion_quote .heading .address 
{
	float: right;
	width: 330px;
}

#cambion_quote .heading H3 
{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

#cambion_quote .heading .address SPAN 
{
	display: block;
}

#cambion_quote .customer 
{
	padding-left: 30px;
}

#cambion_quote .customer .address 
{
	width: 300px;
	position: relative;
	display: inline-block;
}

#cambion_quote .customer .address DIV 
{
	width: 10px;
	height: 10px;
	position: absolute;
}

#cambion_quote .customer .address .top-left 
{
	top: 0px;
	left: 0px;
	border-top: solid 1px black;
	border-left: solid 1px black;
}	

#cambion_quote .customer .address .top-right 
{
	top: 0px;
	right: 0px;
	border-top: solid 1px black;
	border-right: solid 1px black;
}	

#cambion_quote .customer .address .bottom-left 
{
	bottom: 0px;
	left: 0px;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
}	

#cambion_quote .customer .address .bottom-right 
{
	bottom: 0px;
	right: 0px;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}	

#cambion_quote .customer .address .contents 
{
	display: block;
	padding: 10px;
}

#cambion_quote .customer .details_right_side 
{
	display: inline-block;
	vertical-align: top;
}

#cambion_quote .customer .details_right_side .title 
{
	font-weight: bold;
	width: 220px;
}

#cambion_quote .right 
{
	text-align: right !important;
}

#cambion_quote .left 
{
	text-align: left !important;
}

#cambion_quote .customer .details_left_side 
{
	padding-top: 20px;
	padding-bottom: 20px;
}

#cambion_quote .customer .details_left_side .title 
{
	font-weight: bold;
	width: 130px;
}

#cambion_quote .item_list 
{
	width: 100%;
}

#cambion_quote .item_list .items 
{
	width: 100%;
	border-collapse: collapse;
}

#cambion_quote .items .heading 
{
	height: auto;
	font-weight: bold;
	border-collapse: collapse;
	border: solid 1px black;
}

#cambion_quote .items TD 
{
	padding: 3px 5px !important;
	vertical-align: bottom;
	text-align: center;
}

#cambion_quote .comments_section 
{
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

#cambion_quote .bsi
{
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#cambion_quote .footer 
{
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}

#cambion_quote .footer .left_side 
{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	width: 385px;
}

#cambion_quote .footer .left_side .signature 
{
	border-bottom: solid 1px black;
	padding-bottom: 80px;
	margin-bottom: 20px;
	width: 200px;
}

#cambion_quote .footer .right_side 
{
	display: inline-block;
	font-weight: bold;
	text-align: right;
}

#cambion_quote .footer .right_side .price TD
{
	padding: 3px !important;
	border: 1px solid black;
	text-align: center;
	width: 130px;
	vertical-align: middle;
}

#cambion_quote .top 
{
	vertical-align: top !important;
}

.consult_factory 
{
	font-weight: bold;
	text-decoration: underline;
	color: Blue;
}

@media print
{
	.no-print
	{
		display: none !important;
	}	
}

.newsletter 
{
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	width: 340px;
}

.newsletter h5 
{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.newsletter p 
{
	font-size: 10px;
}

.newsletter .button 
{
	background-color: #ff9900;
	padding: 10px;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
}

.newsletter_contents 
{
	background-color: White!important;
	font-size: 14px;
}

.newsletter_contents h2 
{
	font-size: 20px;
}

.newsletter_contents .panel 
{
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 20px;
}

.newsletter_contents table 
{
	width: 100%;
}

.newsletter_contents table thead 
{
	font-weight: 700;	
}

.newsletter_contents table tr td
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.newsletter_contents table.yesno td
{
	width: 50px;
}

.newsletter_contents table input 
{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.newsletter_contents .confirmation 
{
	text-align: right;
}

.newsletter_contents .confirmation input 
{
	font-size: 20px;
	background-color: #ff9900;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
	margin: 0;
	line-height: 20px;
	color: White;
}

.newsletter_contents table.yesno 
{
	width: auto;
}

.newsletter_contents table.yesno td 
{
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.newsletter_contents table.yesno input 
{
	width: auto;
	padding: 0;
	margin: 0;
}

.newsletter_contents table thead td 
{
	padding-bottom: 10px;
}

.newsletter_contents .error, .newsletter_contents .success 
{
	background-color: #ff6666;
	color: White;
	padding: 20px;
	border-radius: 5px;
	margin: 0;
	line-height: 1.25;	
	margin-bottom: 20px;
}

.newsletter_contents .success 
{
	background-color: #99ff99;
	color: Black;
}