

.red {
    color: red;
}

.bold {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.note {
    font-size: 0.9em;
}

.security-code {
    color: red;
    font-family: Comic Sans MS;
    font-size: 14px;
    font-weight: bold;
}

.clr, .clear {
    clear: both;
    height: 0px;
}

.required {
    color: red;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.i-help {
    background: url("../images/i-help.gif") no-repeat 0 0 transparent;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    display: inline-block;
}

/*.container {
    margin: 0;
    padding: 0;
    width: 100%;
}*/

/*.inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.header {
    margin-bottom: 15px;
}

    .header .inner {
    }

.banner {
    position: relative;
    margin: 0px;
    padding: 15px 0px;
    height: 100px;
}

.logo {
    padding-top: 10px;
}*/


/* Home */





.col-full {
    width: 100%;
}


   
    .quick-apply-visa-form .red-button {
        font-size: 18px;
        font-weight: bold;
        padding: 5px 20px;
        border-radius: 3px;
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
    }




/* End of Home */



/* Feeds */
.feeds {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 378px;
    border-bottom: 1px solid #DF1F26;
}

.feed-content {
    margin: 0px;
    padding: 0px;
}

.feed-left {
    float: left;
}

.feed-right {
    float: right;
    background-color: #4488BB;
    margin: -1px;
    width: 190px;
    height: 224px;
    color: #FFF;
}

    .feed-right .arrow {
        background: url("../images/desc-arrow.png") no-repeat scroll 0 0 transparent;
        height: 16px;
        left: -12px;
        position: relative;
        top: 24px;
        width: 20px;
    }

    .feed-right .slide-nav {
        padding-left: 32px;
    }

        .feed-right .slide-nav a {
            background-position: 0 0;
            background-repeat: no-repeat;
            display: inline;
            float: left;
            font-size: 11px;
            font-weight: bold;
            height: 18px;
            line-height: 18px;
            margin: 0 5px 0 0;
            text-align: center;
            text-decoration: none;
            width: 18px;
        }

            .feed-right .slide-nav a.active {
                background-position: 0 -18px;
                color: #FFFFFF;
            }

        .feed-right .slide-nav a {
            background-image: url("../images/silde-nav.png");
        }

    .feed-right .content {
        margin: 0px;
        padding: 0px 8px;
        min-height: 160px;
    }

        .feed-right .content h1 {
            font-size: 14px;
        }

        .feed-right .content p {
            color: #BFD8EB;
            text-align: justify;
        }

.feed-bottom {
    margin-bottom: 10px;
   
    background-color: #F8F8F8;
    width: 100%;
}

    .feed-bottom ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .feed-bottom li.active {
    }

    .feed-bottom a {
        font-weight: bold;
        line-height: 30px;
        text-align: center;
        color: black;
        display: block;
        text-decoration: none;
        cursor: pointer;
    }

    .feed-bottom .nav-top {
        float: left;
        width: 155px;
        
    }

    .feed-bottom .nav {
        float: left;
        width: 155px;
    }

    .feed-bottom .nav-last {
        float: left;
        width: 155px;
    }

    .feed-bottom .active .nav {
        background: none;
    }

    .feed-bottom .active .nav-top {
        background: none;
    }

    .feed-bottom .active .nav-last {
        background: none;
    }

    .feed-bottom .active a {
        background-color: #F1F1F1;
        color: #DA0000;
    }




#viewTab2 .check-requirement-form {
    padding: 20px 40px;
}

    #viewTab2 .check-requirement-form h1 {
    }

    #viewTab2 .check-requirement-form .select-nation {
        float: left;
        padding: 5px 10px;
        border: 1px solid #DDDDDD;
        width: 320px;
    }

    #viewTab2 .check-requirement-form .button {
        float: left;
        margin-left: 8px;
        height: 30px;
    }

    #viewTab2 .check-requirement-form ul.extra-link {
        float: left;
        list-style: none;
        margin: 5px 0 0 0px;
        padding-left: 0px;
        width: 300px;
    }

        #viewTab2 .check-requirement-form ul.extra-link li {
            float: left;
            background: url("../images/arrow1.gif") no-repeat scroll left center transparent;
            font-size: 16px;
            font-weight: normal;
            margin-top: 15px;
            text-indent: 12px;
        }
/* End of Feeds */

/* Greeting */
.greeting {
    margin-bottom: 15px;
}

    .greeting .content {
        background: url("../images/quote.gif") no-repeat scroll left top transparent;
        font-size: 12px;
        line-height: 18px;
        padding-left: 28px;
        text-align: justify;
    }
/* End Greeting */

/* Vietnam Embassy Widget */
#embassy-search-widget {
    background: url("../images/module-bg.png") no-repeat scroll top center #EFEFEF;
    border: 1px solid #E8E8E8;
    margin: 0px;
    padding: 10px 10px 15px 15px;
}

    #embassy-search-widget .left {
        width: 340px;
    }

    #embassy-search-widget .embassy-list-title {
        font-size: 16px;
        color: #DA0000;
        text-shadow: 0px 1px #FFFFFF;
        margin: 8px 0px;
        padding: 0px;
    }

    #embassy-search-widget .embassy-list-select {
        margin-top: 10px;
    }

    #embassy-search-widget select {
        float: left;
        padding: 4px;
        width: 250px;
    }

    #embassy-search-widget .red-button {
        float: left;
        margin-left: 10px;
        font-size: 12px;
        padding: 5px 8px;
    }
/* End Vietnam Embassy Widget */

/* Our Services */
.our-services {
}

    .our-services .left {
        margin-right: 11px;
    }

    .our-services .service {
        background-color: #FFFFFF;
        border: 1px solid #DDDDDD;
        padding: 5px;
        width: 175px;
    }

        .our-services .service:hover {
            border: 1px solid #FF9900;
        }

        .our-services .service .thumb {
            margin: 0px;
            padding: 0px;
            width: 175px;
            height: 90px;
            overflow: hidden;
        }

        .our-services .service .title {
            margin: 0px;
            padding: 10px 0px 0px;
        }

            .our-services .service .thumb a, .our-services .service .title a {
                color: #DF1F26;
                font-size: 13px;
                font-weight: bold;
                text-transform: uppercase;
            }

        .our-services .service .summary {
            margin-top: 10px;
            min-height: 150px;
        }

        .our-services .service p {
        }

        .our-services .service .more {
            text-align: right;
        }
/* End Our Services */

/* Follow */
.followus {
    margin: 40px 0px;
    background: url("../images/shadow-bar.jpg") no-repeat scroll center bottom transparent;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    min-height: 150px;
}

    .followus .label {
        font-size: 24px;
        color: #444444;
    }

    .followus .icon {
        width: 62px;
        margin-left: 20px;
        font-size: 11px;
    }

        .followus .icon img {
            margin: 0px auto;
            text-align: center;
        }

        .followus .icon div {
            margin: 0px auto;
            text-align: center;
        }

    .followus .vline {
        height: 80px;
        margin-left: 20px;
    }
/* End Follow */

/* Social Media */
#social-media {
    margin-top: 10px;
    padding: 10px 0px;
}

    #social-media .social-media-title {
        font-size: 12px;
        margin: 4px 0;
        padding: 0;
    }

    #social-media .social-media-icon a {
        margin-right: 10px;
    }

    #social-media .hline {
        border-bottom: 1px dotted #DDDDDD;
        margin: 0px 0px 10px;
    }

    #social-media .social-media-subcribe {
    }

        #social-media .social-media-subcribe input[type="text"] {
            float: left;
            width: 345px;
            height: 18px;
            padding: 3px;
        }
/* End Social Media */

/* Social Media Widget */
#social-media-widget {
    background: url("../images/module-bg.png") no-repeat scroll -70px 0 #F4F1E6;
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 10px;
}

    #social-media-widget .social-media-title {
        color: #DA0000;
        text-shadow: 0px 1px #FFFFFF;
        font-size: 14px;
        margin: 4px 0 8px;
        padding: 0;
    }

    #social-media-widget .social-media-icon a {
        margin-right: 10px;
    }

    #social-media-widget .hline {
        background: none;
        border-bottom: 1px solid #FFFFFF;
        border-top: 1px solid #CCCCCC;
        height: 0;
        margin: 8px 0px;
    }

    #social-media-widget .social-media-subcribe {
        margin-bottom: -25px;
    }

        #social-media-widget .social-media-subcribe input[type="text"] {
            float: left;
            width: 190px;
            padding: 3px;
        }

#subscribe-button img {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
/* End Social Media Widget */

/* Vietnam Vietnam Visa Post */
#vietnam-visa-information {
    margin-top: 15px;
}

    #vietnam-visa-information .information-title {
        background-color: #DF1F26;
        border-bottom: 2px solid #DDDDDD;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        padding-left: 15px;
    }

    #vietnam-visa-information .information-content {
        padding: 15px;
    }

        #vietnam-visa-information .information-content .information-item a.thumb_130_120 {
            float: left;
            height: 120px;
            margin: 0 10px 0 0;
            overflow: hidden;
            position: relative;
            width: 130px;
        }

            #vietnam-visa-information .information-content .information-item a.thumb_130_120 img {
                border: 0 none;
                height: 120px;
                width: 130px;
            }

        #vietnam-visa-information .information-content .information-item a.thumb_53_53 {
            float: left;
            height: 53px;
            margin: 0 10px 0 0;
            width: 53px;
        }

            #vietnam-visa-information .information-content .information-item a.thumb_53_53 img {
                border: 0 none;
                height: 53px;
                width: 53px;
            }

        #vietnam-visa-information .information-content .information-item h2.title {
            color: #333333;
            font-size: 12px;
            font-weight: bold;
            margin: 20px 0 10px;
        }

        #vietnam-visa-information .information-content .information-item h3.lead {
            color: #333333;
            font-size: 12px;
        }

        #vietnam-visa-information .information-content .view-more {
            font-style: italic;
            text-align: right;
        }
/* End Vietnam Visa Post */

/* Extra Service */
.hline {
    background: url("../images/dotted-bg.jpg") repeat scroll 0 0 transparent;
    clear: both;
    height: 18px;
    margin: 30px 0px;
    position: relative;
}

    .hline .label {
        background-color: #FFFFFF;
        color: #DD0000;
        font-size: 18px;
        margin-top: -2px;
        padding: 0px 10px 0px 0px;
        position: absolute;
    }

.vline {
    border-left: 1px solid #D6D6D6;
    width: 1px;
    height: 380px;
}

#vietnam-visa-information-block {
    width: 320px;
}

    #vietnam-visa-information-block .title {
        background: url("../images/i-info.jpg") no-repeat scroll 0 0 transparent;
        padding-left: 32px;
        color: #DF1F26;
        font-size: 18px;
        height: 40px;
        line-height: 32px;
        text-transform: uppercase;
    }

    #vietnam-visa-information-block .visa-information {
        list-style: none;
        margin: 0px;
        padding: 0px;
        /*height: 240px;*/
        overflow: hidden;
    }

        #vietnam-visa-information-block .visa-information li {
            background: url("../images/icon-arrow.png") no-repeat scroll 0 12px transparent;
            border-bottom: 1px dotted #EFEFEF;
            padding: 8px 0px 8px 15px;
            color: #999999;
        }

            #vietnam-visa-information-block .visa-information li a {
                color: #2A2A2A;
            }

                #vietnam-visa-information-block .visa-information li a:hover {
                    color: #EF3242;
                }

            #vietnam-visa-information-block .visa-information li p {
                max-height: 34px;
                overflow: hidden;
            }

    #vietnam-visa-information-block p.more {
        margin-top: 10px;
        text-align: right;
    }

#extra-service-block {
    width: 240px;
}

    #extra-service-block .title {
        background: url("../images/i-extra-service.jpg") no-repeat scroll 0 0 transparent;
        padding-left: 50px;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }

    #extra-service-block ul {
        padding: 10px 10px 10px 5px;
    }

        #extra-service-block ul.xtra-service li {
            font-size: 14px;
            font-weight: bold;
            padding: 8px 0px 5px 45px;
            border-bottom: 1px dotted #DDDDDD;
        }

            #extra-service-block ul.xtra-service li a {
                color: #666666;
                line-height: 30px;
            }

                #extra-service-block ul.xtra-service li a:hover {
                    color: #EF3242;
                }

        #extra-service-block ul li.fast-track {
            background: url("../images/fast-track-service.png") no-repeat scroll left 2px transparent;
        }

        #extra-service-block ul li.car-service {
            background: url("../images/car-service.png") no-repeat scroll left 4px transparent;
        }

        #extra-service-block ul li.flight-booking-service {
            background: url("../images/flight-booking-service.png") no-repeat scroll left 4px transparent;
        }

        #extra-service-block ul li.hotel-service {
            background: url("../images/hotel-service.png") no-repeat scroll left 2px transparent;
        }

        #extra-service-block ul li.tour-service {
            background: url("../images/tour-service.png") no-repeat scroll left 2px transparent;
            border-bottom: none;
        }

