/**
 * Réinitialisation des styles
 */
body
{
    margin: 0px;
}
img
{
    border: 0px;
}
form
{
    margin: 0px;
}
strong
{
    font-weight: bold;
}
p
{
    margin: 0 0 10px 0;
}
ul
{
    margin: 0;
    padding: 0;
}





.conteneur
{
    overflow: auto;
    height: 1%;
}
.conteneurfooter
{
    overflow: auto;
    height: 300px;
    vertical-align: bottom;
}
.center
{
    text-align: center;
}
.strong
{
    font-weight: bold;
}
.underline
{
    text-decoration: underline;
}
.italic
{
    font-style: italic;
}


html, body
{
    margin: 0px;
    padding: 0px;
    height: 99%;
}

form
{
    margin: 0px;
    padding: 0px;
    height: 99%;
}

body
{
    background: url(../images/background.png) #fff no-repeat top center;
    font: normal normal 11px arial, sans-serif;
    color: #000;
}

body#bo
{
    background: none;
    font: normal normal 11px arial, sans-serif;
    color: #000;
}

a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

div#general
{
    width: 962px;
    margin: 10px auto 0 auto;
    position: relative;
    min-height: 100%;
}



/**
 * Formulaires
 */
input, select, textarea
{
    padding: 1px;
    font-size: 12px;
    border: 0px;
}
span.border_form
{
    border: 1px solid #d5d5d4;
    padding: 7px 7px;
    border-radius: 5px;
    background-color: #fff;
    height: 17px;
    display: inline-block;
}
span.border_formdate
{
    border: 1px solid #d5d5d4;
    padding: 7px 7px;
    border-radius: 5px;
    background-color: #fff;
    height: 17px;
    display: inline-block;
    width: 200px;
}

span#spancaptcha div span input
{
    border: 1px solid #d5d5d4;
    background-color: #fff;
    text-align: left;
    font: normal normal 11px arial, sans-serif;
    letter-spacing: 1px;
    padding: 5px;
}



/**
 * Header
 */

/*
div#header
{
    width: 962px;
    height: 151px;
    background: url(../images/sprites_common.png) transparent no-repeat top left;
    position: relative;
    cursor: pointer;
}
*/

div.headerFR
{
    width: 962px;
    height: 151px;
    background: transparent url('../Img/Header_cp-FR.jpg') no-repeat left top;
    position: relative;
    cursor: pointer;
}


div.headerEN
{
    width: 962px;
    height: 151px;
    background: transparent url('../Img/Header_cp-EN.jpg') no-repeat left top;
    position: relative;
    cursor: pointer;
}


div.headerlightFR
{
    width: 962px;
    height: 151px;
    background: transparent url('../Img/Header_cp-FR-2.jpg') no-repeat left top;
    position: relative;
    cursor: pointer;
}


div.headerlightEN
{
    width: 962px;
    height: 151px;
    background: transparent url('../Img/Header_cp-EN-2.jpg') no-repeat left top;
    position: relative;
    cursor: pointer;
}



a#lng_fr, a#lng_en
{
    display: block;
    width: 19px;
    height: 12px;
    position: absolute;
    left: 891px;
    top: 17px;
}
a#lng_en
{
    left: 919px;
}

div#user
{
    display: block;
    position: absolute;
    right: 20px;
    float: right;
    top: 135px;
}

/**
 * Title
 */
div#page_title
{
    background-color: #01aece;
    color: #fff;
    height: 27px;
    padding: 12px 20px 0 20px;
    text-align: right;
}
div#page_title a
{
    color: #fff;
    text-decoration: underline;
}
div#page_title a:hover
{
    text-decoration: none;
}
div#page_title h2
{
    margin: 0;
    padding: 0;
    font: normal normal 14px arial, sans-serif;
    text-transform: uppercase;
}

div#page_title div#div_title
{
    position: absolute;
    left: 20px;
    top: 162px;
}

/**
 * Steps
 */
ul#steps
{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 54px;
}
ul#steps li
{
    float: left;
    width: 192px;
    height: 49px;
    padding-top: 5px;
    text-align: center;
    background: url(../images/sprites_common.png) transparent no-repeat 0px -151px;
    color: #9e9e9e;
    text-shadow: 1px 1px 0px #fff;
    font: normal normal 14px arial, sans-serif;
}
ul#steps li:first-child
{
    width: 194px;
    background-position: -2px -151px;
}
ul#steps li.selected
{
    color: #2a2a2a;
}
ul#steps li h3
{
    margin: 0;
    padding: 0;
    font: normal bold 22px arial, sans-serif;
}

