/**********************************************************
*
*	Overall style
*
**********************************************************/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 10pt;
	color: #000000;
}

body {
	text-align: center;
	background: #ffffff;
	padding: 20px 0 10px 0;
}

table {
	border-collapse: collapse;
}

img {
	border:0;
}


/**********************************************************
*
*	Spread style
*
**********************************************************/

#main {
	margin: auto;
	width: 963px;
	text-align: left;
	background: url( 'images/spread3/main_bg.jpg' ) top left repeat-y;
}

.separator {
	text-align: center;
}

#title {
	padding: 0 23px 20px 60px;
}

#title div, #title div b {
	font-size: 16px;
	color: #216469;
	text-align: left;
	padding: 10px 0 0 0;
	line-height: 17px;
	font-weight: normal;
}

#title div b {
	font-weight: bold;
}

#title span {
	font-weight: normal;
	font-size: 14px;
}

.title {
	padding: 20px 23px 7px 60px;
	font-size: 14px;
	font-weight: bold;
	color: #216469;
}

.title span {
	font-weight: normal;
	color: #f26522;
}

.title img {
	vertical-align: bottom;
	margin: 0 14px 0 0;
}

.contact_form, .contact_form_friend {
	padding: 0 23px 0 23px;
	text-align: center;
}

.contact_form table {
	width: 888px;
	height: 62px;
	margin: auto;
	text-align: left;
	background: url( 'images/spread3/contact_form_bg.jpg' ) top left no-repeat;
}

.contact_form table td label {
	font-size: 11px;
}

.contact_input_text {
	height: 17px;
}

.contact_form table td label, .contact_form_friend table td label, #message_customization td label {
	color: #216469;
	font-size: 11px;
}

.contact_form_friend table td label {
	font-size: 11px;
}

.contact_form_friend table td span {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

.contact_form_friend table td input {
	border: 1px solid #c2c2c2;
	color: #000000;
	width: 200px;
	height: 17px;
	padding: 4px 0 0 0;
}

.contact_form_friend table td {
	color: #ffffff;
}

.contact_form table td input {
	border: 1px solid #c2c2c2;
	color: #000000;
	width: 200px;
	height: 17px;
	padding: 4px 0 0 0;
}

.contact_form_friend table {
	width: 888px;
	height: 101px;
	margin: auto;
	background: url( 'images/spread3/contact_form_friend_bg.jpg' ) top right no-repeat;
}

.friend_count {
	vertical-align: middle;
	padding: 0 0 0 24px;
	width: 60px;
}

.first_cell {
	padding: 0 0 0 24px;
	vertical-align: middle;
}

.right_cell {
	padding: 0 14px 0 0;
	text-align: right;
}

.first_row {
	height: 32px;
	vertical-align: bottom;
}

#contact_form_bottom td {
}

#message_customization {
	width: 888px;
	height: 211px;
	margin: 15px auto 0 auto;
	background: url( 'images/spread3/message_form_bg.jpg' ) top center no-repeat;
}

#message_customization table th,#message_customization table td {
	padding: 10px 0 0 0;
}

#message_customization table th {
	text-align: right;
	padding: 10px 10px 0 0;
}
#message_customization td input, #message_customization td textarea {
	width: 642px;
	border: 1px solid #c2c2c2;
}

#message_customization td input {
	border: 1px solid #c2c2c2;
	color: #000000;
	height: 17px;
	padding: 4px 0 0 0;
}

#message_customization td textarea {
	overflow: auto;
	height: 67px;
}

#security {
	padding: 20px 0 0 0;
}

#security div {
	background: #ffffff url( '../images/spread3/security_bg.jpg' ) top left repeat-x;
	margin: 0 2px 0 2px;
	padding: 25px 0 0 0;
	text-align: center;
}

#security table {
	margin: auto;
	width: 940px;
	text-align: left;
}

#security table td, #security table td label, #security table td p {
	color: #216469;
}

#captcha_spread {
	border: 1px solid #cccccc;
}

#footer {
	border-collapse: collapse;
	margin: 20px auto 0 auto;
	width: 962px;
	height: 31px;
	background: transparent  url( '../images/spread3/footer_bg.jpg' ) top left no-repeat;
}

#footer td {
	color: #ffffff;
}

#footer td span {
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}




/**********************************************************
*
*	Embed style
*
**********************************************************/

#embed {
	padding: 0 0 0 0;
	text-align: center;
}

#embed_block {
	background: url( 'images/spread3/embed_bg.jpg' ) top left no-repeat;
	width: 888px;
	margin: auto;
	text-align: left;
}

#embed table {
	width: 100%;
}

#embed table td label {
	color: #395e5e;
	font-size: 11px;
}

#embed .second_row td {
	padding: 5px 0 10px 0;
}

#disclaimer {
	padding: 25px 38px 0 38px;
	font-size: 10px;
	text-align: justify;
	line-height: 10px;
}

#disclaimer a {
	font-size: 10px;
	color: #0000ff;
	text-decoration: underline;
}