#testimonial-block {
    width: 440px;
}

    #testimonial-block .title {
        background: url("../images/i-testimonial.jpg") no-repeat scroll left top transparent;
        height: 136px;
    }

    #testimonial-block .content {
        padding: 10px 10px 10px 5px;
    }

    #testimonial-block .more {
        padding-top: 8px;
        text-align: right;
    }
/* End Extra Service */

/* News scroller */
#news-container {
    width: 710px;
    height: 43px;
    background: url("../images/vietnam-visa-news.jpg") no-repeat scroll 0 0 transparent;
    overflow: hidden;
    margin: 18px 0px 18px 0px;
}

    #news-container ul {
    }

        #news-container ul li div {
            width: 460px;
            overflow: hidden;
            line-height: 43px;
            margin-left: 178px;
        }

    #news-container .nav {
        width: 40px;
        float: right;
        margin-right: 16px;
    }

        #news-container .nav .up {
            margin-top: 0px;
            height: 12px;
        }

        #news-container .nav .current {
            margin-top: 0px;
            width: 40px;
            height: 16px;
            background: url("../images/current-news-box.jpg") no-repeat scroll 0 0 transparent;
        }

            #news-container .nav .current .news-number {
                font-size: 8px;
                text-align: center;
                padding-top: 4px;
            }

        #news-container .nav .down {
            margin-top: 0px;
            height: 12px;
        }
/* End of News scroller */

/* About Evisa */
#about-evisa {
    width: 310px;
    margin-right: 20px;
}

    #about-evisa .title {
        background: url("../images/about-us-banner.jpg") no-repeat scroll 0 0 transparent;
        margin: 0px;
        padding: 0px;
        color: #DF1F26;
        font-size: 20px;
        width: 310px;
        height: 144px;
    }

    #about-evisa img {
    }

    #about-evisa .content {
        margin-top: 10px;
        height: 125px;
        text-align: justify;
    }

    #about-evisa .more {
        margin-top: 10px;
        text-align: right;
    }
/* End of About Evisa */

/* Support Online */
.support-online {
    background: url("../images/support-online-banner.jpg") no-repeat scroll left bottom #FFFFFF;
    margin-bottom: 15px;
    min-width: 500px;
    min-height: 260px;
}

    .support-online .title {
        height: 70px;
        margin: 0px;
    }

        .support-online .title h1 {
            color: #DF1F26;
            font-size: 32px;
            font-weight: bold;
            margin-top: 0px;
            margin-bottom: 5px;
        }

        .support-online .title p {
        }

    .support-online .content {
        margin-left: 220px;
        padding: 12px 3px 2px;
    }

    .support-online table {
        width: 252px;
        margin-bottom: 5px;
    }

    .support-online td {
        padding: 10px 0px;
        border-bottom: 1px dotted #EFEFEF;
        vertical-align: middle;
    }

    .support-online .number {
        color: #00588C;
        font-weight: bold;
    }

    .support-online .content .local {
        color: #076095;
        font-weight: bold;
    }

    .support-online .content .phone {
        color: #DF1F26;
        font-size: 16px;
        font-weight: normal;
    }
/* End of Support Online */

/* Support Online */
.support-online-widget {
    background-color: #F4F1E6;
    margin-bottom: 15px;
    max-width: 250px;
    min-height: 235px;
}

    .support-online-widget .title {
        background: url("../images/support-corner.png") no-repeat scroll top right transparent;
        height: 70px;
        margin: 0px 0px 0px 10px;
    }

        .support-online-widget .title h1 {
            color: #DA0000;
            font-size: 20px;
            padding: 15px 0px 5px;
            margin: 0px;
        }

    .support-online-widget .content {
        padding: 10px 5px 2px;
    }

    .support-online-widget table {
        margin-bottom: 5px;
    }

    .support-online-widget td {
        padding: 5px 2px;
        border-bottom: 1px dotted #CCCCCC;
        vertical-align: middle;
    }

    .support-online-widget .number {
        color: #00588C;
        font-weight: bold;
    }

    .support-online-widget .content .local {
        color: #076095;
        font-weight: bold;
    }

    .support-online-widget .content .phone {
        color: #DA0000;
    }

.subiz_online {
    cursor: pointer;
    display: block;
    height: 34px;
    width: 240px;
    line-height: 22px;
    text-indent: -99999px;
    background: url(../images/vienam-visa-support-online.png) no-repeat scroll center center transparent;
}

.subiz_offline {
    cursor: pointer;
    display: block;
    height: 34px;
    width: 240px;
    line-height: 22px;
    text-indent: -99999px;
    background: url(../images/vienam-visa-support-offline.png) no-repeat scroll center center transparent;
}
/* End of Support Online */

/* Customer Support */
.customer-support-form {
    margin-bottom: 15px;
    width: 250px;
}

    .customer-support-form .content {
    }

        .customer-support-form .content h1.title {
            border-bottom: 2px solid #EC534D;
            font-size: 16px;
            line-height: 30px;
            margin: 0;
        }

        .customer-support-form .content h1:hover {
        }

        .customer-support-form .content .nav {
        }

            .customer-support-form .content .nav h2 {
                margin: 0px;
                padding: 5px 0px;
                padding-left: 10px;
                background: url("../images/icon-arrow.png") no-repeat scroll 96% 13px transparent;
                border-top: 1px solid #F2F2F2;
                font-size: 12px;
                color: #333;
                line-height: 24px;
                cursor: pointer;
            }

                .customer-support-form .content .nav h2.top {
                    border-top: none;
                }

                .customer-support-form .content .nav h2:hover {
                    background-color: #F8F8F8;
                }

            .customer-support-form .content .nav ul {
                margin: 10px 20px;
                display: none;
            }

                .customer-support-form .content .nav ul.fadeout {
                    display: block;
                }

                .customer-support-form .content .nav ul li {
                    line-height: 20px;
                }

        .customer-support-form .content a.link {
            background: url("../images/icon-arrow.png") no-repeat scroll 0 4px transparent;
            padding-left: 10px;
        }

.support-center {
}

    .support-center h2 {
        background: url("../images/icon-arrow.png") no-repeat scroll 0 4px transparent;
        padding-left: 12px;
    }

    .support-center .content {
        background-color: #FFFFFF;
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        padding: 10px 20px;
        line-height: 20px;
    }

        .support-center .content .label {
            min-width: 40px;
            display: inline-block;
        }

        .support-center .content a.link {
            background: url("../images/icon-arrow.png") no-repeat scroll 0 4px transparent;
            padding-left: 10px;
        }
/* End of Customer Support */

/* Confidence */
.confidence {
    width: 270px;
    height: 300px;
    margin: 0px 20px;
}

    .confidence .title {
        background: url("../images/i-info.jpg") no-repeat scroll 0 0 transparent;
        padding-left: 32px;
        color: #DF1F26;
        font-size: 18px;
        height: 40px;
        line-height: 32px;
        text-transform: uppercase;
    }

    .confidence .content {
        padding: 5px 0px 10px;
    }

        .confidence .content ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .confidence .content ul li {
                background: url("../images/green-tick.gif") no-repeat scroll 0 center transparent;
                border-bottom: 1px dotted #EFEFEF;
                padding: 0 0 0 28px;
            }

                .confidence .content ul li span {
                    vertical-align: bottom;
                    line-height: 40px;
                }
/* End of Confidence */

/* Confidence */
.confidence-widget {
    background-color: #F4F1E6;
    border: 1px solid #D4D4D4;
    margin-bottom: 15px;
    max-width: 250px;
}

    .confidence-widget .title {
    }

        .confidence-widget .title h1 {
            color: #DA0000;
            text-shadow: 0 1px #FFFFFF;
            font-size: 16px;
            margin: 0;
            padding: 10px 0 0px;
            text-align: center;
        }

    .confidence-widget .hline {
        background: none repeat scroll 0 0 transparent;
        border-bottom: 1px solid #FFFFFF;
        border-top: 1px solid #CCCCCC;
        height: 0;
        margin: 8px 0px 0px;
    }

    .confidence-widget .content {
        background-color: #FFFFFF;
        padding: 10px 15px;
    }

        .confidence-widget .content ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .confidence-widget .content ul li {
                background: url("../images/red-tick.gif") no-repeat scroll 0 center transparent;
                border-bottom: 1px dotted #FFFFFF;
                padding: 0 0 0 28px;
            }

                .confidence-widget .content ul li.last-child {
                    border-bottom: none;
                }

                .confidence-widget .content ul li span {
                    vertical-align: bottom;
                    line-height: 32px;
                }
/* End of Confidence */

/* More Our Services */
.more-our-service-widget {
    background-color: #F4F1E6;
    border: 1px solid #D4D4D4;
    margin-bottom: 15px;
    max-width: 250px;
}

    .more-our-service-widget .title {
    }

        .more-our-service-widget .title h1 {
            color: #DA0000;
            text-shadow: 0 1px #FFFFFF;
            font-size: 16px;
            margin: 0;
            padding: 10px 0 0px;
            text-align: center;
        }

    .more-our-service-widget .hline {
        background: none repeat scroll 0 0 transparent;
        border-bottom: 1px solid #FFFFFF;
        border-top: 1px solid #CCCCCC;
        height: 0;
        margin: 8px 0px 0px;
    }

    .more-our-service-widget .content {
        background-color: #FFFFFF;
        padding: 10px 15px;
    }

        .more-our-service-widget .content ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .more-our-service-widget .content ul li {
                background: url("../images/item_news.png") no-repeat scroll 0 center transparent;
                border-bottom: 1px dotted #FFFFFF;
                padding: 0 0 0 12px;
            }

                .more-our-service-widget .content ul li.last-child {
                    border-bottom: none;
                }

                .more-our-service-widget .content ul li a {
                    color: #333;
                    vertical-align: bottom;
                    line-height: 36px;
                    text-transform: uppercase;
                }

                    .more-our-service-widget .content ul li a:hover {
                        color: #DA0000;
                    }
/* End More Our Services */

/* My Login */
.mylogin {
    border: 1px solid #076095;
    margin: 0 0 11px;
    padding: 1px;
    margin-top: 10px;
}

    .mylogin .title {
        background: none repeat scroll 0 0 #076095;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .mylogin .content {
        padding: 12px 5px 10px 5px;
    }

.vip-account-level {
    margin: 10px 0px;
}

    .vip-account-level table {
        width: 100%;
        border: 1px solid #CF0101;
    }

        .vip-account-level table td {
            border: 1px solid #CF0101;
            padding: 4px;
            text-align: center;
        }

        .vip-account-level table th {
            border: 1px solid #CF0101;
            color: #FFFFFF;
            background-color: #CF0101;
            padding: 4px;
        }
/* End of My Login */

/* Payment Online */
.payment-online {
    margin-bottom: 15px;
    background-color: #DF1F26;
}

    .payment-online a {
        background: url("../images/secure.png") no-repeat scroll 10px center transparent;
        display: inline-block;
        text-decoration: none;
    }

    .payment-online h1 {
        color: #FFFFFF;
        font-size: 16px;
        padding: 0px;
        margin: 10px 0px 0px 75px;
    }

    .payment-online p {
        color: #FFFFFF;
        font-size: 10px;
        padding: 0px;
        margin-left: 75px;
        line-height: 1em;
    }
/* End of Payment Online */

/* We on Youtube */
.youtube-video {
    margin-top: 15px;
}

    .youtube-video h1 {
        color: #333333;
        font-size: 16px;
        text-align: center;
        margin: 15px 0px 0px 0px;
    }

    .youtube-video img {
        margin: 0px;
        margin-bottom: -4px;
        padding: 0px;
    }
/* /Youtube */

/* Corporate Accounts */
.corporate-accounts {
    margin-top: 0px;
}
/* End of Corporate Accounts */

/* Affiliate Programs */
.affiliate-programs {
    margin-top: 10px;
}
/* End of Affiliate Programs */

/* Visa News */
.news-container {
    border: 1px solid #D4D4D4;
    margin: 0;
    padding: 0;
}

    .news-container .content {
        padding: 0px 10px 0px 10px;
    }

        .news-container .content h1 {
            color: #DA0000;
            font-size: 14px;
            line-height: 30px;
            border-bottom: 1px dotted #DDDDDD;
        }

        .news-container .content ul {
        }

            .news-container .content ul li {
                background: url("../images/red-li.jpg") no-repeat scroll 0 6px transparent;
                padding-left: 12px;
                line-height: 18px;
                width: 100%;
                overflow: hidden;
            }

                .news-container .content ul li a {
                }

        .news-container .content p.more {
            margin-top: 8px;
            padding-top: 8px;
            text-align: right;
            border-top: 1px dotted #DDDDDD;
        }

