﻿html
{
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}
body, form
{
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}
body {
    margin: 0 auto;
    text-align: center;
    /* background-image: url('images/bg.gif'); */
    background-repeat: repeat-x;
    background-position: top;
    background-color: #ffffff;
}
table, div, span, tr, td, ul, li, ol, h1, h2, h3, h4, h5, h6
{
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Arial, Serif;
    font-size: 10pt;
    color: #346b94;
	vertical-align: top;
}

table
{
    border-collapse: collapse;
    border-width: 0px;
}

h1
{
    font-size: 24pt;
}

h2
{
    font-size: 18pt;
}

h3
{
    font-size: 14pt;
}

h4
{
    font-size: 12pt;
}

h5
{
    font-size: 10pt;
}

h6
{
    font-size: 8pt;
}

img
{
    border: 0;
}

a
{
    text-decoration: none;
    color: #a75501;
}

a:hover
{
    text-decoration: underline;
}

ul, ol
{
    list-style-type: none;
}
.legalnotices-panel, .privacypolicy-panel, .refundpolicy-panel
{
    margin: 0 auto;
    /*background-color: #1967a0;*/
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.legalnotices-panel .legalnotices-label, .privacypolicy-panel .privacypolicy-label, .refundpolicy-panel .refundpolicy-label
{
    color: #ffffff;
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 12pt;
}
.legalnotices-panel .legalnotices-content
{
    width: 90%;
    height: 600px;
}
.privacypolicy-panel .privacypolicy-content
{
    width: 90%;
    height: 400px;
}
.refundpolicy-panel .refundpolicy-content
{
    width: 90%;
    height: 300px;
}
.legalnotices-panel .legalnotices-buttons, .privacypolicy-panel .privacypolicy-buttons, .refundpolicy-panel .refundpolicy-buttons
{
    text-align: center;
    padding-top: 15px;
}
.contactus-panel
{
    margin: 0 auto;
    background-color: #1967a0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 30;
    text-align: center;
}
.contactus-subpanel
{
    margin: 0 auto;
    width: 500px;
    text-align: left;
}
.contactus-subpanel .caption
{
    padding-top: 50px;
    padding-bottom: 20px;
    font-weight: bold;
}
.contactus-subpanel .list
{
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 50px;
}
.contactus-subpanel .list a
{
    color: Yellow;
}
.contactus-subpanel .row-container
{
    padding-left: 50px;
}




    .contactus-subpanel div, .contactus-subpanel li, .contactus-subpanel label {
        color: #ffffff;
    }
.contactus-subpanel .row, .contactus-subpanel .buttons
{
    margin: 0 auto;
    clear: both;
    padding-top: 5px;
}
.contactus-subpanel .row input
{
    width: 300px;
    font-family: Verdana, Arial, Serif;
    font-size: 10pt;
}
.contactus-subpanel .row textarea
{
    width: 300px;
    height: 120px;
    font-family: Verdana, Arial, Serif;
    font-size: 10pt;
}
.contactus-subpanel label
{
    margin: 0 auto;
    display: block;
    float: left;
    width: 100px;
    padding-top: 3px;
}
.contactus-subpanel .buttons
{
    text-align: right;
    padding-right: 45px;
}
.contactus-subpanel .buttons input
{
    margin-left: 5px;
}
.contactus-subpanel .star
{
    color: Yellow;
}
