/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: arial;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
}

body {
    font-size: 1em;
    /*line-height: 1.4;*/
}

a{text-decoration:none;}
a:hover{text-decoration:underline}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/******************************** start ****************************/
header{width:756px;margin:0 auto;}
.header1{height:75px;background-image:url('../images/top.jpg');position:relative;}
.logo{position:absolute;height:61px;width:232px;top:5px;left:20px;}
.lang{position:absolute;right:10px;margin:0px;}
.lang li{float:left;display:inline;margin:10px 0;padding:0 14px 0 5px;background-image:url('../images/lan_separate.gif');background-repeat:no-repeat;background-position:center right}
.lang li:last-child{background-image:none;padding-right:10px}
.topNav{position:absolute;right:12px;bottom:0px;margin:0px;background-image:url('../images/top_nav_left.png');background-repeat:no-repeat;padding-left:16px;}
.topNav li{float:left;display:inline;margin:0px 0px;position:relative;padding-right:2px;background-image:url('../images/top_nav_separate.png');background-repeat:no-repeat;background-position:right;}
/*.topNav li{float:left;display:inline;margin:0px 0px;position:relative;padding-right:2px;}*/
.topNav a{display:block;background-image:url('../images/top_nav_middle_a.png');height:39px;line-height:42px;padding:0 15px;color:#fff;font-size:12px;}
.pt .topNav a, .nl .topNav a, .it .topNav a{padding:0 7px;}
.fr .topNav a{padding:0 5px;}
.topNav a:hover{background-image:url('../images/top_nav_middle_b.png');text-decoration:none;}
.topNav .lastChild{padding-right:16px;background-image:url('../images/top_nav_right.png');background-repeat:no-repeat;background-position:right;}


.header2{height:144px;background-image:url('../images/top2-2.jpg')}
.header2-v2{background-image:url('../images/middle.jpg');position:relative;margin-top:15px;}
.header2-v2:before{content: '';display:block;height:20px;background-image:url('../images/20131003/top.jpg');position:absolute;width:100%;top:-20px;}

.header2-v2.header2-v2-b:before{background-image:url('../images/20131003/top-12.jpg');top:-15px;height:15px;}


.wrap{width:740px;margin:0 auto;background-image:url('../images/middle.jpg');padding:0 7px 0 9px;}
.b-line{border-bottom: 1px solid #CCCCCC;margin:0px 0px 10px 0px;height:10px;}

aside{float:left;display:inline;margin-left:2px;width:143px;}
.asidebox {margin:0px 0px 10px;padding:0px;list-style:none;}
.asidebox li{border-bottom: 1px solid #DDDDDD;text-transform: capitalize;}
.asidebox a{ font-size: 11px;text-align: center;display:block;color:#fff;padding:5px 5px;margin:0;background-color:#219AEB;}
.asidebox a:hover{background-color:#01C5FF;text-decoration:none; }
.asidebox a.active{background-color:#01C5FF;text-decoration:none; }
.asidebox li.boxTitle{background-color: #3674B4;background-image: url("../images/cboxtop2.jpg");background-repeat: no-repeat;font-size: 12px;text-align:center;width: 143px;padding:10px 0px;color:#fff;}
h3.boxTitle{background-color: #3674B4;background-image: url("../images/cboxtop2.jpg");background-repeat: no-repeat;font-size: 12px;text-align:center;width: 143px;padding:10px 0px;color:#fff;margin:0px; text-transform: capitalize;}
h3.boxTitle a{text-decoration:none;color:#fff}

footer{width:756px;margin:0 auto;background-image:url('../images/bottom.jpg');background-repeat:no-repeat;padding-top:12px;margin-bottom:35px;}
.footer1{background-image:url('../images/bottom2-11.png');background-repeat:no-repeat;height:40px;font-size:12px;text-align:right;padding-right:40px;color:#fff;line-height:18px;padding-top:5px;}
.footer1 span{margin:0 7px;}
.footer1 a{color:#fff}
.copyright{margin-left:10px;font-size:12px;}

article{width:580px;float:left;margin-left:10px;margin-right:5px;}
.heading1 {background-image:url('../images/ctrp-hd-bg.jpg'); height:38px; width:581px; overflow:hidden;margin-bottom:10px;}
.content{font-size:12px;}
.content h1{padding:10px 0 0 50px;margin:0px;font-size:18px;color:#fff;display:block;width:534px;}
.content h2,.content h3,.content h4,.content h5{margin:0px;padding:10px 0;font-size:15px;margin:7 0px;}
.content p{margin:10px 15px 10px 0}
.content a{color:#219bed;}
.content a:hover{color:#219bed;text-decoration:underline}



/***** ebook ***/
/* ebook */
.ebook-title{background-color:#3674B4;color:#fff;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
padding:8px 5px;text-align:center;
font-family: 'Open Sans';
font-size:20px;
line-height:1
} 
.ebook-box{border:3px solid #3674B4;padding:8px 7px;-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;}
.ebook-download-title{font-size:15px;font-weight:bold;color:#3674b4;padding-bottom:15px;}
.ebook-download-chapter{font-size:11px;color:#666;line-height:20px;}
.download-pdf-icon{line-height:20px;background-image:url('../images/ebook/pdf_icon.jpg');background-repeat:no-repeat;height:20px;padding-left:30px;font-size:13px; background-position:5px 0px;}

#ebookLayer{position:fixed;z-index:110;display:none;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border:7px solid #3674B4;
}
.ebookLayerTitle{font-family:'Open Sans';font-size:32px;color:#3d71aa}
.ebookLayerDesc{font-size:11px;}
.ebook-box-ul{list-style-image:url('../images/ebook/tick.jpg');margin:0px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:15px;}
.ebook-box-ul li:hover{background-color:#fff !important}
a.download_submit{background-image:url('../images/ebook/ebook_button_2.jpg');margin:10px 0px;display:block;width:230px;height:44px;color:#fff;font-weight:bold;font-size:16px;cursor:pointer;float:right;text-decoration:none;}
a.download_submit:hover{text-decoration:none}
a.ebook-left-btn{padding:0px;}
a.ebook-left-btn:hover{padding:0px;}
a.ebook-left-btn:visited{padding:0px;}
/**** ebook end ****/



/** form **/
.frm-mid table{
width:auto;
border:0;
}

table#info {margin-left:0px; width:auto; padding:0px; font-size:11px; }
table#info2{margin-left:50px; width:500px; font-size:12px;}
table#info3 {margin-left:13px; width:500px; }
table#infoG {margin-left:55px; }
table#infogp {margin-left:0px; width:auto; padding:0px; font-size:11px; }

td.mid{ text-align:right; width:200px; padding:0px;}
td.mid2{text-align:right;  padding:0px;}
tr.mid{ text-align:center; padding:0px;}
p.qf { font-size:12px; color:#666666; font-weight:bold; margin-left:0px;}
input.submit{ float:left; margin-left:210px;}
input.next{margin-left:215px; color:#FFFFFF; font-weight:bold; font-size:11px; outline:#333333; cursor:pointer; background-color:#0099FF; width:128px; height:25px;}
input.next2{color:#FFFFFF; font-weight:bold; font-size:11px; outline:#333333; cursor:pointer; background-color:#0099FF; width:128px; height:25px;}
input.s{margin-left:235px; color:#FFFFFF; font-weight:bold; font-size:12px; outline:#CCCCCC; cursor:pointer; background-color:#0099FF; width:115px; height:25px;}
.frmn {margin-left: 0;/* font-size: 0; */ margin-top:-8px;font-size: 11px;}
.frm {margin-left: 0;/* font-size: 0; */font-size: 11px;}

.frm select, .frm input {font-size: 11px;}

.frm table td {padding-top:5px;}

.required,.req {color:red;}

p.note {font-size: 11px;}

.frm textarea {font-family: arial; font-size: 12px; width: 500px;}

.frm-top {
margin: 0;
padding: 0;
background: url(../images/frm-top.jpg) no-repeat;
width: 579px;/* 581 - 55 = 526 */
height: 9px;/* 38 - 7 = 31 */
/* padding: 7px 0 0 55px; */


}

.frm-mid {
margin: 0;
padding: 0px;
background: url(../images/frm-mid.jpg) repeat-y;
/* background-color:#f5f5f5; */
width: 579px; /* 579 - 20 = 559 */
/* height: 15px;/* 38 - 7 = 31 */ */
/* padding: 7px 0 0 55px; */
font-size: 12px;

}

.frm-mid p {
padding: 0 15px;

margin: 0;
text-align: justify;
font-size: 11px;
}

.frm label {cursor: pointer;}
.frm label:hover {color: blue;}

.frm-btm {
margin: 0;
padding: 0;
background: url(../images/frm-btm.jpg) no-repeat;
width: 579px;/* 581 - 55 = 526 */
height: 13px;/* 38 - 7 = 31 */
/* padding: 7px 0 0 55px; */
margin-bottom: 35px;
}

.frm-top-tab {

margin: 0;
padding: 0;
background: url(../images/frm-top-tab.jpg) no-repeat;
width: 216px;/* 114 - _ = _ */
height: 17px;/* 19 - 2 = 17 */
font-size: 11px;
color: #fff;
padding-left: 55px;
padding-top: 2px;
color: #fff;

}

.frm-top-tab a:link {color: #fff; text-decoration: none;}
.frm-top-tab a:visited {color: #fff; text-decoration: none;}
.frm-top-tab a:hover {color: #fff; text-decoration: underline;}

form.quote {/* padding-left: 20px; */ font-size: 12px; }

form.quote .nationSelect {width: 250px; float:left }
form.quote .corSelect {width: 250px; float: rights; }

form.quote .cocSelect {width: 500px; }

div.cnt {text-align: left;}



.error{color:red}

.quote3_tbl td{padding-top:4px;padding-bottom:4px; vertical-align:top;font-size:11px}
.co-left {width: 270px;  font-size: 11px; text-align: right;}


/****** blog page *****/
.pageList {list-style-type:none;padding:0px;}
.pageList li{float:left;display:inline;padding:0 5px;}

.countries_table table{width:100%}
.countries_table td{width:45%}



.tblTitle {
text-align: center;
font-weight: bold;
color: #727272;
}
.tbl td {
padding: 5px 15px;
border: 1px solid #999;
}

.mov2-btn {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/20131003/btn_mo_entry_a.png");
	background-repeat:no-repeat;
    border: medium none;
    color: #000000;
    font-family: 'Open Sans';
    font-size: 20px;
    height: 45px;
    width: 208px;
	padding-bottom:12px;
}
.mov2-btn:hover{background-image:url('../images/20131003/btn_mo_entry_b.png')}


/*** quote v2 ***/
.quote-title{background-color:#6ad;color:#fff;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding:0 30px;
font-family: 'Open Sans';
font-size:30px;
line-height:60px;
} 
.quote-wrap{background-color:#eee;font-size:12px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding:30px 15%;
}

.quote-col1{float:left;width:40%;line-height:25px;}
.quote-col2{float:left;width:60%}
.quote-row{overflow:hidden;clear:both;margin:10px 0;}

.quote-row input{width:92%;padding:5px}
.quote-row select{width:98%;padding:5px}
input.quote-btn{width:100%;height:50px;border-radius:10px;background-color:#28c;color:#fff;font-weight:bold;border:none;font-size:25px;}
.quote-row input[type="checkbox"]{width:auto;padding:0px}

a.quote-btn2{display: block;
width: 83px;
height: 30px;
color: #fff;
background-color: #999;
border-radius: 5px;
line-height: 30px;
margin-bottom: 10px;
padding: 0 0px 0 10px;
margin-top: 10px;
cursor: pointer;}
a.quote-btn2:hover{color:#fff;text-decoration:none}
a.quote-btn{height:50px;border-radius:10px;background-color:#28c;color:#fff;font-weight:bold;border:none;font-size:25px;line-height:50px;padding:10px 15px;}
a.quote-btn:hover{color:#fff;text-decoration:none}
