﻿#CustomerSupport {
    border-bottom: 1px dotted #CACACA;
    padding-bottom: 4px;
}

#CustomerSupportDetail {
    background-color: #edeff7; 
    border-top: 1px solid #d6d4d4;
    border-right: 2px solid #d6d4d4;
    border-bottom: 2px solid #d6d4d4;
    border-left: 1px solid #d6d4d4;
    display: none;
    padding: 10px;
} 

.green {
    color: #0A0;
    font-weight: 700;
}

.account-logon-panel {
    margin: 30px;
}

.account-logon-panel input {
    margin: 0 5px;
}

.account-logon-header {
    font-size: 18px;
    font-style: oblique;
    /*padding: 0 0 0 32px;*/
    margin: 0 0 16px 0;
}

.account-header span {
    width: 18px;
    height: 22px;
    background-position: -553px -32px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.account-header {
    font-size: 18px;
    font-weight: 700; 
    display: block;
    position: relative;
    color: #F65A06;
    height: 22px;
    line-height: 22px;
    margin: 0px 0 20px 0 !important
}
.account-reset-header {
    font-size: 14px; 
    font-weight: 700; 
    line-height: 22px; 
    margin: 0 0 16px 0;
}
.account-logon-panel > div
{
    width: 100%;
}
.account-logon-panel label {
    display: block;
    height: 34px;
    line-height: 34px;
}
.account-logon-panel input {
    width: 16.66667%;
}
.account-logon-panel input, .account-logon-panel label {
    float: left;
    margin: 0 10px 0 0;
}

[dir="rtl"] .account-logon-panel input, [dir="rtl"] .account-logon-panel label {
    float: right;
    margin: 0 0 0 10px;
}

.account-reset {
    /*background-color: #f5f5f5;*/
    margin-top: 20px;
    background: none;
    background-color: white;
}
.account-reset h2 {
    margin-top: 0px;
}
.password-changed {
    margin-top: 20px;
    text-align: center;
}
/*
    .account-reset label {
        width: 180px;
    }
    .account-reset input {
        width: 200px;
    }
    */
/*
header {
    background-image: url(img/header_login.jpg);
}*/

.links {
    width:100%;
}

#cultureBtn {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 12px;
    background-image: none;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-radius-bottomright: 5px;
    text-align: right;
}

[dir="rtl"] #cultureBtn {
    position: absolute;
    top: 5px;
    right: auto;
    left: 0;
    font-size: 12px;
    background-image: none;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-radius-bottomright: 5px;
    text-align: left;
}