.loginDiv {
    width: 371px;
    height: 130px;
    padding: 10px;
    padding-left: 130px;
    background-repeat: no-repeat;
    background-position: 4px;
    background-image: url("/static/images/personalArea/personalArea1.png");
}

.secondLoginDiv {
    padding-top: 14px;
    padding-left: 19px;
    background-image: url(/static/images/header/header-key.png);
    background-repeat: no-repeat;
    background-position: 0 18px;
    margin-right: 30px;
}

.secondLoginDiv a {
    text-shadow: 0 1px #F1F0EB;
    font-size: 13px;
    line-height: 15px;
    font-family: Arial Unicode MS, Arial, sans-serif;
    text-decoration: none;
    color: #020234 !important;
}

.secondLogoutDiv {
    padding-top: 14px !important;
    padding-left: 19px;
    background-image: url("/static/images/header/header-key.png");
    background-repeat: no-repeat;
    background-position: 0 18px;
}

.loginDiv span {
    background-color: #FFFFFF;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    border-radius: 4px;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 30px;
    margin: 10px 10px 10px 0;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 348px;
}

.loginDiv input {
    background-color: #FFFFFF;
    background-image: none;
    border: none;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 28px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 340px !important;
    margin-left: 1px;
    padding-left: 5px;
}

.doLoginBtn {
    background: linear-gradient(to bottom, #00A5D2 0%, #117BAB 100%);
    border-radius: 5px;
    color: White !important;
    font-size: small !important;
    width: 190px;
    height: 26px;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 10px;
}

.dashedLine {
    border-top: 1px dashed #CCCCCC;
    margin-top: 10px;
}

.secureLogin {
    background-image: url(../images/ui/secureEnter.png);
    width: 247px;
    height: 64px;
    border: 1px solid red;
    border: 1px solid #d8d4cb;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    display: block;
    float: left;
    color: black;
    text-decoration: none;
    text-align: center;
}

.go_login img {
    float: right;
    margin: 10px;
}

.feedbackDiv {
    width: 485px;
    height: 502px;
    background-color: #f3f2ed;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    text-align: left;
    z-index: 1001;
    left: 100px;
    top: -630px;
}

.feedBackLinkContiner {
    text-decoration: underline;
    position: inherit;
    float: left;
    width: 94px;
    text-align: center;
}

.feedbackImg {
    background-image: url("/static/images/icons_footer.png");
    clear: both;
    height: 64px;
    margin-bottom: 4px;
    margin-left: 15px;
    width: 64px;
}

.feedbackHeader {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    height: 70px;
    width: 100%;
}

.feedbackInner {
    margin-top: 10px;
    margin-left: 12px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.feedbackHeader > span {
    display: block;
    padding-left: 20px;
    padding-top: 20px;
    color: #8a8776;
    font-size: 24px;
}

.feedbackInput label {
    font-size: 15px;
    width: 130px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.feedbackInput {
    margin-bottom: 19px;
    display: table;
}

.feedbackInput td {
    vertical-align: middle;
}

.feedbackInput input,
.feedbackInput select,
.feedbackInput textarea,
.file_upload > div {
    background-color: #edebe3;
    border-color: #9e9c94 #c7c5bd #c7c5bd;
    border-image: none;
    border-radius: 4px;
    border-right: 1px solid #c7c5bd;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-sizing: border-box;
    height: 30px;
    padding: 5px;
    width: 307px;
    margin-left: 5px;
}

.feedbackInput select {
    height: 32px;
    width: 308px;
}

.feedbackInput textarea {
    resize: none;
    height: 163px;
}

.feedbackCapchaInput {
    margin-top: -61px;
}

.feedBackGoLink {
    margin-left: 15px;
    width: 64px;
    background-repeat: no-repeat;
    text-align: center;
    background: url("/static/images/icons_footer.png");
    border: none;
}

.feedbackCapchaInput input {
    width: 94px;
    float: right;
    display: block;
    margin-left: 213px;
}

.feedbackDiv .SubmitBtn {
    margin-left: 183px;
}

.footer_menu .OraLink:link {
    color: #307FBA;
}

div.myFeedBackDialog > table > tbody > tr:first-child {
    border-bottom: solid #C3C2C0 2px;
    background: linear-gradient(to bottom, #FEFEFE 0%, #E6E3DE 100%);
}
