﻿body {
    font-size: 11px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    padding: 0;
    margin: 0;
}

input[type="text"], input[type="password"], textarea {
    border: 1px solid #3399FF;
    font-family: Verdana,Arial;
    font-style: normal;
    text-align: left;
    font-size: 11px;
    color: #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.3);
    -khtml-box-shadow: 0 0 8px rgba(82, 168, 236, 0.3);
    outline: none;
    resize: none;
}

input[type="text"], input[type="password"] {
    height: 20px;
}

fieldset {
    border: 1px solid #228b22;
    padding: 5px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}

legend {
    padding: 0.2em 0.5em;
    border: 1px solid green;
    color: green;
    font-size: 12px;
    background-color: #228b22 !important;
    color: White;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid #3399FF;
    font-family: Verdana,Arial;
    font-style: normal;
    text-align: left;
    color: #000000;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
    -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
    -khtml-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
    -webkit-appearance: initial;
    resize: none;
    background-color: #e9fbe9;
}

select[disabled="disabled"] {
    background-color: #f1f1f1;
    color: #000000;
}

    select[disabled="disabled"] option[selected="selected"] {
        color: #FFFFFF;
    }

.tdGreen {
    background-color: #dbf8db;
    padding-left: 4px;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.tdGreenXtraSmallFont {
    background-color: #dbf8db;
    padding-left: 4px;
    font-size: xx-small;
}

.tdConTag {
    background-color: #dbf8db;
    padding-left: 4px;
    width: 120px;
}

.tdFactorTag {
    background-color: #dbf8db;
    padding-left: 4px;
    width: 105px;
}

.loginTd {
    background-color: #dbf8db;
    width: 90px;
}

.loginTextTd {
    background-color: #f5f5f5;
}

a {
    outline: 0;
    font-size: 11px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: #0000ff;
}

    a:hover {
        color: #00912e;
        text-decoration: underline;
    }

.ereAnchor {
    font-size: 11px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: #86e786;
}

    .ereAnchor:hover {
        color: #86e786 !important;
        text-decoration: underline;
    }

.totalDeclAnchor {
    font-size: 11px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: #FFFFFF;
}

    .totalDeclAnchor:hover {
        color: #FFFFFF !important;
        text-decoration: underline;
    }

.foreBlue {
    color: #00912e;
}

input[type="button"], input[type="submit"] {
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow:inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
    background: -webkit-gradient(linear, left top, left bottom, from(#228b22), to(#dbf8db));
    background: -moz-linear-gradient(top, #228b22, #dbf8db);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#228b22', endColorstr='#dbf8db');
    background-image: linear-gradient(to bottom, #228b22, #dbf8db);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #605CA7;
    color: #000000;
    height: 20px;
    min-width: 85px;
    display:inline-block;
}

input {
    outline: 0;
}


    input[type="button"]:hover, input[type="submit"]:hover {
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
        box-shadow:inset 0 1px 0 0 rgba(0, 0, 0, 0.7);
        background: -webkit-gradient(linear, left top, left bottom, from(#dbf8db), to(#228b22));
        background: -moz-linear-gradient(top, #dbf8db, #228b22);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbf8db', endColorstr='#228b22');
        background-image: linear-gradient(to bottom, #dbf8db, #228b22);
        background-color: #dbf8db;
    }

    input[type="button"]:active, input[type="submit"]:active {
        position: relative;
        top: 1px;
    }

.divAjax {
    text-align: center;
    vertical-align: middle;
}

ul {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

li {
    overflow: hidden;
}

.header {
    height: 100px;
    width: 100%;
    vertical-align: middle;
}

    .header ul {
        height: 100px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

    .header li {
        height: 100px;
        color: #666666;
        font-size: 11px;
        font-weight: bold;
        overflow: hidden !important;
        float: left;
        text-align: center;
        vertical-align: middle;
    }

.headerMenu {
    background-image: url(../Images/header_bg2.gif);
    height: 22px;
}

#pnlSearch {
    padding-left: 5px;
}

.headerMenu ul {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.headerMenu li {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    overflow: hidden;
    float: left;
    text-align: center;
}

    .headerMenu li:hover {
        background-position: center;
        background-image: url(../images/header_bg4.gif);
        background-repeat: repeat-x;
    }

.headerMenu a {
    width: 90px;
    padding-left: 7px;
    font-weight: bold;
    padding-right: 7px;
    display: block;
}



    .headerMenu a:hover {
        color: #323232;
        font-size: 11px;
        text-decoration: none;
        background-color: transparent;
    }

.divSpacer {
    background-image: url(../images/header_bg3.gif);
    background-repeat: repeat;
    height: 20px;
    padding-bottom: 5px;
}

.error {
    color: red;
}

.errorAjax {
    color: red;
}

.warningLink {
    color: Red;
}

    .warningLink:hover {
        color: #0000ff;
        text-decoration: underline;
    }

.divMenuManage {
    width: 99%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 4px;
}

.liMenuManageHeader {
    padding: 5px 0 5px 5px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #228b22;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #228b22;
    background-color: #dbf8db;
}

.liMenu {
    padding: 4px 0 4px 10px;
}

    .liMenu a, .liMenuManageHeader a {
        font-size: 10px;
    }

.divNewMenu {
    height: 50px;
    padding: 4px 0 0 4px;
}

.spanHeader {
    font-weight: bold;
    font-size: 12px;
}

.spanBoldHeader {
    font-weight: bold;
    font-size: 14px;
}

.matrixHeader {
    font-weight: bold;
    font-size: 12px;
}

#mask {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
    top: 0;
    left: 0;
}

#mask2 {
    position: absolute;
    z-index: 9100;
    background-color: #000;
    display: none;
    top: 0;
    left: 0;
}

#boxes .window {
    position: absolute;
    min-width: 300px;
    min-height: 50px;
    display: none;
    z-index: 9999;
    padding: 10px;
    border: 2px solid #ffd700;
}

#boxes2 .window2 {
    position: absolute;
    min-width: 300px;
    min-height: 50px;
    display: none;
    z-index: 10000;
    padding: 10px;
    border: 2px solid #ffd700;
}

/* Customize your modal window here, you can add background image too */
#boxes #modal, #boxes2 #modal2 {
    background-position: center;
    min-width: 350px;
    background: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
}

.close, .close2 {
    position: absolute;
    top: -7px;
    float: right;
    right: -6px;
    cursor: pointer;
    display: none;
    z-index: 2;
}

.modalTextarea {
    width: 600px;
}

.modalTxt {
    width: 220px;
}

    .modalTxt:focus {
        background-color: #e9fbe9;
    }

.modalTxtAgrmnt {
    width: 346px;
}

    .modalTxtAgrmnt:focus {
        background-color: #e9fbe9;
    }

.upperTxt {
    width: 220px;
}

.numeric {
    width: 220px;
}

.numericCond {
    width: 94%;
}

.numericFactor {
    width: 210px;
}

.numericDeclaration {
    width: 90%;
}

.modalDdl {
    width: 224px;
}

.modalDdlWider {
    width: 400px;
}

.modalDdlAgrmnt {
    width: 98%;
}

.datePickerTxt {
    width: 133px;
}

.langTd {
    background-color: #e5e5e5;
    padding: 3px;
}

.tableHeader {
    background-color: #228b22 !important;
    color: White;
    font-weight: bold;
    padding: 5px;
}

.tableHeaderSRO {
    background-color: #228b22 !important;
    color: White;
    font-weight: bold;
    font-size: 14px;
}

.tdEven {
    background-color: #EFF1F1;
}

.tdOdd {
    background-color: #ffffff;
}

#popup_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: 2px solid #228b22;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
}

#popup_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    background: #CCC url(../Images/sprite.png) top repeat-x;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0;
    margin: 0;
}

#popup_content {
    background: 16px 16px no-repeat url(../Images/info.png);
    padding: 1em 1.75em;
    margin: 0;
}

    #popup_content.info {
        color: #00529B;
        background-color: #dbf8db;
        background-image: url(../Images/info.png);
    }

    #popup_content.success {
        color: #4F8A10;
        background-color: #dbf8db;
        background-image: url(../Images/success.png);
    }

    #popup_content.warning {
        color: #9F6000;
        background-color: #dbf8db;
        background-image: url(../Images/warning.png);
    }

    #popup_content.error {
        color: #D8000C;
        background-color: #dbf8db;
        background-image: url(../Images/error.png);
    }

    #popup_content.confirm {
        background-image: url(../Images/important.gif);
    }

    #popup_content.prompt {
        background-image: url(../Images/help.gif);
    }

