﻿/* Customer Services*/
.CustomerServices_Heading
{
	font-weight:bold;	
	text-align:justify;
	padding-right:20px;
}

.CustomerServices_Heading .Intro
{
	font-weight:bold;
	padding-bottom:20px;
}

.CustomerServices_Heading .List
{	
	text-decoration:underline;
}

.CustomerServices_Heading .List .Element
{
	list-style-type:circle;
}

.CustomerServices_Detail
{
	text-align:justify;
	padding-right:20px;
}

.CustomerServices_Detail .Title
{
	font-size:16px;
	font-weight:bold;
	line-height:50px;
}
.CustomerServices_Detail .SubTitle
{
	font-size:13px;
	font-weight:bold;
	line-height:40px;
}

.CustomerServices_Detail .SubTitleItalic
{
	font-size:13px;
	font-weight:bold;
	font-style:italic;
}

.CustomerServices_Detail .List
{
	list-style-type:none;
}

.CustomerServices_Detail .BulletList
{
	list-style-type:disc;
}

.CustomerServices_Detail .Bold
{
	font-weight:bold;
}

.CustomerServices_Detail .Italic
{
	font-style:italic;
}

.CustomerServices_Detail .Underline
{
	text-decoration: underline;
}

.CustomerServices_Detail .Link:link,
.CustomerServices_Detail .Link:visited,
.CustomerServices_Detail .Link:active,
.CustomerServices_Detail .Link:hover
{
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
}

.CustomerServices_Detail .ExchangeRateTable
{
	
}

.CustomerServices_Detail .ExchangeRateTable .Title
{
	font-size:10px;
}

.CustomerServices_Detail .ExchangeRateTable .TableContent
{
	font-size:10px;
}

.CustomerServices_Detail .ExchangeRateTable .TableContent .Header
{
	font-size:10px;
}

.CustomerServices_Detail .ExchangeRateTable .TableContent .ItemName
{
	font-size:10px;
	font-weight:bold;
}

.CustomerServices_Detail .ExchangeRateTable .TableContent .ItemValue
{
	font-size:10px;
	text-align:center;
}



.CustomerServices_Feedback
{
	width:640px;
	font-size:13px;
}

.CustomerServices_Feedback .Form
{
	width:640px;
}

.CustomerServices_Feedback .Bold
{
	font-weight:bold;
}

.CustomerServices_Feedback .Form .spacer
{
	clear:both;
}

.CustomerServices_Feedback .Form .Label
{
	width:130px;
	float:left;
	
	vertical-align:middle;
	height:25px;
	text-align:right;
}

.CustomerServices_Feedback .Form .TextBox
{
	width:480px;
	float:left;
	
	vertical-align:middle;
	height:25px;
	clear:right;
}

.CustomerServices_Feedback .Form .Feedback
{
	width:640px;
}

.CustomerServices_Feedback .Form .FeedbackLabel
{
		
	vertical-align:middle;
	height:25px;
	text-align:left;
	font-weight:bold;
}

.CustomerServices_Feedback .Form .FeedbackTextBox
{
	
/*	margin-left:50px;*/
}