.info-container {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .info-container .content {
        padding: 0px;
    }

        .info-container .content h1 {
            color: #DA0000;
            font-size: 14px;
            line-height: 30px;
        }

        .info-container .content p.more {
            padding-right: 10px;
            padding-top: 8px;
            text-align: right;
        }

    .info-container ul.how-it-works {
        list-style-type: decimal;
        margin-left: 20px;
    }

        .info-container ul.how-it-works li {
            color: #DC0100;
            font-weight: bold;
        }

            .info-container ul.how-it-works li p {
                color: #000;
                font-weight: normal;
            }

    .info-container ul.cutomer-question li {
        background: url("../images/red-li.jpg") no-repeat scroll 0 6px transparent;
        padding-left: 12px;
        line-height: 18px;
        width: 100%;
        overflow: hidden;
    }

        .info-container ul.cutomer-question li p {
            max-height: 34px;
            overflow: hidden;
        }

    .info-container .seperator {
        width: 2px;
        padding: 0px;
        background: url("../images/vertical-separator.jpg") no-repeat scroll 0 0 transparent;
    }

.info-block {
    margin: 0px;
    padding: 0px;
    border: 1px solid #D4D4D4;
    min-height: 315px;
}

    .info-block h1 {
        margin: 0px;
        padding: 5px 0px 2px 10px;
        background-color: #F8F8F8;
        border-bottom: 1px solid #CE000E;
    }

    .info-block ul {
        padding: 20px 20px 10px 10px;
    }

.xtra-block {
    margin: 0px;
    padding: 0px;
    border: 1px solid #D4D4D4;
    min-height: 315px;
}

    .xtra-block h1.xtra-title {
        margin: 0px;
        padding: 5px 0px 2px 10px;
        background-color: #F8F8F8;
        border-bottom: 1px solid #CE000E;
    }

    .xtra-block ul {
        padding: 20px 20px 10px 10px;
    }

        .xtra-block ul.xtra-service li {
            color: #00558B;
            font-size: 14px;
            font-weight: bold;
            line-height: 22px;
            padding-bottom: 12px;
            padding-left: 32px;
        }

        .xtra-block ul li.fast-track {
            background: url("../images/fast-track-service.jpg") no-repeat scroll 0 0 transparent;
        }

        .xtra-block ul li.car-service {
            background: url("../images/car-service.jpg") no-repeat scroll 0 0 transparent;
        }

        .xtra-block ul li.flight-booking-service {
            background: url("../images/flight-booking-service.jpg") no-repeat scroll 0 0 transparent;
        }

        .xtra-block ul li.hotel-service {
            background: url("../images/hotel-service.jpg") no-repeat scroll 0 0 transparent;
        }

        .xtra-block ul li.tour-service {
            background: url("../images/tour-service.jpg") no-repeat scroll 0 0 transparent;
        }

    .xtra-block a {
    }
/* /Visa News */

/* External Block */
.external-block {
    margin-top: 15px;
}

    .external-block .testimonial {
        background: url("../images/testimonial-bg.jpg") no-repeat scroll 0 0 transparent;
        width: 270px;
        height: 202px;
        padding: 10px 15px;
    }

        .external-block .testimonial h1 {
            color: #DC0100;
            font-size: 14px;
            width: 270px;
            padding-bottom: 6px;
        }

        .external-block .testimonial .content {
            height: 110px;
            overflow: hidden;
            font-size: 12px;
            line-height: 20px;
            font-family: Comic Sans MS;
            font-style: italic;
        }

        .external-block .testimonial p.more {
            margin-top: 8px;
            text-align: right;
        }

    .external-block .blog-post {
        background: url("../images/blog-bg.jpg") no-repeat scroll top right transparent;
        width: 270px;
        height: 202px;
        padding: 10px 15px;
    }

        .external-block .blog-post h1 {
            color: #DC0100;
            font-size: 14px;
            width: 100%;
            padding-bottom: 2px;
            border-bottom: 1px solid #EEEEEE;
        }

        .external-block .blog-post ul li {
            background: url("../images/blog.png") no-repeat scroll 0 1px transparent;
            margin-top: 6px;
            padding-left: 22px;
            line-height: 17px;
            width: 100%;
            overflow: hidden;
        }
/* End of External Block */

/* Vietnam Visa News */
.vietnam-visa-information {
    border: 1px solid #E8E8E8;
    width: 350px;
}

.vietnam-visa-information-content {
    padding: 1px;
}

.vietnam-visa-information-header {
    background: url("../images/vietnam-visa-information-header.jpg") no-repeat scroll 0 0 transparent;
    width: 347px;
    height: 57px;
    margin: 0px;
}

.vietnam-visa-information-content ul {
    margin: 10px;
    height: 300px;
    overflow: hidden;
}

    .vietnam-visa-information-content ul li {
        background: url("../images/red-li.jpg") no-repeat scroll 0 6px transparent;
        line-height: 18px;
        overflow: hidden;
        padding-bottom: 8px;
        padding-left: 12px;
        width: 100%;
    }

.vietnam-visa-faqs {
    border: 1px solid #E8E8E8;
    width: 350px;
}

.vietnam-visa-faqs-content {
    padding: 1px;
}

.vietnam-visa-faqs-header {
    background: url("../images/vietnam-visa-faqs-header.jpg") no-repeat scroll 0 0 transparent;
    width: 347px;
    height: 57px;
    margin: 0px;
}

.vietnam-visa-faqs-content ul {
    margin: 10px;
    height: 300px;
    overflow: hidden;
}

    .vietnam-visa-faqs-content ul li {
        background: url("../images/red-li.jpg") no-repeat scroll 0 6px transparent;
        line-height: 18px;
        overflow: hidden;
        padding-bottom: 8px;
        padding-left: 12px;
        width: 100%;
    }
/* End Vietnam Visa News */

.visas {
    background: url("../images/visas.png") no-repeat scroll 0 0 transparent;
    height: 156px;
    margin: 0 0 8px 0;
}

.businessvisa {
    float: left;
    margin: 0 10px 0 0;
}

.touristvisa {
    float: left;
}

.emergencyvisa {
    float: right;
}

.module {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 0 8px;
}

.modulec {
    border: 1px solid #D4D4D4;
    padding: 13px 14px 10px 12px;
}

table.home-content {
    margin-bottom: 10px;
}

    table.home-content td.rounded-left {
        width: 284px;
        border: 1px solid #BBCDD9;
        padding: 12px 10px 6px 10px;
    }

    table.home-content td.rounded-right {
        border: 1px solid #BBCDD9;
        padding: 12px 10px;
    }

.visanews li {
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 10px;
    padding: 0 0 10px;
    line-height: 15px;
}

    .visanews li a {
        font-weight: bold;
        max-height: 29px;
        overflow: hidden;
    }

        .visanews li a:hover {
            color: #005286;
            text-decoration: underline;
        }

.visanews .li {
    padding: 0 0 8px 0;
    border-bottom: 1px solid #EEE;
}

.visanews .last {
    border: none;
}

.visanews .img {
    border: 1px solid #D1D1D1;
    padding: 2px;
    float: left;
    width: 64px;
    height: 64px;
    margin: 0 10px 0 0;
}

.visanews a {
    display: block;
    margin-bottom: 5px;
}

.visanews .introtext {
    line-height: 15px;
    max-height: 29px;
    overflow: hidden;
}

.whyus {
    width: 291px;
    float: left;
}

.whyus2 {
    float: left;
    background: url("../images/whyus_bg.jpg") no-repeat scroll #F3F3F3;
    background-position: top;
    width: 290px;
}

.whyus h3 {
    background: url("../images/whyus.png") no-repeat scroll 0 50% transparent;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 40px;
}

.whyus2 h3 {
    background: url("../images/whyus.png") no-repeat scroll 0 50% transparent;
    height: 38px;
    line-height: 38px;
    margin-left: 4px;
    padding: 4px 4px 4px 40px;
}

.whyus2 p {
    padding: 0px 10px 10px 10px;
}

.whyus a, .whyus2 a {
    color: #005286 !important;
    font-size: 12px !important;
}

.whyus .modulec {
    text-align: justify;
}

a.more {
}

.aboutus img {
    float: right;
    margin: 0 0 5px 10px;
}

.aboutus p {
    margin: 0 0 3px 0;
}

.question h3 {
    background: url("../images/customerquestion.png") no-repeat scroll 0 50% transparent;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 45px;
}

    .question h3 a {
        color: #2A2A2A !important;
        font-size: 14px !important;
    }

.question li {
    background: url("../images/reddot.png") no-repeat scroll 0 3px transparent;
    padding: 0 0 0 16px;
    margin: 0 0 13px 0;
    line-height: 15px;
}

    .question li a {
        font-weight: bold;
        max-height: 29px;
        overflow: hidden;
    }

        .question li a:hover {
            color: #005286;
            text-decoration: underline;
        }

.question .li {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #EEE;
}

.question .intro {
    padding: 10px 0 0 10px;
}

.pagination {
    text-align: center;
    margin: 10px 0px;
}

    .pagination a {
        text-decoration: none;
        color: #717171;
        font: bold 11px Arial, sans-serif;
        text-shadow: 0px 1px white;
        padding: 5px 8px;
        margin: 4px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
        background: #f9f9f9;
        background: -webkit-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
        background: -moz-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
        background: -o-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
        background: -ms-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
        background: linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8', GradientType=0 );
    }

        .pagination a.current {
            color: white;
            background: #DA0000;
        }

        .pagination a:hover {
            color: white;
            background: #DA0000;
        }

        .pagination a.active, #pagination a.current:active {
        }

        .pagination a.current:hover {
            background: #DA0000;
        }

.whychoose {
    float: right;
    width: 316px;
}

.whychoose2 {
    float: right;
    background: url("../images/whychoose_bg.jpg") no-repeat;
    width: 304px;
}

.whychoose h3 {
    background: url("../images/whychoose.png") no-repeat scroll 0 50% transparent;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 45px;
}

.whychoose2 h3 {
    background: url("../images/whychoose.png") no-repeat scroll 0 50% transparent;
    height: 38px;
    line-height: 38px;
    padding: 4px 4px 4px 45px;
}

    .whychoose h3 a, .whychoose2 h3 a {
        color: #005286 !important;
        font-size: 12px !important;
    }

.whychoose li {
    background: url("../images/whychooseli.png") no-repeat scroll 0 3px transparent;
    line-height: 15px;
    margin: 0 0 13px;
    padding: 0 0 0 25px;
    line-height: 17px;
}

.whychoose2 li {
    background: url("../images/whychooseli.png") no-repeat scroll 0 3px transparent;
    line-height: 15px;
    margin: 6px 4px 6px 13px;
    padding: 0 0 0 25px;
    line-height: 17px;
}

.whychoose .li, .whychoose2 .li {
    border-bottom: 1px solid #EEEEEE;
    padding: 0 0 10px;
}

.whychoose .last {
    border: none;
    margin: 0;
}

.whychoose2 .last {
    border: none;
}

/* Footer */
.footer {
    margin-top: 15px;
}

    .footer .inner {
        background-color: #F8F8F8;
        border-top: 4px solid #DF1F26;
        margin-bottom: 0px;
        width: 940px;
        padding: 10px 20px 10px 20px;
    }

.botmenu {
}

    .botmenu ul {
        float: left;
        width: 100%;
        padding: 10px 0px 10px 0px;
        background: url("../images/hr.jpg") no-repeat scroll center bottom transparent;
    }

    .botmenu li {
        float: left;
        border-right: 1px solid #005286;
    }

    .botmenu a {
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0px 12px;
    }

    .botmenu .last {
        background: none;
        border-right: none;
    }

.footer .hline {
    width: 100%;
    height: 2px;
    margin: 0px;
    margin-bottom: 5px;
    background-image: none;
    border-bottom: 1px solid #EFEFEF;
}

.copyright {
    color: #2A2A2A;
    text-align: center;
    padding: 10px 0px;
}

.disclaimer {
    width: 660px;
    margin-top: 10px;
    background: #F8F8F8;
    border: 1px solid #E2E2E2;
    border-radius: 5px 5px 5px 5px;
}

.disclaimer-bottom {
    background: url("../images/bg-fade-lite.png") no-repeat;
    background-position: center top;
    width: 660px;
    height: 24px;
}

.disclaimer .content {
    padding: 10px;
    line-height: 18px;
}

    .disclaimer .content .label {
        font-size: 14px;
        font-weight: bold;
        color: #666666;
    }

.disclaimer a.link {
    color: #005286;
    text-decoration: underline;
}

.flinks {
}

    .flinks a {
        color: #444444;
        font-size: 11px;
    }

        .flinks a:hover {
            color: #005286;
            text-decoration: underline;
        }

.flink {
    float: left;
    width: 160px;
    padding: 5px 10px 10px 10px;
    margin: 0;
    line-height: 18px;
}

    .flink .title {
        color: #444;
        font-size: 14px;
        font-weight: bold;
        margin: 15px 0px 15px;
    }

.fabout {
    width: 160px;
    padding: 5px 10px 10px 0px;
}

.finformation {
    width: 170px;
}

.fexternallinks {
    width: 220px;
}

.visalinks {
    width: 170px;
}

.fsupport {
    width: 170px;
}