#popup_message {
    padding-left: 48px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0 0 1em;
}

#popup_prompt {
    margin: .5em 0;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 2px solid #228b22;
    border-left: 2px solid #228b22;
    width: 99%;
}

    ul.tabs li {
        float: left;
        margin: 0;
        padding: 0;
        height: 31px;
        line-height: 31px;
        border: 2px solid #228b22;
        border-left: none;
        margin-bottom: -1px;
        overflow: hidden;
        position: relative;
        background: #dbf8db;
    }

        ul.tabs li a {
            text-decoration: none;
            display: block;
            font-size: 1.2em;
            padding: 0 20px;
            border: 1px solid #fff;
            outline: none;
        }

            ul.tabs li a:hover {
                background: #228b22;
                color: #fff;
            }

html ul.tabs li.active, html ul.tabs li.active a:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: Blue;
}

.tabContainer {
    border: 2px solid #228b22;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 99%;
    background: #fff;
}

.tabContent {
    padding: 10px;
    font-size: 1.2em;
}

.clickImage {
    cursor: pointer;
}

.headerName {
    padding: 0 5px 10px 10px;
    font-weight: bold;
    font-size: 13px;
}

.headerNameInSRO {
    padding: 0 5px 20px 10px;
    font-weight: bold;
    font-size: 13px;
}

