﻿/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

body
{
    margin: 0px;
    padding: 0px;
    background-repeat: repeat-x;
    background-image: url('../images/body-bg.jpg');
    background-color: #fdcd9d;
}


div#warning
{
    width: 450px;
    height: auto;
    border: #333 2px solid;
    padding: 15px;
    background-color: #FFF;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    behavior: url(pie/PIE.htc);
}

#message_popup
{
    width: 450px;
    height: auto;
    border: #333 2px solid;
    padding: 15px;
    background-color: #FFF;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    behavior: url(pie/PIE.htc);
}
.warn-btn
{
    font-family: 'PT Sans' , sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 0px;
    text-align: center;
    width: 165px;
    height: 35px;
    padding: 10px;
    margin-right: 15px;
    background-color: #ffcd9e;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url(../pie/PIE.htc);
}

.warning-01
{
    width: 165px;
    height: 35px;
    padding: 10px;
    margin-right: 15px;
    background-color: #ffcd9e;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url(../pie/PIE.htc);
}

.warning-02
{
    width: 175px;
    height: 35px;
    padding: 10px;
    background-color: #78c8e7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url(../pie/PIE.htc);
}


.dialogBox
{
    width: 450px;
    height: auto;
    border: #333 2px solid;
    padding: 15px;
    background-color: #FFF;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    behavior: url(pie/PIE.htc);
}

#closeBtn, #btnNo, #btnCal, #ccCloseBtn, #lnkTryAgain, #btnCalc, #btnYes,#btnYes_mpext,#btnNo_mpext
{
    font-family: 'PT Sans' , sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 0px;
    text-align: center;
    background-image: none;
    width: 165px;
    height: 35px;
  /*  padding: 10px;*/
    margin-right: 15px;
    background-color: #78c8e7; /*	background-color:#ffcd9e;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url(../pie/PIE.htc);
}

#DepAmtCloseBtn, #VeriCancelBtn, #closekWhCalBtn, #btnConfirm, #btnContinueDeposit, #btnSubmit_crChkErr, #DepAmtContBtn
{
    font-family: 'PT Sans' , sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 0px;
    text-align: center;
    width: 175px;
    height: 35px;
 /*   padding: 10px;*/
    background-color: #78c8e7;
    background-image: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url(../pie/PIE.htc);
}
.HyperLink_Blue
{
    text-align: center;
    font-family: 'PT Sans' , sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #63abd6;
}