.evisaon {
    border: none;
}

    .evisaon p {
        text-align: left;
    }

    .evisaon img {
        margin-right: 6px;
    }

.footer .payment-method {
}

    .footer .payment-method .title {
        float: left;
        font-size: 12px;
        font-weight: bold;
        line-height: 40px;
    }

    .footer .payment-method div {
        float: right;
    }
/* End of Footer */

#left {
    float: left;
    margin: 0 10px 5px 10px;
    width: 680px;
}

#right {
    float: left;
    width: 237px;
}

.aligncenter {
    text-align: center;
}

/* Pages */
.main_title {
    border-bottom: 1px solid #CCCCCC;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.sub_title {
    font-size: 14px;
    font-weight: bold;
}

.item-title {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
}

.item-author {
    font-size: 11px;
    font-style: italic;
    margin: 10px 0 20px;
}

.none {
    display: none;
}

.block {
    display: block;
}

.b-error {
    background: none repeat scroll 0 0 #FFFFCC;
    border: 1px solid #CC0000;
    color: #CC3300;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 10px;
}

    .b-error .marker {
        background: url("../images/i-warning.png") no-repeat scroll left top transparent;
        color: #DF1F26;
        padding: 8px 0px 0px 32px;
    }

    .b-error ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .b-error ul li {
            padding: 8px 0px 0px 30px;
        }

.applyform input[type="text"].error, input.error, select.error {
    border: 1px solid #DF1F26 !important;
}

.applyform div.error {
    border: 1px dotted #DF1F26;
}

.applyform table tr {
    vertical-align: top;
}
/* End Pages */

/* Login Form */
#logininfo .login-form ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#forgotpasswordinfo .login-form ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#newaccountinfo .login-form ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
/* End Login Form */

/* Apply1 */
.breadcrumbs {
    padding: 2px 2px 10px 2px;
}

.breadcrumb {
    float: left;
}

    .breadcrumb a {
        color: #333;
        text-decoration: none;
    }

        .breadcrumb a.active:hover {
            text-decoration: underline;
        }

    .breadcrumb .active {
        color: #DF1F26;
    }

    .breadcrumb span {
        padding-left: 5px;
    }

.datetime {
    float: right;
    font-size: 11px;
}

.pagecontent {
    border: 1px solid #D4D4D4;
    padding: 10px;
    margin: 0 0 10px 0;
    background: #fff;
}

    .pagecontent h1 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

.stepvisa {
    margin: 0 0 28px 0;
}

.process {
    color: #005286;
    font-weight: bold;
}

.process1, .process2, .process3, .process4 {
    float: left;
    text-transform: uppercase;
    padding: 10px 35px 10px 55px;
    border-bottom: 2px solid #999;
    background: url("../images/process.png") no-repeat scroll 0 50%;
}

.process1 {
    background: none !important;
    padding-left: 0 !important;
}

.process .active {
    color: #de0600;
    border-bottom: 2px solid #DF1F26;
}

.process4 {
    width: 125px;
    text-align: center;
}

.rush-info {
    background-color: #F5F8FB;
    padding: 10px;
}

    .rush-info a {
        text-decoration: underline;
    }

.applyform td {
    padding: 6px 4px;
}

.applyform input[type="text"] {
    width: 290px;
    padding: 4px 5px;
    border: 1px solid #CCCCCC;
    color: #666;
    font-size: 11px;
}

.applyform select {
    width: 300px;
    padding: 3px 5px;
    border: 1px solid #CCCCCC;
    color: #666;
    font-size: 11px;
}

.applyform textarea {
    width: 290px;
    height: 120px;
    padding: 4px 5px;
    border: 1px solid #CCCCCC;
    color: #666;
    font-size: 11px;
    resize: none;
}

.applyform .colleft {
    float: left;
    width: 670px;
    margin: 0 0px 0 0px;
}

.applyform .colright {
    float: right;
    width: 280px;
    padding: 0px;
    position: relative;
}

.feepanel {
    background-color: #FFFFFF;
    padding: 0px 10px 10px 10px;
    border: 8px solid #DDDDDD;
    position: relative;
}

    .feepanel .arrow {
        background: url("../images/sum-arrow.png") no-repeat scroll 0 0 transparent;
        height: 16px;
        left: -30px;
        position: relative;
        top: 24px;
        width: 20px;
    }

    .feepanel h3 {
        font-weight: bold;
        font-size: 14px;
        color: #005286;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .feepanel ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .feepanel li {
        border-bottom: 1px solid #BDC6CA;
        padding: 9px 0;
    }

    .feepanel .last {
        border-bottom: 1px solid #6997B3;
    }

    .feepanel span, .feepanel table.extra_service {
        float: right;
    }

        .feepanel table.extra_service td {
            padding: 0px 0px 10px 0px;
        }

    .feepanel .total {
        border: none;
        margin-top: -1px;
        border-top: 1px solid #6997B3;
    }

    .feepanel .price {
        color: #005286;
        font-weight: bold;
    }

    .feepanel .yoursavepercent_t {
        float: none;
        color: #005286;
        font-weight: bold;
    }

    .feepanel .vipsavepercent_t {
        float: none;
        color: #005286;
        font-weight: bold;
    }

    .feepanel .total span {
        color: #DC2222;
        font-size: 16px;
        font-weight: bold;
    }

.applyform .group {
}

    .applyform .group h2 {
        background-color: #F8F8F8;
        border-top: 1px solid #EFEFEF;
        color: #DD0000;
        font-size: 14px;
        font-weight: bold;
        line-height: 2em;
        margin: 0px;
        padding: 0px 0px 0px 10px;
    }

        .applyform .group h2 span {
            font-size: 11px;
            font-weight: normal;
        }

    .applyform .group .group_content {
        padding: 10px 0px 20px 10px;
    }

        .applyform .group .group_content .tbapplicant th {
            text-align: left;
            padding: 4px 4px;
        }

        .applyform .group .group_content .tbapplicant td {
            padding-left: 4px;
            padding-right: 4px;
        }

        .applyform .group .group_content .applicant {
            background: url("../images/applicant.png") no-repeat scroll left center transparent;
            font-weight: bold;
            margin: 15px 0px;
            padding: 10px 0px 0px 20px;
        }

        .applyform .group .group_content span {
            color: #FF0000;
            font-weight: bold;
        }

.terms_conditions_confirm {
    text-decoration: underline;
}

.nextstep {
    margin: 30px 0px 10px 0px;
    text-align: center;
}

    .nextstep .next {
        padding: 0;
        margin: 0;
        border: none;
        background: url("../images/nextstep.png") no-repeat scroll 0 0;
        width: 129px;
        height: 37px;
        text-indent: -999px;
        cursor: pointer;
        overflow: hidden;
    }

    .nextstep .pre {
        padding: 0;
        margin: 0 5px 0 0;
        border: none;
        background: url("../images/prestep.png") no-repeat scroll 0 0;
        width: 129px;
        height: 37px;
        text-indent: -999px;
        cursor: pointer;
        overflow: hidden;
    }

    .nextstep .finish {
        padding: 0;
        margin: 0 5px 0 0;
        border: none;
        background: url("../images/finishstep.png") no-repeat scroll 0 0;
        width: 129px;
        height: 37px;
        text-indent: -999px;
        cursor: pointer;
        overflow: hidden;
    }

.applymore15 {
    padding: 15px 5px;
}

    .applymore15 p {
        line-height: 10px;
    }

    .applymore15 a {
        text-decoration: underline;
    }

    .applymore15 .here {
        text-decoration: underline;
    }