.formName {
    font-weight: bold;
    font-size: 11px;
}

.userMatrix {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
    top: 0;
    left: 0;
}

.matrixWindow {
    position: absolute;
    width: 850px;
    min-height: 50px;
    display: none;
    z-index: 9999;
    padding: 10px;
    background-color: #FFFFFF;
    border: 2px solid #ffd700;
}

#matrixMask {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
    top: 0;
    left: 0;
}

.treeHeader {
    vertical-align: top;
    font-weight: bolder;
    font-size: 15px;
}

.showElement {
    width: 130px;
    font-size: x-small;
}

.hideElement {
    display: none;
}

.divDragable {
    border: 2px solid #228b22;
    padding: 5px 0 5px 5px;
    margin-bottom: 10px;
}


.sortable {
    cursor: move;
    line-height: 25px;
    padding-left: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}

.sortableHighlight {
    -moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #FFF;
    clear: both;
    border: 1px dotted #4297D7;
    height: 30px;
    margin-bottom: 10px;
}

.erebateHeader {
    padding: 5px 0 5px 5px;
    background-color: #dbf8db;
}

.orgresume {
    padding: 5px 0 5px 5px;
    background-color: #42d142;
    color: #000000;
    font-weight: bolder;
}

.selectedRow {
    background-color: #bff2bf;
}

.erebateTD {
    border: 2px solid #228b22;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px 7px 7px 7px;
}

.conNumeric {
    text-align: right;
}

