﻿.FormTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFC20E;
}
.SubTitle
{
	font-weight: bold;
	background-color: #FFC20E;
}
.Content {
	font-family: Arial;
	font-size: 11px;
	
	font-style: normal;
	font-variant: normal;
}
.LabelMalay {
	font-style: italic;
}

.LabelEnglish
{
	font-weight:bold;
}

.DropdownList {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	width: 145px;
}
.DropdownListMedium {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	width: 145px;
}
.DropdownListLong{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	width: 200px;
}

.TextBoxAuto
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	width:95%;	
}

.TextBoxStandard
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	width: 100px;	
}
.TextBoxMedium
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	width: 150px;

}
.TextBoxLong
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	width: 200px;

}
.TextAreaStandard
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	width: 100%;
	height: 100px;
}

.BlackButton {
	border-color: #000000;
	font-family: Arial;
	font-size: 11px;
	width:145px;
	height:20px;
	/*background-image: url('../PublishingImages/btn_recommend.jpg');
	background-repeat:repeat-x;*/
	background-color:#000000;
	color: #FFC20E;
}
.ErrorMessage
{
	color: #FF0000;
}
.AttachmentIndicator
{
	color: blue;
}
.CountryTitle {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold ;
	font-style: normal;
	font-variant: normal;
}
.CountryLink {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;

}

.ProductRecommendationTitle {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	background-color: #FFC20E;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

.PremiumTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.PremiumSubTitle {
	font-weight: bold;
	background-color: #FFC20E;
}
.PremiumSubTotal {
	font-weight: normal;
	font-style: italic;
}
.PremiumTotal {
	font-size: 9pt;
	font-weight: bold;
}
.PremiumTextBox {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	width: 110px;	
}