/**
 * Search Form
 */
div#bloc_form_search
{
    margin-bottom: 20px;
    overflow: hidden;
}
div#form_search ul
{
    margin: 0;
    padding: 25px 0 0 100px;
    list-style: none;
}
div#form_search ul li
{
    float: left;
    text-align: center;
    font-weight: bold;
    margin-right: 15px;
}
div#form_search ul li p
{
    margin-bottom: 10px;
}
div#form_search ul li img.ui-datepicker-trigger
{
    cursor: pointer;
    vertical-align: middle;
}
div#form_search ul li input[type=submit]
{
    width: 133px;
    height: 30px;
    background: url(../images/sprites_common.png) transparent no-repeat -196px -151px;
    margin-top: 2px;
    font: normal bold 12px arial, sans-serif;
    color: #fff;
    letter-spacing: auto;
}

/**
 * Tabs
 */
ul#tabs
{
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
    height: 32px;
    border-bottom: 6px solid #02b0d4;
}
ul#tabs li
{
    float: left;
    height: 32px;
    margin-right: 10px;
}
ul#tabs li a
{
    display: block;
    height: 23px;
    padding: 8px 25px 0 25px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font: normal bold 13px arial, sans-serif;
    border: 1px solid #cccccd;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
ul#tabs li a.selected
{
    background-color: #02b0d4;
    color: #fff;
}
div.tabs
{
    display: none;
    margin-bottom: 20px;
}
div#parkings_map
{
    border-bottom: 6px solid #02b0d4;
}

/**
 * Result table
 */
table#result_search_table
{
    border-collapse: collapse;
    margin-bottom: 5px;
}
table#result_search_table tr
{
    height: 75px;
}
table#table_header tr#result_search_table_header
{
    height: 50px;
}




table#result_search_table table.parkingoccupation tr
{
    height: auto;
}

table#result_search_table table.gvterminal tr
{
    height: 20px;
}

table#result_search_table tr.switch1 td
{
    background-color: #f6f7fb;
}
table#result_search_table tr.switch2 td
{
    background-color: #FFFFFF;
}



table#result_search_table td.form_radio
{
    width: 65px;
    text-align: center;
}
table#table_header td.form_radio
{
    width: 65px;
    text-align: center;
}
table#table_header tr#result_search_table_header td.form_radio
{
    background: url(../images/sprites_common.png) transparent no-repeat 0px -205px;
}
table#result_search_table td.parking_icon
{
    width: 49px;
    background: url(../images/sprites_common.png) transparent no-repeat -348px -151px;
    text-align: center;
    color: #fff;
    font: normal bold 28px arial, sans-serif;
}
table#result_search_table td.description
{
    width: 291px;
    padding-left: 25px;
}
table#result_search_table td.terminal
{
    width: 130px;
    font-weight: bold;
}
table#result_search_table td.access_description
{
    width: 230px;
}
table#result_search_table td.icon_description
{
    width: 50px;
    text-align: center;
}
table#result_search_table td.price
{
    width: 122px;
    text-align: center;
    font: normal normal 18px arial, sans-serif;
}

table#result_search_table td.price div
{
    padding-top: 2px;
    text-align: center;
    font: normal normal 11px arial, sans-serif;
    font-weight: bold;
}


table#result_search_table td.description h3
{
    margin: 0;
    padding: 0;
    color: #01aece;
    font: normal normal 14px arial, sans-serif;
    text-transform: uppercase;
}
table#result_search_table td.access_description strong
{
    color: #01aece;
}

div#dispo_title
{
    background: url(../images/sprites_common.png) #01aece no-repeat -916px -151px;
    height: 30px;
    margin: 0 0 0px 0;
    padding: 10px 0 0 65px;
    color: #fff;
    font: normal normal 14px arial, sans-serif;
    text-transform: uppercase;
}

div#dispo_title span
{
    vertical-align: top;
    display: inline-block;
    line-height: 1.5;
}

img#imgChoice
{
    width: 24px;
}

table#parking_dispo
{
    border-collapse: collapse;
    background-color: #01aece;
    width: 100%;
    color: #fff;
}
table#parking_dispo td
{
    height: 60px;
    border-top: 1px solid #80d7e7;
}
table#parking_dispo td a
{
    color: #fff;
    text-decoration: underline;
}
table#parking_dispo td a:hover
{
    text-decoration: none;
}
table#parking_dispo td.qte
{
    width: 80px;
    padding-left: 60px;
}
table#parking_dispo td.description
{
    font-weight: bold;
    width: 230px;
}
table#parking_dispo td.dispo
{
    width: 335px;
    font-weight: bold;
}
table#parking_dispo td.dispo span.parking_free
{
    display: block;
    width: 95px;
    height: 25px;
    background: url(../images/sprites_common.png) transparent no-repeat -397px -151px;
}
table#parking_dispo td.dispo span.parking_half
{
    display: block;
    width: 95px;
    height: 25px;
    background: url(../images/sprites_common.png) transparent no-repeat -397px -176px;
}
table#parking_dispo td.dispo span.parking_full
{
    display: block;
    width: 95px;
    height: 25px;
    background: url(../images/sprites_common.png) transparent no-repeat -397px -201px;
}

table#parking_dispo table.parkingoccupation
{
    width: 335px;
    border-width: 0px;
}
table#parking_dispo table.parkingoccupation td
{
    height: 20px;
    border-width: 0px;
}

p#bloc_btn_parking_resa
{
    padding: 10px 0;
    text-align: right;
}
form#form_parking input[type=submit]
{
    width: 152px;
    height: 37px;
    background: url(../images/sprites_common.png) transparent no-repeat -196px -181px;
    font: normal bold 15px arial, sans-serif;
    color: #004d5b;
    letter-spacing: auto;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #fff;
}


/**
 * footer
div#footer {color: #999999;padding:5px;}   
 */


div#footer
{
    color: #999999;
    padding: 0px;
    position: absolute;
    bottom: 0;
    height: 95px;
    width: 100%;
}


div#footer a
{
    color: #01aece;
    text-decoration: none;
}
div#footer a:hover
{
    text-decoration: underline;
}
span.footer_separ
{
    color: #01aece;
    padding: 0 10px;
}

div#footer_links
{
    float: left;
    width: 480px;
    margin-right: 195px;
}
div#footer_contact
{
    float: left;
    width: 277px;
    text-align: right;
}
a.contact_link
{
    display: block;
    width: 115px;
    margin: 0 0 10px 162px;
    padding: 10px 0 10px 0;
    text-align: right;
    background: url(../images/sprites_common.png) transparent no-repeat -492px -151px;
}



div#noavailable1
{
    padding: 20px 0 0 100px;
    font: normal normal 20px arial, sans-serif;
}
div#noavailable2
{
    padding: 20px 0 0 100px;
    font: normal normal 14px arial, sans-serif;
}


div#noavailable3
{
    padding: 10px 0 20px 100px;
    font: normal normal 20px arial, sans-serif;
}

a#hlnoparkavailable3
{
    color: #01aece;
    text-decoration: none;
    font-weight: bold;
}


span#spanlogin
{
    padding-left: 55px;
}

span#spanusername
{
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}


div#headercorporate
{
    width: 200px;
    height: 100px;
    right: 50px;
    position: relative;
    cursor: pointer;
}






div#premier-element
{
    margin-top: 0; /* évite tout risque de fusion des marges */
}
div#dernier-element
{
    border: 1px solid #000;
    margin-bottom: 0; /* évite tout risque de fusion des marges */
    padding-bottom: 100px;
    background-color: #FFFF00;
}

div#dernier-element
{
    visibility: hidden;
}



a.fill-div
{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}



div#operationcancel
{
    padding: 50px 0 0 100px;
    font: normal normal 20px arial, sans-serif;
}


a.btnlinkmap
{
    cursor: pointer;
}

a.linkmap
{
    font-size: 11px;
    text-transform: uppercase;
    color: #18B3D1;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    padding-left: 135px;
    padding-top: -25px;
}

.heightmax
{
    font-weight: normal;
}

/************ LOGIN  ***************/

#loginleft
{
    width: 450px;
    height: auto;
    float: right;
    padding: 10px 10px 10px 10px;
    margin: 0px;
}

#loginright
{
    border-width: 1px;
    border-color: #CCCCCC;
    width: 450px;
    height: auto;
    float: right;
    padding: 10px;
    margin: 0px;
    border-right-style: solid;
}

div#loginparkavailable
{
    padding-bottom: 30px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
}

div.logintitle
{
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

div#logininput
{
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

div#logininput label
{
    padding-left: 0px;
    width: 200px;
    font-weight: bold;
}

div#logininput fieldset
{
    border-style: none;
}

div#logininput fieldset input
{
    position: absolute;
    border: 1px solid #bdc7d8;
    font-family: verdana;
    font-size: 11px;
    padding: 3px;
    left: 200px;
    width: 160px;
}

div#forgot
{
    padding-top: 20px;
    margin-left: 180px;
}

div#forgot
{
    padding-top: -5px;
    margin-left: 190px;
}

div#forgot a
{
    text-decoration: underline;
    color: #BEBEBE;
    cursor: pointer;
    font-weight: bold;
}


div#validation
{
    padding-top: 10px;
    margin-left: 180px;
}


div#customersubscribe
{
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

div#customersubscribe span
{
    font-size: 12px;
    font-weight: bold;
}

div#customersubscribe a
{
    font-size: 11px;
    color: #01aece;
    text-decoration: underline;
}


div#customersubscribe span#lbsubscribe1
{
    font-size: 11px;
    color: #01aece;
    font-weight: normal;
}


div#nocustomersubscribe
{
    padding-bottom: 0px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

div#nocustomersubscribe span
{
    font-size: 12px;
    font-weight: bold;
}

div#nocustomersubscribe span#lbsubscribepro1
{
    font-size: 11px;
    color: #01aece;
    font-weight: normal;
}


div#nocustomersubscribe span#lbdossierinscription1
{
    font-size: 11px;
    color: #01aece;
    font-weight: normal;
}

div#nocustomersubscribe a
{
    font-size: 11px;
    color: #01aece;
    text-decoration: underline;
}


/************ SUMMARY***************/

#summaryleft
{
    width: 450px;
    float: right;
    padding: 10px 10px 100px 10px;
    margin: 0px;
}

#summaryright
{
    border-width: 1px;
    border-color: #CCCCCC;
    width: 450px;
    float: right;
    padding: 10px 10px 100px 10px;
    margin: 0px;
    border-right-style: solid;
}

div.summarytitle
{
    padding: 20px 20px 20px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

div#summarydetail
{
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 12px;
}


div#summaryorderdetail
{
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 12px;
}

div#summaryaction
{
    padding-bottom: 0px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 12px;
}


div#summarydetail fieldset
{
    border-style: none;
}

div#summarydetail p
{
    line-height: 12px;
}

div#summaryorderdetail p
{
    line-height: 12px;
}


div#summaryorderdetail fieldset
{
}

div#summaryorderdetail span.warning
{
    color: #FF0000;
    font-size: 10px;
}

div#summaryorderdetail span.explanations
{
    color: #000000;
    font-size: 10px;
}

div#summarybottom
{
    padding-bottom: 500px;
}


.optionannulation
{
    font-weight: bold;
}


/* order recap */
div#recapdetail
{
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 100px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 12px;
}


div#recapdetail fieldset
{
    border-style: none;
}

div#recapdetail p
{
}



div#recapdetail input[type=text]
{
    padding: 1px;
    font-size: 12px;
    border: 1px solid #c8c8c1;
}


div#searchEngineCustomer input[type=text]
{
    padding: 1px;
    font-size: 12px;
    border: 1px solid #c8c8c1;
}

div#searchEngineCustomer select
{
    border: 1px solid #c8c8c1;
}



div#recapdetailitem
{
    padding-bottom: 20px;
}

div.recapdetailitemleft
{
    width: 390px;
    float: left;
    padding: 10px 10px 10px 0px;
    margin: 0px;
}

div.recapdetailitemleft fieldset span.spandelete
{
    display: inline-block;
    width: 130px;
    text-align: right;
}

fieldset span.spanparkheight
{
    display: inline-block;
    width: 130px;
    font-size: 9px;
    text-align: left;
}





div.recapdetailitemright
{
    border-width: 1px;
    border-color: #CCCCCC;
    width: 350px;
    float: right;
    padding: 10px 10px 10px 60px;
    margin: 0px;
    border-left-style: solid;
}


div#recapdetailaction
{
    padding-bottom: 50px;
    padding-top: 10px;
    padding-left: 100px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 12px;
    height: 300px;
}



div#recapdetailaction input
{
    padding: 1px;
    font-size: 12px;
    border: 1px solid #c8c8c1;
}


div#recapdetailactionleft
{
    width: 400px;
    float: left;
    padding: 10px 10px 10px 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 12px;
}




div#recapdetailactionright
{
    width: 370px;
    float: right;
    padding: 10px 10px 10px 10px;
    margin: 0px;
}

span#amountborder
{
    display: inline-block;
    width: 350px;
    border-width: 1px;
    border-style: solid;
    border-color: #FF9821;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}

.amounttopaylabel
{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #F19830;
}

.amounttopayvalue
{
    font-size: 18px;
    font-weight: bold;
    color: #F19830;
}

a.recaporderlink
{
    text-decoration: none;
    color: #01AECE;
    cursor: pointer;
    font-size: 11px;
}

.recaporderlinklabel
{
    font-weight: normal;
    font-size: 11px;
}

/**
 * formulaires
 */
fieldset
{
    border: none;
    padding: 0;
    margin: 0;
}
label
{
    display: block;
    width: 160px;
    float: left;
    padding-top: 0px;
    font-weight: normal;
}


/* Actions */

a.btnlong
{
    background: transparent url('../Img/navigation/bouton_long.png') no-repeat 0 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 13px;
    width: 237px;
    height: 29px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: none;
    font-weight: bold;
    text-decoration: none;
    padding-top: 8px;
    margin-bottom: 10px;
    cursor:pointer;
}


a.btnlongsmalltext
{
    background: transparent url('../Img/navigation/bouton_long.png') no-repeat 0 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 12px;
    width: 237px;
    height: 29px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: none;
    font-weight: bold;
    text-decoration: none;
    padding-top: 8px;
    margin-bottom: 10px;
}

a.btnshort
{
    background: transparent url('../Img/navigation/bouton_short.png') no-repeat 0 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 13px;
    width: 150px;
    height: 29px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: none;
    font-weight: bold;
    text-decoration: none;
    padding-top: 8px;
}


div.accounttitle
{
    padding: 20px 20px 20px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}



fieldset.fields_compte
{
    padding-left: 100px;
    padding-top: 19px;
    text-align: left;
    font-weight: normal;
}


fieldset.fields_compte label
{
    padding-left: 15px;
    padding-right: 25px;
    font-weight: bold;
    text-align: right;
    width: 250px;
}


fieldset.fields_compte span.radioap1
{
    padding-left: 15px;
    padding-right: 25px;
    font-weight: bold;
    text-align: right;
    width: 250px;
    float:none;
}

fieldset.fields_compte span label
{
    padding-left: 15px;
    padding-right: 25px;
    font-weight: normal;
    text-align: right;
    width: 50px;
    float:none;
    display:inherit;
}





fieldset.fields_compte input[type=text]
{
    border: 1px solid #bdc7d8;
    width: 300px;
    font-size: 11px;
    padding: 3px;
    left: 200px;
}

fieldset.fields_compte input[type=password]
{
    border: 1px solid #bdc7d8;
    width: 150px;
    font-size: 11px;
    padding: 3px;
    left: 200px;
}


fieldset.fields_compte select
{
    width: 300px;
    font-size: 11px;
    padding: 3px;
    left: 200px;
}



a.customeraction
{
    text-decoration: none;
    color: #F19A33;
    cursor: pointer;
    font-size: 11px;
}

a.customeractionlarge
{
    text-decoration: none;
    color: #F19A33;
    cursor: pointer;
    font-size: 12px;
}



div#promozone
{
    margin-top: 10px;
}

div#promozone fieldset label
{
    display: block;
    width: 245px;
    float: left;
    padding-top: 0px;
    font-weight: normal;
}




div#policyzone
{
    display: inline-block;
    width: 350px; /*border-width: 1px;*/ /*border-style: solid;*/ /*border-color: #000000;*/
    padding: 0px;
    text-align: left;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
}

span.policypenalty
{
    font-weight: bold;
    font-size: 11px;
    color: #FF961A;
}



.accesscode
{
    font-size: 14px;
    color: #F19935;
    font-weight: bold;
}

a.accesscode
{
    font-size: 14px;
    color: #F19935;
    font-weight: bold;
}

.warning
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #cc3333;
    font-weight: bold;
}

.warninglight
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #cc3333;
}

a#lbApplyCode
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1px;
    padding-right: 1px;
}


.tableheader
{
    font-size: 10px;
    color: black;
    background-color: #EBEBEB;
    border-bottom-color: #B5B5B5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #B5B5B5;
}


/* booking */
.total
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #33CC33;
    font-weight: bold;
}

.totaltopay
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}


.divchangelogin
{
    padding: 0px 50px 50px 50px;
    margin: 30px 0px 0px 0px;
}

.divcancel
{
    padding: 20px 30px 20px 30px;
}

span#lbCancelConditions
{
    text-align: justify;
}

span#lbBookingCancelPersistent
{
    font-size: 18px;
    color: #FF9821;
    text-align: justify;
}


div.paymentpro
{
    text-align: center;
    padding: 30px;
}


span#lbPaymentDetailPro
{
    color: #FF9821;
    font-weight: bold;
    font-size: 12px;
}


span#lbPaymentDetailPro1
{
    color: #000000;
    font-size: 12px;
}


input#txtphonenumber
{
    border: 1px solid #bdc7d8;
    width: 300px;
    font-size: 11px;
    padding: 3px;
    left: 200px;
}

.phoneMMS
{
    font-size:12px;
    
}