.hand {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.alertInvoice {
    font-weight: bold;
    color: Red;
}

.dclineAndApprove {
    background-color: #ffe47f;
}

.approve {
    background-color: #AAF;
}

.disablePeriod {
    background-color: #FFD6FF;
}

.delete {
    cursor: pointer;
}

.searchform {
    background-color: #f5f5f5;
}

.declineRequestColStyle {
    background-color: #ffe47f;
    width: 40%;
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #000000;
}

.approveRequestColStyle {
    width: 100%;
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #000000;
}

.requestedControlStyle {
    width: 15%;
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #000000;
}

.login {
    vertical-align: middle;
    width: 552px;
    height: 240px;
    background: url(../Images/bg_login_bottom.gif) no-repeat bottom left;
}

.loginSpan {
    color: #898987;
}

.login_box_top {
    width: 552px;
    height: 14px;
    background: url(../Images/bg_login_top.gif) no-repeat top left;
}

.login .login_form {
    width: 430px;
    margin: 50px 0 0 30px;
}

.sortHeader {
    border: thin solid #186218;
    background: url(../Images/bg.gif);
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 20% 50%;
}

th.headerSortUp {
    background: url(../Images/asc.gif);
    background-repeat: no-repeat;
    background-position: 20% 50%;
}

th.headerSortDown {
    background: url(../Images/desc.gif);
    background-repeat: no-repeat;
    background-position: 20% 50%;
}

.linkButton {
    color: #0000ff !important;
}

#mColorPicker {
    z-index: 10000 !important;
}

.upload {
    float: right;
}

.selectedData {
    background-color: #bff2bf;
}

.folderdata {
    padding: 5px 5px 5px;
}

.trselected {
    background-color: #bff2bf;
}

.folderClass:hover {
    border: 1px solid #000000; /*  background-color: #f1f1f1;*/
    cursor: pointer;
}

span.cellWithoutBackground {
    display: block;
    background-image: none;
    margin-right: -2px;
    margin-left: -2px;
    height: 100%;
    padding: 4px;
}

a img {
    border: 0;
}

.percentSlider {
    width: 600px;
}

#tblDirectoryList tr:hover {
    border: 1px solid #000000;
    background-color: #CFFFE8;
    cursor: pointer;
}

/* tables sorting css */
table.tablesorter {
    font-family: arial;
    margin: 0 0 0;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        text-align: left;
        border: 0 solid black;
        font-size: 8pt;
        padding: 0;
    }

    table.tablesorter thead tr .header {
        background-image: url(../Images/bg.gif);
        background-position: center right;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 0;
        vertical-align: top;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(../Images/asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(../Images/desc.gif);
    }

    table.tablesorter tbody tr.even td {
        background-color: #EFF1F1;
    }

    table.tablesorter tbody tr.odd td {
        background-color: #ffffff;
    }

#tblDirectoryList tbody tr.even {
    background-color: #EFF1F1;
}

table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6;
}
/* to  give  zebra style */
table.tablesorter tbody tr.normal-row td {
    background: #888;
    color: #fff;
}

table.tablesorter tbody tr.alt-row td {
    background: #555;
    color: #fff;
}

tr.spaceUnder > td {
    padding-bottom: 1.5em;
}

table.tablesorter thead tr.tableHeader th.sortHeader {
    background-attachment: fixed;
    background-position: center left;
}

#divPending {
    background-color: Red;
    height: 30px;
    width: 60px;
}

.FieldValidation {
    background-color: Red !important;
}

.SupplierRowCSS {
    background-color: #dbf8db;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid black;
}

.SSOReportCSS {
    background-color: #dbf8db;
    font-family: Arial;
    font-size: 11px;
    border: 1px solid black;
}

.PendingEform {
    background-color: Red;
    color: Black;
}

.PendingEformWithNoReceivedDate {
    background-color: Yellow;
    color: Black;
}

.EformTemplate {
    font-family: Arial;
    font-size: 12px;
    color: Black;
    background-color: White;
}

.hrLine {
    color: #000;
    background-color: #000;
    height: 1px;
}

.departmentSpan {
    padding-left: 20px;
}

.supplierData {
    border-width: thin;
    border-style: solid;
}

.tableHeaderNoWrap {
    white-space: nowrap;
}

#tblSSO td {
    vertical-align: top;
}

.mmRowHeader {
    background-color: #A3F1F4;
}

#overLay {
    background-color: #666666;
    height: 2000px;
    left: 0;
    position: absolute;
    margin-top: 0;
    width: 100%;
    z-index: 1003;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    top: 0;
}