.detailstep3 h3 {
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.detailstep3 table {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin: 0 0 18px 0;
}

.detailstep3 th, .detailstep3 td {
    padding: 7px 10px;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

.detailstep3 th {
    background: #EEEEEE;
    text-align: left;
}

.detailstep3 td {
    font-weight: normal;
}

.detailstep3 .edit {
    width: 100px;
    text-align: center;
}

.detailstep3 .center {
    text-align: center;
}

.detailstep3 .total {
    font-weight: bold;
    color: red;
}

.login-form input[type="text"], .login-form input[type="password"] {
    width: 250px;
    padding: 4px 5px;
    border: 1px solid #CCCCCC;
    color: #666;
    font-size: 11px;
}

.login-form select {
    width: 250px;
    padding: 3px 5px;
    border: 1px solid #CCCCCC;
    color: #666;
    font-size: 11px;
}

.login-form ul li {
    margin-bottom: 10px;
}

/* Promotion */
.promotion {
    margin: 0 0 10px 0;
}

    .promotion label {
        font-weight: bold;
        margin: 0 10px 0 0;
    }

    .promotion input {
        padding: 4px !important;
        width: 200px !important;
    }

    .promotion .title {
        padding-top: 10px;
        font-weight: bold;
        font-size: 14px;
        color: #003E74;
    }

    .promotion .detail {
        margin: 4px 0px 10px 0px;
        border: 1px dotted #D1D1D1;
        padding: 10px 10px 0px 10px;
    }

    .promotion .save {
        float: left;
    }

        .promotion .save p {
            line-height: 10px;
        }

            .promotion .save p.discount {
                padding-top: 2px;
                line-height: 10px;
                color: #BC5015;
                font-size: 14px;
                font-weight: bold;
            }

        .promotion .save span.price {
            font-weight: bold;
        }

    .promotion .code {
        float: right;
        vertical-align: middle;
        text-align: right;
        margin-top: -3px;
    }

        .promotion .code span {
            color: #729725;
            font-family: Comic Sans MS;
            font-weight: bold;
            border: 1px dotted #D1D1D1;
            background-color: #FFFFDE;
            padding: 2px 6px;
            width: 60px;
            text-align: center;
            display: inline-table;
        }

        .promotion .code a {
            margin-left: 20px;
        }
/* End of Promotion */

.detailstep3 .selectpayment table, .detailstep3 .selectpayment td {
    border: none;
}

.detailstep4 {
    padding: 10px;
}

    .detailstep4 .thanksucc {
        font-weight: normal;
    }

    .detailstep4 .service {
        margin-top: 30px;
    }

    .detailstep4 .nicetrip {
        float: right;
        line-height: 20px;
    }

        .detailstep4 .nicetrip h3 {
            font-weight: bold;
            font-size: 16px;
        }
/* End of Apply */

/* Contact */
.right2 {
    float: right;
    width: 250px;
}

    .right2 .whychoose, .right2 .question {
        float: none;
        width: 270px;
    }

    .right2 h3 {
        background: none;
        padding: 0;
        margin: 0 0 14px 0;
        height: 20px;
        line-height: 20px;
    }

.applynow {
    text-align: center;
    margin: 10px 0 0;
}

    .applynow a {
        display: inline-block;
        background: url("../images/applynow.png") no-repeat scroll 0 0 transparent;
        border: none;
        cursor: pointer;
        width: 150px;
        height: 37px;
        margin: 0;
        padding: 0;
        text-indent: -999px;
        overflow: hidden;
    }

.extraservices h3 a {
    color: #BA0900 !important;
    font-size: 12px !important;
}

.extra-service-banner {
    background: url("../images/module-bg.png") no-repeat scroll 0 0 #F2F2F2;
    padding: 10px;
}

    .extra-service-banner img {
        float: left;
        margin-right: 15px;
    }

    .extra-service-banner p {
        color: #333333;
    }

    .extra-service-banner a {
        color: #333333;
        text-decoration: underline;
    }

.extra-service-listing {
    margin-top: 20px;
}

    .extra-service-listing a.thumb_130_120 {
        float: left;
        width: 264px;
        height: 167px;
        line-height: 18px;
        margin: 0 10px 0 0;
        overflow: hidden;
        position: relative;
    }

        .extra-service-listing a.thumb_130_120 img {
            border: 0 none;
            height: 147px;
            width: 264px;
        }

    .extra-service-listing h1.title {
        padding-top: 0px;
        font-size: 16px;
        text-transform: uppercase;
        padding: 5px 0px;
        margin-bottom: 10px;
        border-bottom: 1px solid #EFEFEF;
    }

    .extra-service-listing .lead {
        margin: 0px;
        color: #333333;
        font-size: 12px;
        font-weight: normal;
        height: 147px;
        overflow: hidden;
    }

.extraservices li.fast-track {
    background: url("../images/Fast track Service.jpg") no-repeat scroll 0 3px transparent;
    line-height: 26px;
    margin: 0 0 13px;
    padding: 0 0 0 30px;
}

.extraservices li.car-pickup {
    background: url("../images/Car Service.jpg") no-repeat scroll 0 3px transparent;
    line-height: 26px;
    margin: 0 0 13px;
    padding: 0 0 0 30px;
}

.extraservices .li {
    border-bottom: 1px solid #EEEEEE;
    padding: 0 0 10px;
}

.extraservices li a {
    color: #2A2A2A;
    font-weight: bold;
}

    .extraservices li a:hover {
        color: #005286;
        text-decoration: underline;
    }

.left2 {
    float: left;
    width: 710px;
}

.contact h2 {
    background: url("../images/icon-arrow.png") no-repeat scroll 0 50% transparent;
    padding: 8px 0 8px 15px;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #CCCCCC;
    font-size: 14px;
    font-weight: bold;
}

.contact table {
    width: 100%;
    margin: 0 0 10px 0;
}

.contact td {
    padding: 5px;
}

.contact input[type="text"] {
    width: 400px;
    border: 1px solid #CCCCCC;
    padding: 4px 5px;
}

.contact textarea {
    width: 400px;
    height: 200px;
    border: 1px solid #CCCCCC;
    padding: 4px 5px;
}
/* End Contact */

/* Service fees*/
.servicefees {
}

    .servicefees h1 {
        font-size: 18px;
        font-weight: normal;
        color: #DA0000;
        margin: 0px;
        padding: 0px;
    }

    .servicefees h2 {
        font-size: 14px;
        font-weight: bold;
    }

    .servicefees h3 {
        font-size: 12px;
        font-weight: bold;
        margin: 0px;
        padding: 0px 0px 10px;
    }

    .servicefees .servicetype {
        background-color: #F2F2F2;
        padding: 10px;
        margin: 10px 0px;
    }

        .servicefees .servicetype .thumb {
            width: 73px;
            height: 76px;
        }

            .servicefees .servicetype .thumb img {
                border: 1px solid #DDDDDD;
            }

        .servicefees .servicetype .content {
            width: 570px;
            margin-left: 15px;
        }

    .servicefees .checkmore {
        margin: 10px 0;
        text-align: center;
    }

    .servicefees .div {
        border-bottom: 1px solid #DDDDDD;
        height: 1px;
        margin: 20px 0px;
    }

    .servicefees table {
        color: #444;
        border: 1px solid #CCCCCC;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0;
        width: 100%;
    }

        .servicefees table th {
            background: none repeat scroll 0 0 #F2F2F2;
            border: 1px solid #CCCCCC;
            font: normal 12px tahoma;
            color: #444;
            padding: 5px;
            text-align: center;
            vertical-align: middle;
        }

        .servicefees table td {
            border: 1px solid #CCCCCC;
            font: 12px tahoma;
            padding: 6px 5px;
            text-align: center;
            vertical-align: middle;
        }

        .servicefees table .sp {
            width: 38%;
        }

        .servicefees table .vn td {
            font-weight: bold;
        }

        .servicefees table .vg {
            background: none repeat scroll 0 0 #FFF;
        }

        .servicefees table .bc {
            background: none repeat scroll 0 0 #FFF;
        }

        .servicefees table .dg {
            background: none repeat scroll 0 0 #FFF;
        }

    .servicefees .countrylist {
        background-color: #F8F8F8;
        height: 200px;
        padding: 10px;
        overflow: scroll;
    }

        .servicefees .countrylist .list {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .servicefees .countrylist .list li {
                float: left;
                width: 215px;
                padding-bottom: 10px;
            }

                .servicefees .countrylist .list li a {
                    color: #333333;
                }

                    .servicefees .countrylist .list li a:hover {
                        color: #DA0000;
                    }

                    .servicefees .countrylist .list li a img {
                        float: left;
                        margin-right: 4px;
                    }

.divApply {
    clear: both;
    width: 100%;
    text-align: center;
}

/* Processing */
.processing fieldset {
    border: #CC0000 dashed 1px;
    padding: 10px;
}

.processing ul, .processing ol {
    padding-left: 30px;
    line-height: 2;
    list-style: disc outside url("../images/icon-arrow.png");
}

/* View */
.itemlist {
    margin: 0px;
    padding: 10px 0px 20px 0px;
    text-align: left;
    clear: both;
    border-bottom: 1px dotted #efefef;
}

    .itemlist h1 {
        font-size: 14px;
        margin: 0;
        padding: 5px;
        text-decoration: none;
        width: 100%;
    }

        .itemlist h1 a {
            color: #DA0000;
        }

            .itemlist h1 a:hover {
            }

    .itemlist p {
        margin: 0px;
        padding: 0px 5px;
        text-align: justify;
    }

        .itemlist p a {
        }

.view_content p {
    text-align: justify;
}

.itemlist .view_more {
    float: right;
    margin-top: 1em;
}

    .itemlist .view_more a {
        background: url("../images/red-button-bg.jpg") repeat-x scroll left center #DB0002;
        border-color: #DB0002;
        border-radius: 3px 3px 3px 3px;
        border-style: none none solid;
        border-width: medium medium 1px;
        color: #FFFFFF;
        cursor: pointer;
        padding: 5px 10px;
        font-weight: bold;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

        .itemlist .view_more a:hover {
            background: none;
            background-color: #DB0002;
        }

/* booking */
.b-booking {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline;
    float: left;
    margin-left: 4px;
    padding: 10px;
    position: relative;
    width: 600px;
}

    .b-booking h2 {
        font-size: 16px;
        font-weight: normal;
        padding: 0 0 20px 10px;
        width: 560px;
    }

ul.form-left {
    display: inline;
    float: left;
    margin: 5px 0 0 20px;
    width: 270px;
}

    ul.form-left li {
        float: left;
        line-height: 18px;
        margin-top: 10px;
        width: 100%;
    }

        ul.form-left li input, ul.form-left li select {
            border-color: #95A6B9 #C6CFD9 #C6CFD9 #95A6B9;
            border-style: solid;
            border-width: 1px;
            font-size: 12px;
            padding: 2px;
        }

            ul.form-left li input.error, select.error, textarea.error {
                border: 1px solid #DF1F26;
            }

        ul.form-left li.end {
            margin-top: 20px;
        }

ul.spacer4 {
    margin-left: 20px;
}

ul.form-left li span.left {
    float: left;
}

ul.form-left li span.error {
    color: #DF1F26;
    float: right;
}

/* Related info */
#related_item {
    padding-top: 20px;
}

    #related_item ul {
        margin: 0px;
        padding: 0px 10px 10px 20px;
        list-style: none;
    }

    #related_item h1 {
        font-size: 18px;
        font-weight: normal;
        padding-top: 10px;
    }

    #related_item ul li {
        padding: 4px 10px;
        line-height: 1.5em;
        background: url(../images/item_news.png) 0px 8px no-repeat;
    }

    #related_item .date {
        font-style: italic;
    }

    #related_item ul li a {
        color: #464646;
    }

        #related_item ul li a:hover {
            color: #DD0000;
            text-decoration: underline;
        }

.b-keywords {
    margin: 10px 0px;
    height: 32px;
    background-color: #F8F8F8;
    border: 1px solid #EFEFEF;
}

    .b-keywords .keyword-label {
        padding: 0px 10px;
        line-height: 32px;
    }

    .b-keywords .keyword-link {
    }

/* Q&A Search */
#searchques {
    background: url("../images/searchques.png") no-repeat scroll 50px 50% transparent;
    float: left;
    height: 33px;
    width: 380px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-left: 47px;
}

.quesinput {
    border: 0 none;
    color: #777777;
    font-size: 11px;
    height: 20px;
    line-height: 18px;
    margin-bottom: 2px;
    margin-left: 8px;
    margin-top: 6px;
    padding-left: 5px;
    width: 276px;
}

.quesbtn {
    background-color: transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 27px;
    padding-left: 3px;
    padding-top: 3px;
    width: 79px;
}

.faqs .list1 {
    margin: 0 0 10px;
}

    .faqs .list1 .stt {
        float: left;
        font-weight: bold;
        margin: 0 0 0 5px;
        width: 25px;
    }

    .faqs .list1 .title {
        border-bottom: 1px dotted #E5E5E5;
        float: right;
        padding: 0 0 10px;
        width: 630px;
    }

    .faqs .list1 a {
    }

    .faqs .list1 li {
        margin: 0 0 8px;
    }

    .faqs .list1 .last .title {
        border: medium none;
        padding-bottom: 0;
    }

.faqs .list2 li.item {
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 8px;
    padding: 15px 0px 5px 0px;
}

.faqs .list2 .title {
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 10px;
}

.faqs .list2 .detail {
    line-height: 18px;
    text-align: justify;
}

    .faqs .list2 .detail ul li {
        margin-left: 16px;
        list-style-type: disc;
    }

.faqs .list2 .gotop {
    text-align: right;
}

    .faqs .list2 .gotop a {
        background: url("../images/gotop.png") no-repeat scroll 0 0 transparent;
        display: inline-block;
        font-size: 11px;
        padding: 0 0 0 10px;
        text-decoration: underline;
    }

.faqs p {
    margin-bottom: 2px;
}

.visaprocess h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}

.visaprocess .title {
    color: #005286;
    font-weight: bold;
    padding: 0 0 10px 45px;
}

.visaprocess .detail {
    border: 1px solid #DDDDDD;
    margin: 0 0 0 32px;
    padding: 10px 10px 10px 30px;
}

.visaprocess .step {
    line-height: 20px;
    margin: 0 0 16px;
    position: relative;
}

.visaprocess .step1 {
    background: url("../images/vpstep1.png") no-repeat scroll 0 0 transparent;
    height: 59px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 55px;
}

.visaprocess .step2 {
    background: url("../images/vpstep2.png") no-repeat scroll 0 0 transparent;
    height: 59px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 55px;
}

.visaprocess .step3 {
    background: url("../images/vpstep3.png") no-repeat scroll 0 0 transparent;
    height: 59px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 55px;
}

.visaprocess .step4 {
    background: url("../images/vpstep4.png") no-repeat scroll 0 0 transparent;
    height: 59px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 55px;
}

.visaprocess .check li {
    background: url("../images/check.png") no-repeat scroll 0 50% transparent;
    color: #2A2A2A;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
}

.visaprocess .dot li {
    background: url("../images/blackdot.png") no-repeat scroll 0 7px transparent;
    color: #2A2A2A;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
}

.ttprocess {
    color: #666666;
    float: left;
    font-size: 24px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    width: 675px;
}

.liststep {
    color: #4A4A4A;
    float: left;
    line-height: 16px;
    margin-top: 20px;
    width: 100%;
}

    .liststep .infostep {
        border: 1px solid #DDDDDD;
        padding: 10px;
        margin-bottom: 20px;
    }

    .liststep .imgpr1 {
        background: url("../images/processing/fill-out-the-secure-online-application-form.png") no-repeat scroll 0 0 transparent;
        width: 274px;
        height: 146px;
        float: left;
        margin-top: -20px;
        margin-left: -20px;
    }

    .liststep .imgpr2 {
        background: url("../images/processing/confirm-and-pay-for-service-fee.png") no-repeat scroll 0 0 transparent;
        width: 274px;
        height: 144px;
        float: left;
        margin-top: -20px;
        margin-left: -20px;
    }

    .liststep .imgpr3 {
        background: url("../images/processing/get-approval-letter-and-prepare-for-getting-visa-stamped-on-arrival.png") no-repeat scroll 0 0 transparent;
        width: 274px;
        height: 244px;
        float: left;
        margin-top: -20px;
        margin-left: -20px;
    }

    .liststep .imgpr4 {
        background: url("../images/processing/get-your-visa-stamped-upon-arrival.png") no-repeat scroll 0 0 transparent;
        width: 274px;
        height: 171px;
        float: left;
        margin-top: -20px;
        margin-left: -20px;
    }

    .liststep .typrstep {
        float: left;
        margin-left: 20px;
        width: 380px;
    }

        .liststep .typrstep h2 {
            color: #DA0000;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            margin: 0px;
            padding: 6px 0px;
        }

            .liststep .typrstep h2 a {
                color: #DA0000;
                text-decoration: underline;
            }

        .liststep .typrstep p {
            line-height: 18px;
            margin: 0 0 4px;
        }

            .liststep .typrstep p a {
                color: #DA0000;
            }

.applyvisanow {
    text-align: center;
    margin: 10px 0px;
}

/* LANG */
.b-lang {
    border: 1px solid #B6B6B6;
    color: #B4B4B4;
    float: right;
    position: relative;
    top: -2px;
}

#boxLink {
    background: url("../images/lang/btnarrow.gif") no-repeat scroll right center #FFFFFF;
    cursor: pointer;
    float: left;
    height: 23px;
    position: relative;
    width: 120px;
    z-index: 10;
    top: 0px;
}

#boxForm {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C2C2C2;
    left: -1px;
    padding: 2px 0px 5px;
    position: absolute;
    top: 22px;
    width: 120px;
    z-index: 99999;
}

    #boxForm a:hover {
        text-decoration: underline;
    }

    #boxLink a.en, #boxForm a.en {
        background: url("../images/lang/en.png") no-repeat scroll left center transparent;
        color: #888888;
        display: block;
        font-size: 12px;
        margin: 5px 0 0 5px;
        text-indent: 25px;
        border: none;
    }

    #boxLink a.fr, #boxForm a.fr {
        background: url("../images/lang/fr.gif") no-repeat scroll left center transparent;
        color: #888888;
        display: block;
        font-size: 12px;
        margin: 5px 0 0 5px;
        text-indent: 25px;
        border: none;
    }

    #boxLink a.es, #boxForm a.es {
        background: url("../images/lang/es.gif") no-repeat scroll left center transparent;
        color: #888888;
        display: block;
        font-size: 12px;
        margin: 5px 0 0 5px;
        text-indent: 25px;
        border: none;
    }

