*, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 10pt;

}

.LeftAlign {
    float:left;
}

.RightAlign {
    float:right;
}

#pageWrapper {
    margin:0 auto;
}

#language-bar,
#header {
    background: #d84314;
}

#header {
    height: 81px;
    border-bottom: 1px solid white;
}

#language-bar {
    padding-top: 5px;
    /*height: 20px;*/
    text-align: right;
}

#language-bar li {
    display: inline-block;
    margin: 0px 6px;
}

#language-bar li a {
    padding: 4px;
    border-radius: 4px;
    display: inline-block;
    color: white;
}

#language-bar li a:hover {
    text-decoration: none;
    background: rgb( 0, 183, 211 );
}

#language-bar a.selectedlanguage {
    padding: 4px;
    background: rgb( 0, 183, 211 );
    color: white;
}

#language-bar ul,
#menu ul,
#mainBody,
#header-body,
#language {
    margin: 0 auto;
    width: 900px;
}

#header-body {
    height: 81px;
}

#language {
    padding: 5px;
    text-align: right;
}

#leftPanel,
#footer {
    width: 630px;
}

#leftPanel {
    float: left;
}

#contact {
    position : relative;
    width: 250px;
    float: right;
    margin-top: 15px;
   	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    overflow: visible;
    border: 1px solid #999999;
}

#footer {
    font-size: 0.8em;
    text-align: center;
    color: #999999;
    padding: 30px 0px 20px 0px;
    clear: both;
}

#menu {
    height: 45px;
    background: rgb( 175, 38, 18 );
}

#menu ul {
    display: table;
    list-style: none;
}

#menu li,
#menu li a {
    display: table-cell;
    color: white;
    width: 297px;
    text-align: center;
}

#menu li a {
    height: 45px;
    vertical-align: middle;
}

#menu li a:hover {
    text-decoration: none;
    background: rgba( 216, 67, 20, 0.6 );
}

#content {
   padding-top:15px;
}

.ContactHeadings,
.ContactHeadingsBottom {
    color: white;
    text-align: center;
    border: none;
    background: rgb( 153, 153, 153 );
    padding: 5px 0px;
}

.ContactHeadings {
   	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

.ContactHeadingsBottom {
   	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}

.ContactHeadingsBottom a,
.ContactHeadingsBottom a:hover {
    color: white;
    text-decoration: none;
}

.ContactHeadingsBottom a:hover {
	text-decoration:underline;    
}

.contactCity {
    padding: 10px;
}

.londonImage,
.newYorkImage,
.singaporeImage {
    width: 230px;
    height: 133px;
}

.londonImage a:hover,
.newYorkImage a:hover,
.singaporeImage a:hover {
    text-decoration: none;
}

.londonImage a,
.newYorkImage a,
.singaporeImage a {
    display: block;
    height: 133px;
}

.londonImage {
    background: transparent url('Images/london.jpg') center top no-repeat;
}

.londonImage:hover {
    background:transparent url('Images/london-blue.jpg') center top no-repeat;
}

.newYorkImage {
    background:transparent url('Images/newyork.jpg') center top no-repeat;
}

.newYorkImage:hover {
    background:transparent url('Images/newyork-blue.jpg') center top no-repeat;
}

.singaporeImage {
    background:transparent url('Images/singapore.jpg') center top no-repeat;
}

.singaporeImage:hover {
    background:transparent url('Images/singapore-blue.jpg') center top no-repeat;
}

.ContactTitles {
    font-size: 0.9em;
    color: #cd1217;
}

.ContactDetail {
    margin-left: 10px;
    line-height: 1.3em;
}

.ContactDetail img {
    vertical-align: middle;
}

.PhoneNumber,
.Email a {
    font-size: 0.8em;
}

.PhoneNumber {
    color: #0a70bc;
}

.Email a {
    text-decoration: none;
    color: #cd1217;
}

.Email a:hover {
	text-decoration: underline;
}

.Center {
    text-align:center;
}
	
.Divider {
    width:20px;
    height:auto;
    display:inline-block;
}

.SubmitButton,
.Button {
    display: inline-block;
    background: #586cd2;
    color: white;
    border: none;
    padding: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .SubmitButton:hover,
    .SubmitButton:active,
    .Button:hover,
    .Button:active {
        background: #28398E;
    }

.SubmitButton:active,
.Button:active {
    text-decoration: none;
    outline: none;
}

p {
    text-align: justify;
    color: #777777;
}
		
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	margin-bottom: 10px;
}

#guidance h3 {
    font-weight: 700;
    color: #3A3D3F;
}

a {
	text-decoration:none;
    color:#cd1217;
}

a:hover {
    color:#cd1217;
   	text-decoration:underline;    
}

.other-textbox,
.NormalTextBox,
.WaterMarkedTextBox,
.DateBox,
.WaterMarkedDateBox,
select {
    height: 24px;
}