.jsEnable {
    border: 1px solid #000000;
    background-color: #00CC99;
    color: #000000;
    display: block;
    font-family: Sans-Serif;
    font-size: 150%;
    font-weight: bold;
    height: 30px;
    margin-left: 16%;
    padding: 13px 0;
    position: fixed;
    text-align: center;
    top: 300px;
    width: 880px;
    z-index: 1005;
}

div.table {
    border-collapse: collapse;
    display: table;
    padding: 2px;
    position: relative;
    width: 100%;
}

    div.table div.headerRow {
        border-collapse: collapse;
        display: table-row;
        font-weight: bold;
        white-space: nowrap;
        width: 100%;
        border-spacing: 0;
        background-color: #228b22;
    }

        div.table div.headerRow div.headerCell {
            display: table-cell;
            padding: 2px;
            vertical-align: middle;
            color: #FFFFFF;
        }

    div.table div.row {
        border-collapse: collapse;
        display: table-row;
        width: 100%;
    }

        div.table div.row div.cell {
            display: table-cell;
            padding: 2px;
            vertical-align: middle;
        }

#divContacts #divAddress {
    padding: 5px 10px 10px 2px;
    margin-left: 20px;
    width: 90%;
    float: left;
    overflow: auto;
}

#divLabel {
    width: 80%;
}

select.contactForm {
    width: 224px;
}

input.contactForm {
    width: 220px;
}

#tblContactHeader td {
    font-size: 14px;
    color: Black;
    font-weight: bold;
}

#wrapper, #left, .right {
    display: inline-block;
}

#wrapper, #left, .right {
    display: inline !ie7;
}

#wrapper {
    width: 99%;
    white-space: normal;
}

#left {
    min-height: 500px;
    width: 49%;
    border-spacing: 5px;
    margin-right: 5px;
    vertical-align: top;
}

.right {
    width: 49%;
    vertical-align: top;
    margin-left: 5px;
}

    #left > div, .right > div {
        word-spacing: 0;
        white-space: normal; /* IE7 would only take white-space correction on a nested div ?? */
    }

.bottom {
    vertical-align: bottom;
    margin-left: -50%; /* negative right column width */
}

.usedArea {
    width: 70%;
    padding: 2px;
}

.connectedSortable {
    background: #eee;
    min-height: 500px;
    float: left;
}

.sortableHeader {
    border-collapse: collapse;
    font-weight: bold;
    white-space: nowrap;
    background-color: #228b22;
    color: #ffffff;
}

.divAlignLeft {
    float: left;
}

.divAlignRight {
    float: right;
}

.cellWidthAccessLevel {
    width: 5%;
}

.cellWidthFieldLabel {
    width: 55%;
}

.cellWidthFieldType {
    width: 35%;
}

.progressbar {
    margin: 4px 0;
    height: 5px;
    background: #f5f5f5;
    padding: 0;
    border: 0;
    width: 100%;
    }

.strength1 {
    width: 10%;
    background: #ff0000;
    height: 100%;
    display: block;
}

.strength2 {
    width: 25%;
    background: #ff5f5f;
    height: 100%;
    display: block;
}

.strength3 {
    width: 50%;
    background: #56e500;
    height: 100%;
    display: block;
}

.strength4 {
    background: #4dcd00;
    width: 75%;
    height: 100%;
    display: block;
}

.strength5 {
    background: #399800;
    width: 100%;
    height: 100%;
    display: block;
}

.change-password {
    width: 370px;
}

.change-password-box {
    padding-left: 30px;
    background: #f6f6f4;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .change-password-box label {
        display: block;
        font-weight: bold;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

.form-element {
    margin: 0 0 1.5em;
}

.change-password-box input[type=password] {
    margin: .5em 0 0;
    width: 85%;
    height: 20px;
    font-size: 15px;
    direction: ltr;
}

.change-password-box input[type=submit] {
    margin: 0em 0.5em 0 0;
    padding: 0 1.2em;
}

.main {
    margin: 0 auto;
    width: 570px;
    padding-top: 7px; 
    float: none;
}

.displayInline {
    display: inline;
}