/* END LANG */

/* Check Requirement */
.checkrequirement {
    margin: 20px 0 15px 20px;
}

.searchrequirement {
    background: url("../images/searchquestion.png") no-repeat scroll 0 0;
    height: 129px;
    position: relative;
    margin: 0 0 10px 0;
}

    .searchrequirement p {
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: 23px;
        left: 107px;
    }

    .searchrequirement .csearch {
        position: absolute;
        top: 50px;
        left: 107px;
    }

        .searchrequirement .csearch select {
            border: 1px solid #999;
            padding: 4px 5px;
            width: 300px;
        }

        .searchrequirement .csearch input[type="submit"] {
            background: url("../images/button-bg.gif") repeat-x scroll 0 0;
            border: none;
            border-radius: 2px;
            height: 26px;
            cursor: pointer;
            margin-left: 10px;
            color: #FFFFFF;
            font-size: 14px;
        }

.requirement_detail {
    margin-top: 40px;
}

    .requirement_detail h3 {
        font-size: 14px;
        font-weight: bold;
        text-transform: none;
        border: none;
    }
/* End of Check Requirement */

/* Customer Question */
#customerquestion {
    background: url("../images/requirement-bg.jpg") no-repeat top right transparent;
    width: 100%;
    margin: 26px 0px;
}

    #customerquestion .content {
        background: url("../images/check.jpg") no-repeat 10px 0 transparent;
        padding-left: 100px;
    }

        #customerquestion .content .text {
            padding: 5px 10px;
            width: 300px;
        }

        #customerquestion .content input[type="submit"] {
            margin-left: 10px;
        }

        #customerquestion .content a {
            text-decoration: none;
        }

.customerquestion li {
    border-bottom: 1px solid #005286;
    padding: 10px 0 10px 0;
    margin: 0 0 10px 0;
}

.customerquestion .last {
    border: none;
}

.customerquestion .titlequestion {
    color: #2a2a2a;
    font-weight: bold;
    margin-bottom: 10px;
}

.customerquestion .introquestion {
    line-height: 18px;
    text-align: justify;
    margin-bottom: 10px;
}

.customerquestion .viewquestion {
    text-align: right;
}

    .customerquestion .viewquestion a {
        font-weight: bold;
        font-size: 11px;
    }
/* End Customer Question */

/* Tooltip */
.stickytooltip {
    -webkit-box-shadow: 5px 5px 8px #818181;
    -moz-box-shadow: 5px 5px 8px #818181;
    display: none;
    position: absolute;
    border: 1px solid black;
    background: white;
    width: 320px;
    line-height: 1.5em;
    padding: 10px;
    z-index: 3000;
}
/* End of Tooltip */

#tips ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.flagleft {
    float: left;
    border-bottom: 1px solid #eee;
    margin-right: 6px;
    line-height: 2.5em;
    width: 48%;
}

.flagright {
    float: right;
    border-bottom: 1px solid #eee;
    margin-left: 6px;
    line-height: 2.5em;
    width: 48%;
}

    .flagleft img, .flagright img {
        float: left;
        padding-top: 6px;
        padding-right: 6px;
    }

/* Feedback */
a#user-feedback-tab {
    background: url("../images/feedback-tab.png") no-repeat scroll -2px 50% #323232;
    display: block;
    height: 100px;
    margin-top: -45px;
    position: fixed;
    right: 0;
    top: 40%;
    width: 25px;
    z-index: 100001;
}

    a#user-feedback-tab:hover {
        background-color: #DF1F26;
        cursor: pointer;
    }

h2.feedback-label {
    color: #FFFFFF;
    font: bold 200% arial;
    letter-spacing: -1px;
    padding: 0px 30px 0px 5px;
    margin: 0px;
}

.popup-panel {
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 100003;
    text-align: center;
}

.overlay {
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 100003;
    text-align: center;
}

.screen-overlay {
    background-color: #2A2A2A;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100002;
}

.dialog {
    margin: 0px;
    padding: 0px;
    position: fixed;
    text-align: center;
    left: 0;
    top: 40px;
    width: 100%;
    z-index: 100003;
}

.cell-spacing {
    min-width: 20%;
}

.cell-center {
    width: 450px;
    display: inline-table;
    text-align: left;
}

.pane-view {
    background: url("../images/dialog.png") repeat-x scroll 0 bottom #FFFFFF;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    padding: 10px;
    position: relative;
    margin: 5px 0;
}

    .pane-view input[type="text"], textarea {
        width: 100%;
    }

#uservoice-dialog {
    display: block;
    margin: -2em auto 0;
    position: fixed;
    text-align: left;
    z-index: 100003;
}

#uservoice-overlay {
    background-color: #2A2A2A;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100002;
}

    #uservoice-overlay p {
        color: #DDDDDD;
        font: bold 14px arial,sans-serif;
        letter-spacing: -1px;
        margin: 0;
        padding: 5px;
    }

#uservoice-dialog #uservoice-dialog-close {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #0066CC;
    cursor: pointer;
    height: 48px;
    position: absolute;
    right: -12px;
    top: -11px;
    width: 48px;
}

#overlayLiveChat {
    background-color: #2A2A2A;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100002;
}

    #overlayLiveChat p {
        color: #DDDDDD;
        font: bold 14px arial,sans-serif;
        letter-spacing: -1px;
        margin: 0;
        padding: 5px;
    }

.livechat-button {
    background-color: #F8F8F8;
    border-radius: 5px;
    margin: 0px 0px 10px 0px;
    width: 220px;
}

    .livechat-button:hover {
        background-color: #FFFFCC;
    }

    .livechat-button a {
        text-decoration: none;
    }

    .livechat-button span.text {
        color: #666666;
        font-size: 14px;
        font-weight: bold;
        line-height: 38px;
        padding: 12px 15px 12px 10px;
        text-align: left;
    }

    .livechat-button span.online:before {
        content: "ONLINE";
        color: #FFFFFF;
        background: url("../images/chat-icon.png") no-repeat scroll 4px 4px #0b9601;
        padding: 8px 15px 8px 50px;
        display: inline-block;
    }

    .livechat-button span.offline:before {
        content: "OFFLINE";
        color: #FFFFFF;
        background: url("../images/chat-icon.png") no-repeat scroll 4px 4px #BB0200;
        padding: 8px 15px 8px 50px;
    }

.ticket-button {
    color: #004B91;
    width: 220px;
    height: 20px;
    font-weight: 500;
    padding: 5px 10px;
    text-align: center;
    display: inline-table;
}

.block_r {
    padding: 5px 10px 10px;
}

.needhelp {
    border-bottom: 4px solid #999999;
    color: red;
    font-size: 24px;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
}

.info {
    border-bottom: 1px dashed #CCCCCC;
    padding: 10px 0;
    text-align: left;
}

.info_left {
    float: left;
}

.info_right {
    float: left;
}

