body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, th, td {
    margin: 0;
    padding: 0;
}

html * {
    font-family: verdana, tahoma, sans-serif;
    font-size: 11px;
    color: #000;
}

body {
    background-color: #333333;
}

h1 {
    float:left;
    font-size: 14px;
    font-weight: light;
    color: #000;
    margin-bottom: 10px;
}

p {
    float:left;
    width: 320px;
    line-height: 135%;
    margin-bottom: 18px;
    text-align:left;
}

table {
    border: 0;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

th {
    text-align: left;
}

div.tasStep {
    float:left;
    margin: 15px 0 0 30px;
    width: 320px;
}

img.tasArrow {
    float:left;
    top: -18px;
    left: -67px;
}

div.tasSelect {
    color:#000;
    border: 1px solid #c5c3c0;
    height: 17px;
    background: #f7f7f7 url('../images/tas2SelectButton.gif') no-repeat top right;
}

/* img list horizontally */
div.tasMethods {
    float:left;
    width: 480px;
    height: 120px;
}

div.tasMethods div.tasPayMethodSelect {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    text-align: center;
}

div.tasMethods div.tasPayMethodSelect span {
    float:left;
    color: #00F;
}

div.tasMethods div.tasPayMethodSelect img {
    float:left;
    border: 1px solid #c5c3c0;
}

div.tasMethods div.tasPayMethodSelected {
    float:left;
    margin-top: 2px;
    margin-right: 9px;
}

div.tasMethods div.tasPayMethodSelected img {
    float:left;
    border: 2px solid #cd0064;
}

/* option list vertically */
div.tasMethodsList {
    float:left;
    width: 320px;
    border-top: 1px dotted #c5c3c0;
}

div.tasMethodsList div.tasPayMethodSelect {
    float:left;
    padding: 3px 0px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px dotted #c5c3c0;
    width:100%;
}

div.tasMethodsList div.tasPayMethodSelect img.tasPayMethodIcon {
    margin: 0 16px 0 6px;
}

/* ideal list */
div.tasBankTransfer, div.tasCreditCards, div.tasIdealBanks {
    float:left;
    width: 400px;
    border-top: 1px dotted #c5c3c0;
}

div.tasBankTransfer {
    float:left;
    width: 480px;
}

div.tasBankTransfer div.tasBankTransferItem, div.tasCreditCards div.tasCreditCard, div.tasIdealBanks div.tasIdealBank {
     float:left;
   padding: 3px 20px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px dotted #c5c3c0;
}

div.tasBankTransfer label.tasBankTransferLabel {
    width: 165px;
    float: left;
    font-weight: bold;
    padding: 2px 0 1px 0;
    color: #8599b1;
}

div.tasBankTransfer input.tasBankTransferText {
    float:left;
    border: 1px solid #8599b1;
    font-weight: bold;
    width: 260px;
    font-size: 11px;
    padding: 2px 2px 1px 8px;
    color: #000;
}

div.tasBankTransfer input.tasBankTransferTextValue {
    float:left;
    border-color: #e6e6e6;
}

#tasBankTransferButton, #tasCreditCardButton, #tasIdealBankButton {
    float:left;
    margin-top: 20px;
    align: center;
}

#tas2Container {
    width: 350px;
    float:left;
    top: 50px;
    display: none;
}

#tas2ContentContainer, #tas2AccessContainer {
    float:left;
}

#tas2Content, #tas2AccessContent {
    float:left;
    width: 348px;
}

#tas2ContainerHeader {
    float:left;
    top: 50px;
    width: 350px;
    height: 28px;
}

#tas2ContainerHeader * {
    float:left;
    font-size: 10px;
    color: #000;
}

#tas2ContainerHeader div {
    float:left;
    top: 8px;
    width: 350px;
    z-index: 99;
}

#tasCountrySelect, #tasProductSelect {
    float:left;
    width: 275px;
    color:#000;
}

#tasProductSelectList {
    float:left;
    width: 320px;
    border-top: 1px dotted #c5c3c0;
    color:#000;
}