.other-textbox,
.NormalTextBox,
.WaterMarkedTextBox,
.DateBox,
.WaterMarkedDateBox {
    border: none;
    margin-bottom: 7px;
    color: rgb( 128, 128, 128 );
    padding: 4px;
}

.NormalTextBox,
.WaterMarkedTextBox {
    width: 100%;
}

.WaterMarkedDateBox,
.DateBox {
    width: 120px;
}

.DateOfIncidentFix{
    width:190px;
}
.NormalTextBox {
    color: black;
}

.StandardCheckBox {
    display: inline-block;
	margin-bottom: 6px;
}

.StandardCheckBox label {
    color: gray;
}

textarea {
    text-decoration: none;
    background-color: #FFFFFF;
    border: none;
    SCROLLBAR-FACE-COLOR: white;
    SCROLLBAR-HIGHLIGHT-COLOR: white;
    SCROLLBAR-SHADOW-COLOR: white;
    SCROLLBAR-3DLIGHT-COLOR: white;
    SCROLLBAR-ARROW-COLOR: white;
    SCROLLBAR-TRACK-COLOR: white;
    SCROLLBAR-DARKSHADOW-COLOR: white;
    SCROLLBAR-BASE-COLOR:white;
    color: rgb( 128, 128, 128 );
}

select {
	padding: 0px !important;
}

input[type=radio],
input[type=checkbox] {
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 4px;
}

input[type=radio] {
	margin-left: 10px;
}

.other-textbox {
    margin-left: 8px;
}

.CarrierTable {
    border-collapse:collapse;
    width:99%;
}

.CarrierTable th,.CarrierTable td {
    text-align:justify;
    color:#323232;
}

.ClaimDocTable {
    border-collapse:collapse;
    width:99%;
}

.ClaimDocTable th,.ClaimDocTable td {
    border: 1px solid black;
    vertical-align:top;
    padding:5px;
    text-align:justify;
    color:#323232;
}

.FormSection {
    margin-bottom: 0px;
}

.FormHeadings {
    font-size: 1.2em;
    padding: 4px 0px 4px 8px;
    border: 1px solid #28398E;
    background-color: #28398E;
    color: white;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.FormBody {
    padding: 7px 5px 0px 5px;
    margin-bottom: 15px;
    background-color: #E1E1E1;
    border: 1px solid #cdcdcd;
    border-top-width: 0px;
    -moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.FormBody li {
    list-style: none;
    padding: 3px 16px;
}

.FormBody ul {
    margin: 10px 0px;
}

    .FormBody h3 {
        font-weight: 400;
        color: #0a2228;
        margin-bottom: 6px;
    }

.ValidationPanel {
    padding:10px 10px 10px 10px;
    -moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	text-decoration:none;
    border-color:red;
    border-width:2px;
    border-style:solid;
    margin-bottom:15px;  
    background:white;
    color:Red;
    font-weight:bold;
}

span.ValidationMessage[style*="inline"] {
    display:block !Important;
    color:Red;
    font-weight:bold;
    margin-bottom:5px;
}

.ErrorMessage {
    color:Red;
    font-weight:bold;
    margin-bottom:5px;
}

.FileUploadWrapper {
    padding:7px 5px 0px 5px;
    -moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	text-decoration:none;
    border-color:#cdcdcd;
    border-top-width:0px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-left-width:1px;
    border-style:solid;
    background-color:white;
    margin-bottom:15px; 
}

    .FileUploadWrapper .other-textbox {
        width: 400px;
        border-bottom: 2px solid #28398E;
    }

.FileUploadMessage {
    font-size:1em;
    color: gray;
    padding:3px;
    text-align:justify;
}

.FileUpload {
    margin: 7px 0px 7px 0px;
}

.FileUpload input {
    width:99%;
}

.Acknowledge {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	font-size:1.1em;
	font-weight:normal;
	padding:16px 16px;
	text-decoration:none;
    background-color: #E1E1E1;
}

.Acknowledge p {
    text-align:left;
}

.Intro {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #cd1217;
	display:inline-block;
	font-size:1em;
	padding:16px 16px;
	text-decoration:none;
    background-color:white;
    margin-bottom:15px;
    text-align:justify;
    color:Gray;
}

#download-claim-form {
    text-align: center;
    padding-bottom: 10px;
}

#submit-button-panel {
    display: block;
    margin-top: 40px;
    text-align: center;
}

.AcceptedAgreement 
{
    margin-left:7%;
}
.inlinelabel 
{
    display:inline-block;
}

#language-bar,
#header,
#menu {
    background-position: initial;
    /*background-image: linear-gradient(135deg,#586cd2 0px, #586cd2 100%);*/
    /*background-image: linear-gradient(135deg, rgb(21, 70, 90) 0px, rgb(10, 33, 39) 100%);*/
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

#lblNotice{
text-align:center;
}
.style8{
    width: 28%;
}