.hotline {
    background: url("../images/feedback/icon-hotline.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    padding: 3px 0 0;
    width: 32px;
}

.email {
    background: url("../images/feedback/icon-email.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    margin: 5px 0 0;
    width: 32px;
}

.phone {
    color: #1D4A89;
    font-weight: bold;
    margin: 16px 0 3px 20px;
}

.mail_address {
    color: #1D4A89;
    font-weight: bold;
    margin: 5px 0 3px 20px;
}

.yahoo {
    background: url("../images/icon-yahoo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 26px;
    margin-top: 8px;
    padding-left: 30px;
    padding-top: 4px;
    width: 40px;
    color: #1D4A89;
    font-weight: bold;
}

.skype {
    background: url("../images/icon-skype.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 26px;
    margin-top: 8px;
    margin-left: 12px;
    padding-left: 28px;
    padding-top: 4px;
    width: 40px;
    color: #1D4A89;
    font-weight: bold;
}

.btn {
    /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAZCAMAAAC4n6a8AAAAgVBMVEWioqL///+ioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqLJycnMzMzW1tbZ2dnd3d3h4eHi4uLj4+Pk5OTm5ubp6enr6+vs7Ozv7+/x8fHy8vL09PT19fX29vb39/f4+Pj5+fn7+/v8/Pz9/f3+/v7////plLceAAAAD3RSTlMAAAwtRXulrrHP4eTz9vmY0Uj5AAAAjElEQVQ4y+3QSw7DIAyE4cEMVSCrtsr9TxhVqvogwUDPgLPIprP/9Ft2gGfwGFwt2uDAeLlz1Oq6f6uXKS4ySiHz3tUzLrAsZSVThxGT0WgjRcRGIUIYswD+dsS+D1h3wMpJ3ZNubtZwb9Qy2WxW6jbb7Kas5Xm10EepDky8Df8rv/RTHeBDGLZFa8MPFr0ykQPgDP0AAAAASUVORK5CYII=") no-repeat scroll 0 0 transparent;*/
    padding: 6px 16px 6px 13px;
}
/* End of Feedback */

/* Embassy */
.nations {
    margin: 20px 0px;
}

    .nations .embassies {
        border-top: 1px solid #E9E9E9;
        float: left;
        padding: 15px 0;
        width: 100%;
    }

        .nations .embassies .number {
            border-right: 1px solid #888888;
            display: inline;
            float: left;
            font: 30px/40px Tahoma,Geneva,sans-serif;
            height: 40px;
            margin: 7px 28px 0 7px;
            text-align: center;
            text-transform: uppercase;
            width: 40px;
        }

        .nations .embassies ul {
            float: left;
            width: 800px;
            margin: 0px;
            padding: 0px;
        }

            .nations .embassies ul li {
                display: block;
                float: left;
                margin-top: 5px;
                margin-right: 10px;
                width: 150px;
            }

            .nations .embassies ul img {
                width: 16px;
                height: 16px;
                padding-right: 4px;
            }

            .nations .embassies ul a {
            }

.embassy-l {
    float: left;
    margin: 10px 0 0;
    width: 590px;
}

    .embassy-l embassy-ct {
        line-height: 18px;
        padding: 15px 0 0 15px;
    }

    .embassy-l h1.title {
        color: #888888;
        float: left;
        font-family: "Times New Roman",Times,serif;
        font-size: 20px;
        font-weight: bold;
        margin-top: 12px;
        width: 108px;
    }

    .embassy-l p.message {
        color: #005286;
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 108px;
    }

    .embassy-l p.error {
        color: #FF0000;
        padding-left: 108px;
    }

ul.listpost {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    position: relative;
    width: 430px;
}

    ul.listpost li {
        color: #888888;
        float: left;
        font-weight: bold;
        line-height: 18px;
        margin-top: 5px;
        width: 100%;
    }

        ul.listpost li img {
            float: left;
        }

.embassy-r {
    display: inline;
    float: right;
    margin: 10px 0 0 10px;
    width: 350px;
}

.embassy-scroll {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FBFBFB;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 0;
    float: left;
    height: 568px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 12px;
    position: relative;
    top: 6px;
    width: 350px;
}

.line-embassy {
    float: left;
    margin-top: 22px;
    width: 100%;
}

.bgnumber {
    background: url("../images/bg-number.gif") repeat-x scroll center top transparent;
    border: 1px solid #8C8C8C;
    display: inline;
    float: left;
    font-family: Tahoma,Geneva,sans-serif;
    font-weight: bold;
    height: 17px;
    line-height: 16px;
    margin-left: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 17px;
}

ul.list-embassy {
    display: inline;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 12px;
    width: 280px;
}

    ul.list-embassy li {
        float: left;
        line-height: 18px;
        width: 140px;
    }
/* End of embassy */

.view_detail {
    line-height: 18px;
    text-align: justify;
}

    .view_detail ul li {
    }

/* Member */
.tab-step {
    border-bottom: 3px solid #DF1F26;
    float: left;
    height: 36px;
    width: 100%;
    margin: 0 0 28px;
}

    .tab-step h1.note {
        float: left;
        font-size: 18px;
        font-weight: normal;
        padding-top: 10px;
        width: 280px;
    }

ul.style-step {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
    min-width: 390px;
}

    ul.style-step li {
        background: none repeat scroll 0 0 #F2F3F3;
        color: #D4D4D4;
        display: inline;
        float: left;
        font-family: Tahoma,Geneva,sans-serif;
        font-size: 14px;
        font-weight: bold;
        height: 36px;
        margin-left: 2px;
        padding-left: 15px;
        width: 180px;
    }

        ul.style-step li font.number {
            font-size: 26px;
        }

        ul.style-step li.active {
            background: none repeat scroll 0 0 #DF1F26;
            color: #FFFFFF;
        }

.btnstep {
    background: url("../images/bgbutton.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #2486C4;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    padding: 0 12px;
}

.bgcontact {
    background: none repeat scroll 0 0 #ECF4FD;
    float: left;
    padding: 10px;
    position: relative;
    width: 900px;
}

.i-or {
    background: url("../images/i-or.gif") no-repeat scroll 0 0 transparent;
    height: 44px;
    left: 272px;
    position: absolute;
    top: 40px;
    width: 44px;
    z-index: 999;
}
/* End of Member */

/* Under construction */
.under-construction {
    text-align: center;
}

    .under-construction .content {
        display: inline-table;
    }

    .under-construction .related-information {
        border-top: 1px dotted #CCCCCC;
        padding: 10px;
    }

        .under-construction .related-information .title {
            text-align: left;
            font-weight: bold;
        }

    .under-construction .nav {
        border: 1px solid #c6e9ff;
        border-radius: 2px 2px 2px 2px;
        width: 340px;
        height: 32px;
        margin: 4px 4px 4px 100px;
        padding: 2px;
    }

        .under-construction .nav .label {
            background: url("../images/green-line.jpg") repeat-x scroll 0 0 transparent;
            height: 32px;
            text-align: left;
        }

            .under-construction .nav .label a {
                background: url("../images/nav.png") no-repeat scroll 0 0 transparent;
                font-weight: bold;
                line-height: 34px;
                margin-left: 10px;
                padding-left: 14px;
            }

        .under-construction .nav .ico1 {
            background: url("../images/nav-apply-online.jpg") no-repeat scroll 0 0 transparent;
            float: left;
            width: 32px;
            height: 32px;
        }

        .under-construction .nav .ico2 {
            background: url("../images/nav-faq.jpg") no-repeat scroll 0 0 transparent;
            float: left;
            width: 32px;
            height: 32px;
        }

        .under-construction .nav .ico3 {
            background: url("../images/nav-extra-service.jpg") no-repeat scroll 0 0 transparent;
            float: left;
            width: 32px;
            height: 32px;
        }

        .under-construction .nav .ico4 {
            background: url("../images/nav-visa-fee.jpg") no-repeat scroll 0 0 transparent;
            float: left;
            width: 32px;
            height: 32px;
        }

        .under-construction .nav .ico5 {
            background: url("../images/nav-visa-news.jpg") no-repeat scroll 0 0 transparent;
            float: left;
            width: 32px;
            height: 32px;
        }
/* End of Under construction */

a#vad-promotion {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/vertical-promotion.jpg") no-repeat #323232;
    border-color: #323232 -moz-use-text-color #323232 #323232;
    border-style: outset outset outset none;
    border-width: 1px 1px 1px medium;
    display: block;
    width: 100px;
    height: 400px;
    position: fixed;
    left: 0;
    top: 160px;
    z-index: 100001;
}

.promotion-wizban {
    background: url("../images/wizban/promotion2.jpg") no-repeat scroll 0 0 transparent;
    width: 695px;
    height: 238px;
}

.promotion-header {
    margin: 10px 0px;
    padding: 10px;
    background: #066095;
    border-radius: 6px 6px 6px 6px;
}

    .promotion-header h2 {
        margin: 0px;
        padding: 0px;
        color: white;
    }

.offer_list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .offer_list li.offer {
        border-bottom: 1px solid #EEEEEE;
        margin-top: 15px;
        padding: 0 0 5px;
    }

.voting {
    float: left;
    height: 65px;
    width: 100px;
    position: absolute;
}

    .voting .rating:after {
        border: 1px dashed white;
        border-radius: 6px 6px 6px 6px;
        bottom: 2px;
        content: "";
        left: 2px;
        position: absolute;
        right: 2px;
        top: 2px;
    }

    .voting .rating {
        background-image: -moz-linear-gradient(-53deg, rgba(255, 255, 255, 0.2) 50%, transparent 50%);
        border-radius: 6px 6px 6px 6px;
        color: white;
        display: block;
        font-size: 10px;
        font-weight: bold;
        height: 33px;
        left: 28px;
        padding: 10px 10px 11px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 0;
        width: 50px;
        z-index: 40;
    }

        .voting .rating .percent {
            font-size: 16px;
        }

    .voting .high, .voting .new, .voted_up .voting .rating {
        background-color: #8CC53A;
    }

    .voting .high {
        background-color: #0381ce;
    }

    .voting .mid {
        background-color: #FF7900;
    }

    .voting .low {
        background-color: #B51616;
    }

    .voting .vote_count {
        color: #A1A0A0;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-size: 11px;
        left: 42px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 56px;
    }

.thumbs {
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 30;
}

    .thumbs .up {
        background: url("../images/store.png") repeat scroll -3px -582px, -moz-linear-gradient(right bottom, #DDDDDD 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
        border: 1px solid #CECECE;
        border-radius: 6px 0 0 0;
        cursor: pointer;
        display: block;
        float: left;
        height: 25px;
        position: relative;
        width: 36px;
    }

        .thumbs .up:hover {
            background: url("../images/store.png") repeat scroll -3px -617px, -moz-linear-gradient(right bottom, #DDDDDD 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
        }

    .thumbs .down {
        background: url("../images/store.png") repeat scroll -3px -547px, -moz-linear-gradient(right bottom, #DDDDDD 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
        border: 1px solid #CECECE;
        border-radius: 0 0 0 6px;
        cursor: pointer;
        display: block;
        float: left;
        height: 25px;
        position: relative;
        width: 36px;
    }

        .thumbs .down:hover {
            background: url("../images/store.png") repeat scroll -3px -512px, -moz-linear-gradient(right bottom, #DDDDDD 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
        }

    .thumbs .up .tooltip {
        bottom: 35px;
        left: -10px;
        text-align: center;
        width: 75px;
    }

    .thumbs .down .tooltip {
        bottom: auto;
        left: -10px;
        text-align: center;
        top: 35px;
        width: 75px;
    }

    .thumbs .up:hover .tooltip {
        display: block;
    }

    .thumbs .down:hover .tooltip {
        display: block;
    }

    .thumbs .up .tooltip:after {
        left: 14px;
    }

    .thumbs .down .tooltip:after {
        border-bottom: 10px solid rgba(51, 51, 51, 0.9);
        border-top: 0 none;
        bottom: auto;
        top: -10px;
    }

.tooltip:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(51, 51, 51, 0.9);
    bottom: -10px;
    content: "";
    left: 51px;
    position: absolute;
}

.tooltip {
    background: none repeat scroll 0 0 rgba(51, 51, 51, 0.9);
    border-radius: 5px 5px 5px 5px;
    bottom: 32px;
    color: white;
    display: none;
    font-size: 12px;
    left: -55px;
    padding: 6px;
    position: absolute;
    text-shadow: none;
    white-space: normal;
    width: 110px;
    z-index: 1000;
}

.offer .detail {
    float: left;
    margin-left: 125px;
}

    .offer .detail .description .title {
        margin-bottom: 4px;
    }

        .offer .detail .description .title h3 {
            color: #0393BE;
            font-size: 18px;
            font-weight: bold;
        }

.codelabel {
    clear: left;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 19px;
    padding: 7px 5px 0 0;
}

.codecontent {
    float: left;
}

.crux {
    background: none repeat scroll 0 0 #D7EFF5;
    border: 2px dashed #39ADCF;
    border-radius: 8px 8px 8px 8px;
    clear: none;
    padding: 4px 10px;
    text-decoration: none;
    width: auto;
    color: black;
    float: left;
    font-size: 16px;
    height: 19px;
    line-height: 19px;
    margin: 0 0 8px;
    overflow: hidden;
    position: relative;
}

    .crux:hover {
        border: 2px solid #39ADCF;
    }

.codecontent .tooltip {
    bottom: auto;
    left: auto;
    text-align: center;
    width: 180px;
    line-height: 18px;
    margin-left: 20px;
}

    .codecontent .tooltip:after {
        border-bottom: 6px solid transparent;
        border-right: 8px solid rgba(51, 51, 51, 0.9);
        border-top: 6px solid transparent;
        left: -18px;
        top: 9px;
        bottom: auto;
    }

.codecontent:hover .tooltip {
    display: inline-table;
    position: relative;
}

    .codecontent:hover .tooltip:after {
    }

.crux .label {
    background: url("../images/store.png") repeat scroll 0 -326px transparent;
    color: #39ADDC;
    float: right;
    font-weight: normal;
    height: 14px;
    margin-left: 5px;
    margin-top: 1px;
    width: 14px;
    text-transform: uppercase;
}

.crux .code {
    color: #2A2A2A;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    position: relative;
    right: auto;
    text-align: right;
    text-decoration: none;
}

.detail p {
    margin: 10px 0;
}

.discount {
    clear: both;
    margin-top: 0;
}

.offer_detail:before, .offer_detail.logo-tile:after {
    border-bottom: 10px solid #E7EAED;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 40px;
    position: absolute;
    top: -10px;
}

.comment_detail {
    background: none repeat scroll 0 0 #F9F9FB;
    display: none;
    height: auto;
}

.offer_detail {
    background: none repeat scroll 0 0 #F9F9FB;
    clear: both;
    padding: 10px;
    position: relative;
}

.comment_detail:before, .comment_detail.logo-tile:after {
    border-bottom: 10px solid #F9F9FB;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 170px;
}

.offer_detail form {
    border: 0 none;
    box-shadow: none;
    padding: 0;
}

.detail_close, .detail_close span {
    color: #B31411;
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 16px;
    text-align: right;
}

.offer .detail .actions {
    color: #888888;
    list-style: none outside none;
    margin: 5px 0 0;
    overflow: hidden;
    padding: 0 0 10px;
}

    .offer .detail .actions .commentsTrigger {
        font-weight: bold;
    }

    .offer .detail .actions li {
        cursor: pointer;
        float: left;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-size: 12px;
        line-height: 24px;
        margin-right: 12px;
    }

    .offer .detail .actions .commentBubble:after {
        background: url("../images/store.png") repeat scroll 0 -245px transparent;
        content: "";
        height: 24px;
        position: absolute;
        right: -11px;
        top: 0;
        width: 11px;
    }

    .offer .detail .actions .commentBubble:before, .offer .detail .actions .commentBubble.logo-tile:after {
        background: url("../images/store.png") repeat scroll 0 -269px transparent;
        content: "";
        height: 21px;
        left: -11px;
        position: absolute;
        top: 1px;
        width: 11px;
    }

    .offer .detail .actions .commentBubble {
        background: url("../images/store.png") repeat scroll 0 -376px transparent;
        color: #0385AC;
        display: inline-block;
        height: 22px;
        margin: 0 11px;
        position: relative;
        text-shadow: 0 1px 0 #CFF0FB;
    }

    .offer .detail .actions .commentLink {
        color: #0393BE;
        text-decoration: underline;
    }

.comments input {
    border: 1px solid #DDDDDD;
    color: #999999;
    font-family: "Trebuchet MS",Trebuchet,Tahoma,Arial,sans-serif;
    font-size: 14px;
    padding: 6px 10px;
}

    .comments input.fullname {
        width: 650px;
    }

    .comments input.security_code {
        width: 80px;
        padding: 4px 4px;
    }

.comments textarea {
    border: 1px solid #DDDDDD;
    color: #999999;
    font-family: "Trebuchet MS",Trebuchet,Tahoma,Arial,sans-serif;
    font-size: 14px;
    height: 60px;
    padding: 10px;
    width: 650px;
}

.comment_list {
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: block;
    list-style: none outside none;
    margin: 10px 0 0;
    max-height: 360px;
    overflow-y: scroll;
    padding: 10px;
}

    .comment_list li {
        border-bottom: 1px solid #DDDDDD;
        display: block;
        line-height: 18px;
        padding: 15px 0;
    }

.feedback_detail {
    width: 560px;
    height: 120px;
    margin: 0 0 0 110px;
    position: absolute;
}

    .feedback_detail:before {
        border-color: transparent #F9F9FB transparent transparent;
        border-right: 10px solid #F9F9FB;
        border-style: solid;
        border-width: 10px;
        left: -20px;
        top: 17px;
    }

body.popup .feedback_detail {
    margin: 10px 0 0;
}

div.moduletable-inner {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* Buttons */

/*.button {
    background-color: #6891E7;
    background-image: linear-gradient(to bottom, #5384BE 0px, #3F76B7 100%);
    border-color: #3F76B7;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 10px;
    font-weight: 500;
    text-decoration: none;
}*/

.red-button {
    background: url("../images/red-button-bg.jpg") repeat-x left center #DB0002;
    ;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-color: #DB0002;
    border-style: none none solid;
    border-width: medium medium 1px;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
}

    .red-button:hover, .button:hover {
        background: none repeat scroll 0 0 #bb0200;
        border-color: #bb0200;
        color: #FFFFFF;
        text-decoration: none;
    }

.applyvisanow a.red-button {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: bold;
}

/* End Buttons */

/* Requirement */
#check-requirement-container {
    background: url("../images/requirement-bg.jpg") no-repeat top right transparent;
    width: 100%;
    margin: 26px 0px;
}

    #check-requirement-container .content {
        background: url("../images/check.jpg") no-repeat 10px 0 transparent;
        padding-left: 100px;
    }

        #check-requirement-container .content select {
            padding: 5px 10px;
            width: 400px;
        }

        #check-requirement-container .content input {
            margin-left: 10px;
        }
/* End Requirement */

/* Ticket */
.frmTicket input[type="text"], .frmTicket select, .frmTicket textarea {
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}
/* End Ticket */

.apply-code-button {
    background-color: #FB9700;
    border-color: #FB9700;
    border-style: none;
    border-width: 0;
    color: #FFFFFF;
    cursor: pointer;
    padding: 3px 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#promotion_box_input label {
    padding-right: 8px;
    line-height: 24px;
}

#promotion_box_input .promotion_input {
    width: 140px;
    padding: 3px;
    border: 1px solid #CCCCCC;
    background-color: #FCFCFC;
}

#promotion_box_input .promotion_error {
    margin-left: 132px;
    display: none;
}

/* Message Box */
.messagebox {
    margin: 10px 0;
}

    .messagebox .message-icon {
        float: left;
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }

    .messagebox .message-container {
        float: left;
    }

        .messagebox .message-container .message-title {
            font-size: 14px;
            font-weight: bold;
            padding: 8px 0px;
        }

        .messagebox .message-container .message-text {
        }

    .messagebox .message-info {
        background-color: #BDE5F8;
        border: 1px solid #46B6EC;
        padding: 10px;
    }

        .messagebox .message-info .message-icon {
            background: url("./icon/i-info.png") no-repeat scroll 0 0 transparent;
        }

    .messagebox .message-error {
        background-color: #FFE8E8;
        border: 1px solid #FFC1C1;
        padding: 10px;
    }

        .messagebox .message-error .message-icon {
            background: url("./icon/i-error.png") no-repeat scroll 0 0 transparent;
        }
/* End Message Box */

/* Questions & Answers */
.question-list {
    margin-top: 20px;
}

    .question-list .question-item {
        padding: 5px 0 5px 20px;
        color: #4D4D4D;
    }

        .question-list .question-item .question-title {
            overflow: hidden;
            padding: 10px 0;
        }

            .question-list .question-item .question-title a {
                background: url("../images/bvaq/right_arrow.gif") no-repeat scroll left top transparent;
                display: block;
                overflow: hidden;
                padding: 0;
                text-align: left;
                text-align: justify;
                text-decoration: none;
                padding-left: 30px;
            }

            .question-list .question-item .question-title .answer-counter {
                color: #4D4D4D;
                float: right;
                font-size: 12px;
                font-weight: normal;
                line-height: 1.5;
                margin: 0 0 0 20px;
                text-align: right;
            }

                .question-list .question-item .question-title .answer-counter .count {
                    display: inline;
                    font-size: 11px;
                    line-height: 1.3em;
                }

                    .question-list .question-item .question-title .answer-counter .count .count-number {
                        color: #4D4D4D;
                        display: inline;
                        font-size: 14px;
                        line-height: 1.25em;
                    }

        .question-list .question-item .question-detail {
            clear: both;
            font-family: Arial,Tahoma sans-serif;
            font-size: 12px;
            margin-bottom: 10px;
            padding: 0px 0px 0px 30px;
        }

            .question-list .question-item .question-detail p {
                text-align: justify;
            }

        .question-list .question-item .signature {
            color: #4D4D4D;
            font-size: 12px;
            margin-bottom: 10px;
            padding: 0 30px;
            overflow: visible;
        }

            .question-list .question-item .signature:after {
                clear: both;
                content: ".";
                display: block;
                height: 0;
                visibility: hidden;
                width: 0;
            }

            .question-list .question-item .signature .asked-by {
                color: #888888;
            }

                .question-list .question-item .signature .asked-by .author-name {
                    display: inline;
                    font-weight: bold;
                }

            .question-list .question-item .signature a.view-answers {
                background: url("../images/i-comment-all.gif") no-repeat scroll left 3px transparent;
                padding-left: 16px;
                margin-left: 20px;
            }

            .question-list .question-item .signature a.comment {
                background: url("../images/i-comment.gif") no-repeat scroll left 3px transparent;
                padding-left: 16px;
                margin-left: 20px;
            }

    .question-list .question-divider {
        border-color: #CCCCCC;
        border-style: solid;
        border-width: 0 0 1px;
        margin-left: 20px;
    }

.answer-item {
    margin: 10px 0px 10px 50px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 14px 8px -12px #CCCCCC;
    padding: 20px;
}

    .answer-item .answer-detail {
        clear: both;
        font-family: Arial,Tahoma sans-serif;
        font-size: 12px;
    }

        .answer-item .answer-detail p {
            text-align: justify;
        }

    .answer-item .signature {
        color: #4D4D4D;
        font-size: 12px;
        overflow: visible;
    }

        .answer-item .signature:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
            width: 0;
        }

        .answer-item .signature .asked-by {
            color: #888888;
        }

            .answer-item .signature .asked-by .author-name {
                display: inline;
                font-weight: bold;
            }
/* End Questions & Answers */

/* Fancy Popup */
#fancy-popup-container {
    margin: 10px;
}

    #fancy-popup-container h1 {
        border-bottom: 1px dotted #CCCCCC;
        font-size: 16px;
        font-weight: normal;
        padding: 8px 0;
    }

    #fancy-popup-container .desc {
        padding: 8px 0;
    }

        #fancy-popup-container .desc ul {
            margin-bottom: 10px;
        }

            #fancy-popup-container .desc ul li {
                list-style-type: disc;
                line-height: 18px;
            }