#tasProductSelectList div.tasProductSelectOption {
    float:left;
    padding: 3px 20px;
    border-bottom: 1px dotted #c5c3c0;
    font-weight: bold;
    color:#000;
}

#tasPhoneInfo {
    float:left;
    width: 320px;
    height: 60px;
}

#tasPhoneInfo div.tasSmsInfoForm {
    float:left;
    width: 230px;
    text-align: right;
}

#tasPhoneInfo label.tasSmsInfo {
    float:left;
    font-weight: bold;
    font-size: 23px;
    color: #cd0064;
    margin: 0 6px;
}

#tasPhonenumber {
    float:left;
    top: 0; left: 0;
    width: 320px;
    font-weight: bold;
    font-size: 23px;
    color: #000;
    text-align: center;
}

#tasPhoneCosts {
    float:left;
    width: 100%;
    font-weight: normal;
    font-size: 10px;
    color: #d6d6d6;
    text-align: center;
}

#tasPinboxCnt {
    float:left;
    width: 320px;
    height: 32px;
    text-align: right;
    margin-bottom:15px;
}

#tasPinboxCnt input.tasPinbox {
    float:left;
    top: 0;
    right: 50px;
    border: 1px solid #bdc3c9;
    width: 100px;
    margin: 1px 6px 0 6px;
    background-color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #cd0064;
}

#tasPinboxCnt input.pinbox_yellow {
    float:left;
    background-color: #fdffd4;
    color: #000;
}

#tasPinboxCnt img {
    float:left;
    top: 1px;
    right: 0;
}

#tasPinboxCnt label {
    float:left;
    top: 16px;
    right: 168px;
    color: #fff;
    font-size: 11px;
}

#tasCopyFooter {
    float:left;
    width: 350px;
    height: 21px;
    color: #000;
    font-size: 10px;
    text-align: center;
    display: none;
    padding-top: 30px;

}

#tasCopyFooter * {
    font-size: 10px;
    color: #868686;
}

.hand {
    cursor: pointer;
    cursor: hand;
}

div.tasPayLoading {
    float:left;
    width: 500px;
    top: 110px;
    left: 50%;
    margin-left: -250px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    padding: 12px 10px 12px 10px;
}

/* access */
div.tasClock {
        position: relative;
        background-color: #f9f9f9;
         border: 1px solid #D0D0D0;
         color: #000;
        padding: 12px 10px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 12px;
}

div.tasClock label {
        color: #cd0064;
        font-size: 18px;
        margin: 0 5px;
}

div.tasClockOptions {
        position: relative;
        margin-bottom: 30px;
        text-align: center;
}

.hand {
        cursor: pointer;
        cursor: hand;
}

#divForwardUrl {
        display: none;
        text-align: center;
}

#divForwardUrl a {
  font-weight: bold;
        color: #cd0064;
}

#accessExpired {
        display: none;
        text-align: center;
}


div.tasDialogMsInfo {
        background-color: #f9f9f9;
         border: 1px solid #D0D0D0;
         color: #000;
        padding: 12px 10px;
        margin-bottom: 12px;
    line-height: 200%;
}

div.tasDialogMsInfo a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

div.tasDialogMsInfo span.tasMsAccessCode {
    font-size: 13px;
    font-weight: bold;
    color: #CD0064;
}

/**** system alerts ****/
div.error,
div.success,
div.notice {
        padding: 10px;
        margin: 12px 2px;
        border-width: 2px 0;
        border-style: solid;
}

div.error {
        border-color: #C00;
        background-color: #FFEDEF;
}

div.success {
        border-color: #8DCC8D;
        background-color: #EDFFED;
}

div.notice {
        border-color: #ac996c;
        background-color: #ffffdb;
}

div.error a,
div.success a,
div.notice a {
          font-weight: bold;
        color: #cd0064;
}

span.title {
          font-weight: bold;
}

.restartPayment {
        color: #cd0064;
        text-decoration: underline;
}