/* End Fancy Popup */

/* Extra Service Form */
.service-form {
    background: none repeat scroll 0 0 #F8F8F8;
    padding: 15px;
}

    .service-form .service-title {
        font-size: 16px;
        font-weight: bold;
        padding: 5px 0px;
        text-transform: uppercase;
    }

    .service-form ul {
        list-style: none;
        padding: 0px;
    }

        .service-form ul.form-left li {
            list-style-type: none;
            margin-left: 0px;
        }

    .service-form .step-title {
        font-size: 14px;
        font-weight: bold;
        padding: 5px 0px;
    }

.airport-service-form {
    margin-top: 20px;
}

    .airport-service-form .div {
        border-bottom: 1px solid #FFFFFF;
        border-top: 1px solid #DDDDDD;
        margin: 10px 0px;
    }

    .airport-service-form .service-options {
        margin-top: 10px;
    }

        .airport-service-form .service-options .tbl-service-options {
            margin-left: 10px;
        }

            .airport-service-form .service-options .tbl-service-options tr {
                border-bottom: 1px dotted #DDDDDD;
                vertical-align: top;
            }

                .airport-service-form .service-options .tbl-service-options tr.last-child {
                    border-bottom: none;
                }

            .airport-service-form .service-options .tbl-service-options td {
                padding: 10px 5px;
            }

        .airport-service-form .service-options .arrival-port {
            width: 140px;
        }

        .airport-service-form .service-options .group-size {
            width: 140px;
        }

        .airport-service-form .service-options ul li {
            list-style-type: none;
            margin-left: 0px;
        }

    .airport-service-form .contact-information {
        margin-top: 10px;
    }

        .airport-service-form .contact-information .name-prefix {
            width: 60px;
        }

        .airport-service-form .contact-information .tbl-contact-information {
            margin-left: 10px;
        }

            .airport-service-form .contact-information .tbl-contact-information td {
                padding: 5px;
            }

        .airport-service-form .contact-information .welcome-name {
            width: 200px;
        }

        .airport-service-form .contact-information .arrival-date {
            width: 262px;
        }

        .airport-service-form .contact-information .flight-number {
            width: 262px;
        }

        .airport-service-form .contact-information .welcome {
            font-size: 14px;
            font-weight: bold;
        }

        .airport-service-form .contact-information .welcome-name-t {
            font-size: 20px;
            font-weight: bold;
            padding: 14px 0px;
        }

        .airport-service-form .contact-information .welcome-board {
            width: 300px;
            background-color: #FFFFFF;
            margin-top: 24px;
            padding: 10px;
            text-align: center;
        }

        .airport-service-form .contact-information .fullname {
            width: 262px;
        }

        .airport-service-form .contact-information .email {
            width: 262px;
        }

        .airport-service-form .contact-information .phone-number {
            width: 262px;
        }

        .airport-service-form .contact-information .special-request {
            height: 100px;
        }

    .airport-service-form .contact-button {
        margin-top: 15px;
        text-align: center;
    }
/* End Extra Service Form */

/* Review */
#review-detail {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    margin: 40px 0px 20px;
    padding: 10px 0;
}

    #review-detail ul.tabs {
        border-bottom: 1px solid #D4D4D4;
        padding-bottom: 25px;
        list-style-type: none;
        padding-left: 0px;
    }

        #review-detail ul.tabs li {
            color: #666666;
            float: left;
            padding-right: 20px;
        }

            #review-detail ul.tabs li a.selected {
                border-bottom: 3px solid #FF9C00;
                color: #FF9C00;
                font-weight: bold;
            }

            #review-detail ul.tabs li a {
                color: #2A2A2A;
                font-size: 12px;
                padding: 8px 0;
                text-decoration: none;
            }

    #review-detail div.tab-selected {
        display: block;
    }

    #review-detail div.tab-content {
        display: none;
    }

    #review-detail .summary-box .label {
        font-size: 18px;
        line-height: 28px;
    }

    #review-detail .summary-box .rating {
        margin-left: 10px;
        margin-top: 6px;
    }

#review-container .review-form {
    border: 1px solid #DDDDDD;
    box-shadow: 0 14px 8px -12px #CCCCCC;
    margin: 10px 0;
    padding: 10px;
}

    #review-container .review-form table {
        margin-left: 20px;
    }

        #review-container .review-form table.tbl-review td {
            vertical-align: top;
        }

    #review-container .review-form td {
        padding: 6px 4px;
    }

        #review-container .review-form td input[type="text"] {
            width: 500px;
        }

        #review-container .review-form td select {
            width: 250px;
        }

        #review-container .review-form td textarea {
            height: 100px;
            width: 500px;
        }

#review-container .review-box {
    margin-top: 20px;
}

    #review-container .review-box .name {
        font-size: 14px;
        margin-left: 10px;
    }

    #review-container .review-box .location {
        color: #999999;
        font-size: 11px;
        margin-top: 10px;
        margin-left: 10px;
    }

    #review-container .review-box .item {
        margin-top: 20px;
    }

        #review-container .review-box .item .rating {
            border-bottom: 1px solid #DDDDDD;
            margin-bottom: 10px;
            padding-bottom: 6px;
        }

        #review-container .review-box .item .title {
            font-size: 16px;
        }

        #review-container .review-box .item .date {
            color: #999999;
            font-size: 11px;
            margin-top: 10px;
        }

        #review-container .review-box .item .text {
            line-height: 18px;
            text-align: justify;
            margin-top: 10px;
        }

        #review-container .review-box .item .respond {
            background: url("../images/vietnam-evisa80x60.jpg") no-repeat scroll 10px 10px #FFFFFF;
            border: 1px solid #DDDDDD;
            box-shadow: 0 14px 8px -12px #CCCCCC;
            margin: 10px 0;
            padding: 10px 10px 10px 100px;
        }

#question-container .question-form {
    border: 1px solid #DDDDDD;
    box-shadow: 0 14px 8px -12px #CCCCCC;
    margin: 10px 0;
    padding: 10px;
}

    #question-container .question-form table {
        margin-left: 20px;
    }

        #question-container .question-form table.tbl-review td {
            vertical-align: top;
        }

    #question-container .question-form td {
        padding: 6px 4px;
    }

        #question-container .question-form td input[type="text"] {
            width: 500px;
        }

        #question-container .question-form td select {
            width: 250px;
        }

        #question-container .question-form td textarea {
            height: 100px;
            width: 500px;
        }

#question-container .question-box {
    margin-top: 20px;
}

    #question-container .question-box .name {
        font-size: 14px;
        margin-left: 10px;
    }

    #question-container .question-box .location {
        color: #999999;
        font-size: 11px;
        margin-top: 10px;
        margin-left: 10px;
    }

    #question-container .question-box .item {
        margin-top: 20px;
    }

        #question-container .question-box .item .title {
            font-size: 16px;
        }

        #question-container .question-box .item .date {
            color: #999999;
            font-size: 11px;
            margin-top: 10px;
        }

        #question-container .question-box .item .text {
            line-height: 18px;
            text-align: justify;
            margin-top: 10px;
        }

        #question-container .question-box .item .respond {
            background: url("../images/vietnam-evisa80x60.jpg") no-repeat scroll 10px 10px #FFFFFF;
            border: 1px solid #DDDDDD;
            box-shadow: 0 14px 8px -12px #CCCCCC;
            margin: 10px 0;
            padding: 10px 10px 10px 100px;
        }

#review-container .review-btn, #question-container .question-btn {
    background-color: #13ABDC;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
}
/* End Review */

/*.linkHeader {
    margin-right:150px;
}*/
