* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background-image: url(../images/line01.gif);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #fff;
    margin: 0;
    padding: 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 17px;
    min-width: 1192px;
    -webkit-text-size-adjust: none;
}

#container {
    width:1300px;
    margin: 0 auto;
    position: relative;
    /* z-index: 0; */
}

/*Header*/
#header {
    height: 47px;
    padding-bottom: 25px;
    position: relative;
    /* z-index: 2; */
}

#logo {
    float: left;
    padding: 0px 0px;
    /* margin: 14px 15px 0 1px; */
}

#header .right {
    padding-top: 7px;
}

#header.full_header .right table {
    float:right;
    /*table-layout:fixed;*/
    /*width:100%;*/
}

#header .right table td {
    height: 34px;
    padding: 0 8px;
    /*overflow:hidden;*/
}

#header .right table td:first-child {
    overflow:hidden;
}

#header .right table td.tdIco {
    vertical-align: middle;
    background: url(../images/line02.gif) repeat-y right;
}

#header.full_header .right table td.tdIco:first-child li {
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    display:block;
    text-align:right;
    width: 100px;
}

#header .right table td.tdIco ul {
    width: 100%;
    overflow: hidden;
}

#header .right table td.tdIco ul li {
    float: left;
    display: block;
    padding-right: 3px;
}

#header .right table td.last {
    padding-right: 0;
}


/*Dropdown Language*/
ul.language {
    *margin-top: 1px;
}

ul.language li {
    width: 36px;
    display: block;
    position: relative;
}

ul.language li:hover span, ul.language li:hover a, ul.language li:hover a:hover {
    background: url(../images/language_h.gif) no-repeat;
}

ul.language li span, ul.language li a {
    display: block;
    width: 31px;
    height: 22px;
    padding-left: 5px;
    line-height: 23px;
    background: url(../images/language_n.gif) no-repeat;
    color: #545454 !important;
    text-decoration: none;
}

ul.language li a:hover {
    text-decoration: none;
}

ul.language li ul {
    position: absolute;
    left: -9999px;
}

ul.language li:hover ul {
    position: absolute;
    left: 0;
    top: 22px;
    width: 36px;
    background: url(../images/language_b.gif) no-repeat left bottom;
    background-color: #fff;
    padding-bottom: 4px;
}

ul.language li:hover ul li a {
    width: auto;
    height: 1%;
    background: none;
    border: solid 1px #7f7f7f;
    border-bottom: none;
}

ul.language li:hover ul li.last a {
    margin-bottom: -3px;
}

ul.language li:hover ul li a:hover {
    background: none;
    background-color: #e1e1e1;
}

 /*Comtent*/
#content01 {
    padding-bottom: 17px;
    position: relative;
    /* z-index: 1; */
}

#content01 .leftContent {
    /*width: 932px;*/
    width:1080px;
    float: left;
}

#content01 .leftContent .leftContentMain {
    padding-right: 15px;
}

body#secondarypage01 #content01 .leftContent .leftContentMain {
    padding-right: 8px;
}

#content01 .rightContent {
    width: 220px;
    float: right;
}

/*Box01*/
.box01 {
    margin-bottom: 10px;
}

.box01 .boxhead, .box01 .boxhead .tl, .box01 .boxhead .tr,
.box01 .boxhead02, .box01 .boxhead02 .tl, .box01 .boxhead02 .tr,
.box01 .boxbottom, .box01 .boxbottom .bl, .box01 .boxbottom .br {
    width: 100%;
    margin: 0;
    padding: 0;
}

.box01 .boxhead, .box01 .boxhead .tl, .box01 .boxhead .tr {
    height: 30px;
    cursor: pointer;
}

.boxhead[name="box-login"] , .boxhead[name="box-login"] .tl, .boxhead[name="box-login"] .tr {
    cursor:default;
}

.box01 .boxhead02, .box01 .boxhead02 .tl, .box01 .boxhead02 .tr {
    height: 32px;
    cursor: pointer;
}

.box01 .boxbottom, .box01 .boxbottom .bl, .box01 .boxbottom .br {
    height: 6px;
    font-size: 1px;
}

.box01 .boxhead {
    background: url(../images/tm01.gif) repeat-x;
}

.box01 .boxhead .tl {
    background: url(../images/tl01.gif) no-repeat left top;
}

.box01 .boxhead .tr {
    background: url(../images/tr01.gif) no-repeat right top;
}

.box01 .boxhead02 {
    background: url(../images/tm02.gif) repeat-x;
}

.box01 .boxhead02 .tl {
    background: url(../images/tl02.gif) no-repeat left top;
}

.box01 .boxhead02 .tr {
    background: url(../images/tr02.gif) no-repeat right top;
}

.box01 .boxhead .title, .box01 .boxhead02 .title {
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
}

.box01 .boxhead .title span, .box01 .boxhead .title span.close_ico,
.box01 .boxhead02 .title span, .box01 .boxhead02 .title span.close_ico {
    display: block;
    float: right;
    width: 11px;
    height: 11px;
    background: url(../images/icons/close_ico.gif) no-repeat right center;
    font-size: 0;
    line-height: 0;
    margin-top: 9px;
}

.box01 .boxhead .title span.close_ico,
.box01 .boxhead02 .title span.close_ico {
    background: url(../images/icons/open_ico.gif) no-repeat right center;
}

.box01 .boxbottom {
    background: url(../images/bm01.gif) repeat-x;
}

.box01 .boxbottom .bl {
    background: url(../images/bl01.gif) no-repeat left bottom;
}

.box01 .boxbottom .br {
    background: url(../images/br01.gif) no-repeat right bottom;
}

.box01 .boxbody {
    border-left: solid 1px #36608d;
    border-right: solid 1px #36608d;
    font-size: 11px;
}

.box01 .boxbody .boxbodyMain {
    padding: 5px 5px 0px 10px;
}

.box01 .boxbody p {
    padding-bottom: 5px;
}

.box01 .boxbody h3 {
    font-size: 11px;
}

/*Box02*/
.box02 {
    width: 100%;
}

.box02 .boxhead, .box02 .boxhead .tl, .box02 .boxhead .tr,
.box02 .boxbottom, .box02 .boxbottom .bl, .box02 .boxbottom .br {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1px;
}

.box02 .boxhead, .box02 .boxhead .tl, .box02 .boxhead .tr {
    height: 9px;
}

.box02 .boxbottom, .box02 .boxbottom .bl, .box02 .boxbottom .br {
    height: 17px;
}

.box02 .boxhead {
    background: url(../images/tm03.gif) repeat-x;
}

.box02 .boxhead .tl {
    background: url(../images/tl03.gif) no-repeat left top;
}

.box02 .boxhead .tr {
    background: url(../images/tr03.gif) no-repeat right top;
}

.box02 .boxbottom {
    background: url(../images/bm03.gif) repeat-x;
}

.box02 .boxbottom .bl {
    background: url(../images/bl03.gif) no-repeat left bottom;
}

.box02 .boxbottom .br {
    background: url(../images/br03.gif) no-repeat right bottom;
}

.box02 .boxbody, .box02 .boxbody02, .box02 .boxbody03 {
    border-left: solid 4px #bfbfbf;
    background: url(../images/mr03.gif) repeat-y right;
    background-color: #fff;
    /*overflow:hidden;*/
    /* height: 1%; */
}

.box02 .boxbody02 {
    margin-bottom: -7px;
}

.box02 .boxbody03 {
    overflow: visible;
}

.box02 .boxbody .boxbodyMain01,
.box02 .boxbody02 .boxbodyMain01,
.box02 .boxbody03 .boxbodyMain01 {
    padding: 10px 20px;
}

.box02 .boxbody .boxbodyMain02,
.box02 .boxbody02 .boxbodyMain02,
.box02 .boxbody03 .boxbodyMain02 {
    padding: 0 16px 0 10px;
    overflow: hidden;
}

.box02 .boxbody .boxbodyMain03,
.box02 .boxbody02 .boxbodyMain03,
.box02 .boxbody03 .boxbodyMain03 {
    padding: 10px 20px;
    padding-right: 27px;
}

.box02 .boxbody .boxbodyMain04,
.box02 .boxbody02 .boxbodyMain04,
.box02 .boxbody03 .boxbodyMain04 {
    padding: 10px 16px 10px 10px;
}

.box02 .boxbody .boxbodyMain05,
.box02 .boxbody02 .boxbodyMain05,
.box02 .boxbody03 .boxbodyMain05 {
    padding: 10px 16px 0 10px;
    overflow: hidden;
}

/**Form**/
ul.frmStyle01 li {
    padding-bottom: 7px;
}

ul.frmStyle01 li.last {
    padding-bottom: 0;
}

ul.frmStyle01 .frmlabel, ul.frmStyle01 .frmcontrol {
    float: left;
    display: block;
}

ul.frmStyle01 .frmlabel {
    padding-right: 10px;
    line-height: 21px;
}

.ctrlItems01 li {
    float: left;
    display: block;
    padding-right: 5px;
    padding-bottom: 0 !important;
    line-height: 21px;
}

.ctrlItems01 li.last {
    padding-right: 0 !important;
}

.loginfrm .ctrlItems01 li {
    padding-right: 0;
}

.frm01 .frmlabel {
    width: 65px;
}

/**Footer**/
#footer {
    border-top: solid 1px #acacac;
    padding: 7px 0 25px;
    font-size: 11px;
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #333;
    text-decoration: none;
}

#footer a:hover {
    color: #003B79;
    text-decoration: none;
}

#footer .right ul li {
    float: left;
    padding-left: 25px;
}

/*Common Styles*/
.right {
    float:right;
}

.clr {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 11px;
    padding-bottom: 5px;
    font-weight: bold;
}

.highlight02 {
    color: #c98901;
}

/*Form Control*/
input.inputtext01:read-only {
    background-color: #dadada;
    color: #838383;
}

input.inputtext01:-moz-read-only { /* For Firefox */
    background-color: #dadada;
    color: #838383;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serifl;
    font-size: 11px;
    color: #333;
}

input.inputtext01 {
    border: solid 1px #c1c1c1;
    padding: 2px 5px;
    line-height: 14px;
    overflow: hidden;
}

input.requiredvalidate {
    border: solid 1px red;
}

input.radiocheckbox {
    float: left;
    margin-top: 4px;
    margin-right: 3px;
}

* html input.radiocheckbox {
    float: left;
    margin-top: 0;
    margin-left: -4px;
    margin-right: -2px;
}

*:first-child + html input.radiocheckbox {
    float: left;
    margin-top: 0;
    margin-left: -4px;
    margin-right: 0;
}

.inputtext01.disabled, select.disabled, textarea.disabled {
    background-color: #eaeaea !important;
    color: #838383 !important;
}

input.radiocheckbox02 {
    position: relative;
    top: 2px;
    *top: 1px;
}

.btn01Left.btnfocus {
    background: url(../images/btn01_focus_left.gif) no-repeat left top;
}

.btn01Left.btnfocus .btn01Right {
    background: url(../images/btn01_focus_right.gif) no-repeat right top;
    color: #fff;
}

.btn01Left.disabled, .btn01Left.disabled .btn01Right, .btn01Left.disabled .btn input, .btn01Left.disabled a.btn,
.btn02Left.disabled, .btn02Left.disabled .btn02Right, .btn02Left.disabled .btn input, .btn02Left.disabled a.btn {
    cursor: default !important;
    color: #7c7c7c !important;
}

.btn01Left.disabled, .btn02Left.disabled {
    background: url(../images/btn_left_dis.gif) no-repeat left top;
}

.btn01Left.disabled .btn01Right, .btn02Left.disabled .btn02Right {
    background: url(../images/btn_right_dis.gif) no-repeat right top;
    color: #a0a0a0 !important;
}

.btn01Left.btnfixwidth.disabled .btn input {
    background-color: #bdbdbd !important;
}

.btn01Left.btnfixwidth .btn input {
    background-color: #36608d;
}

.btn01Left, .btn01Right,
.btn02Left, .btn02Right {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.btn01Left, .btn02Left {
    padding-left: 3px;
    height: 19px;
}

.btn01Left {
    background: url(../images/btn01_left.gif) no-repeat left top;
    margin-left: 74px;
}

.btn01Right a.btn {
    text-decoration: none;
    color: #fff !important;
    padding: 0 4px;
}

.btn01Left, .btn01Right,
.btn02Left, .btn02Right {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.btn01Right, .btn02Right {
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 17px;
}

.btn01Right {
    background: url(../images/btn01_right.gif) no-repeat right top;
    color: #fff;
}

.btn01Right .btn input {
    color: #fff;
    font-size: 11px;
    padding: 0 3px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .btn01Right a.btn {
        position: relative;
        bottom: -1px;
    }
}

.btn01Left.btnfocus .btn01Right {
    background: url(../images/btn01_focus_right.gif) no-repeat right top;
    color: #fff;
}

.btn.loginBtn input {
    width: 117px !important;
    text-align: center;
}

.btn, .btn input, a.btn {
    overflow: visible;
    border: none;
    cursor: pointer;
    text-align: center;
    width:auto;
}

a.btn {
    min-width: 55px;
}

.btn input {
    min-width: 65px;
    *min-width:0;
    text-align: center !important;
}

.btn {
    position: relative;
}

.btn input {
    background: none;
    text-align: left;
    height: 17px;
}

.btnfixwidth .btn input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    filter: alpha(opacity = 10);
    text-align: left;
    height: 17px;
    text-indent: -9999px;
}

.btn01Left.btnfixwidth .btn input {
    background-color: #36608d;
}

.btn02Left.btnfixwidth .btn input {
    background-color: #fff;
}

* html .btnfixwidth .btn input {
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn�t like the above */
}

*:first-child + html .btnfixwidth .btn input {
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn�t like the above */
}

a.btn, .btnfixwidth .btn {
    display: inline-block;
    height: 17px;
    line-height: 17px;
}

.btn01Right a.btn {
    text-decoration: none;
    color: #fff !important;
    padding: 0 4px;
}

.btn02Right a.btn {
    text-decoration: none;
    color: #333 !important;
    padding: 0 4px;
}

a.btn:hover {
    text-decoration: none !important;
}
/**Tbl 02**/
.tblstyle02_wrapper {
    border: solid 1px #c9c9c9;
    margin: 5px 0;
}

.tblstyle02_wrapper.nomargintop {
    margin-top: 0 !important;
}

.tblstyle02_wrapper.nomarginbottom {
    margin-bottom: 0 !important;
}

.tblstyle02 {
    table-layout: fixed;
    border-collapse: collapse;
    border: solid 1px #c9c9c9;
    font-size: 11px;
    color: #333;
    padding: 1px;
}

.tblstyle02.tblnofixed {
    table-layout: auto !important;
}

.tblstyle02_wrapper .tblstyle02 {
    border: solid 1px #fff;
}

.tblstyle02 td {
    padding: 2px 5px !important;
    vertical-align: top;
    overflow: hidden;
}

.tblstyle02 thead td, .tblstyle02 tr.thead td {
    background: none;
    background-color: #c2c2c2;
    font-weight: bold;
}

.tblstyle02_wrapper .tblstyle02 thead td, .tblstyle02_wrapper .tblstyle02 tr.thead td {
    border-bottom: solid 1px #fff;
}

.tblstyle02_wrapper .tblstyle02 thead tr.first td, .tblstyle02_wrapper .tblstyle02 tr.thead tr.first td {
    border-bottom: none;
}

.tblstyle02 tbody tr.odd td, .tblstyle02 tr.odd td {
    background-color: #d0d8df !important;
}

.tblstyle02 tbody tr.even td, .tblstyle02 tr.even td {
    background-color: #fff !important;
}

.tblstyle02_wrapper.withborder .tblstyle02 tbody tr td {
    border-bottom: solid 1px #f1f1f1;
}

.tblstyle02_wrapper.withborder .tblstyle02 tbody tr.last td {
    border:none;
}

.tblstyle02 tbody tr.odd td .tbintable01 td,
.tblstyle02 tr.odd td .tbintable01 td,
.tblstyle02 tbody tr.even td .tbintable01 td,
.tblstyle02 tr.even td .tbintable01 td {
    background: none !important;
}

.tblstyle02 tbody tr.last td, .tblstyle02 tr.last td {
    background: none;
}
/*Tbl 02 - Hide & Show Details*/
.tblstyle02 tbody tr.tbldetailscontent {
    display: none;
}

.tblstyle02 tbody tr.tbldetailscontent.oddcontent td {
    background-color: #d0d8df;
}

.tblstyle02 tbody tr.tbldetailscontent.evencontent td {
    background-color: #fff;
}

.tblstyle02 tbody tr.tbldetailscontent.oddcontent td .tblstyle01 thead td,
.tblstyle02 tbody tr.tbldetailscontent.oddcontent td .tblstyle02 thead td,
.tblstyle02 tbody tr.tbldetailscontent.oddcontent td .tblstyle01 tr.thead td,
.tblstyle02 tbody tr.tbldetailscontent.oddcontent td .tblstyle02 tr.thead td,
.tblstyle02 tbody tr.tbldetailscontent.evencontent td .tblstyle01 thead td,
.tblstyle02 tbody tr.tbldetailscontent.evencontent td .tblstyle02 thead td,
.tblstyle02 tbody tr.tbldetailscontent.evencontent td .tblstyle01 tr.thead td,
.tblstyle02 tbody tr.tbldetailscontent.evencontent td .tblstyle02 tr.thead td {
    background: none;
    background-color: #c2c2c2;
    font-weight: bold;
}

.tblstyle02 tbody tr.tbldetailscontent td p {
    padding-bottom: 5px;
}

.tblstyle02 tr.title td {
    font-size: 12px;
}

.tblstyle02 tr.title td small {
    font-size: 11px;
    font-weight: normal;
}

h2.style02 {
    color: #36608d;
    border-bottom: solid 1px #36608d;
}

h2 {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    padding-bottom: 2px;
    margin-bottom: 8px;
}

.paragraph01 p {
    padding-bottom: 5px !important;
}

.font11 {
    font-size: 11px;
}

/*#region Link Style */
a:link, a:visited, a:active {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.disable:link, a.disable:visited, a.disable:active, a.disable:hover {
    color: #838383 !important;
}

a.aLink {
    cursor: pointer;
}

.veraligntop {
    vertical-align: top !important;
}
/**Tbl Separate Comlumn**/
.tblseparate01 td, .tblseparate02 td, .tblseparate03 td, .tblseparate04 td, .tblseparate05 td, .tblseparate06 td, .tblseparate07 td, .tblseparate08 td {
    vertical-align: top;
}

.tblseparate01 td {
    padding-right: 80px;
}

.tblseparate02 td {
    padding-right: 10px !important;
}

.tblseparate03 td {
    padding-right: 10px;
    padding-bottom: 7px;
}

.tblseparate04 td {
    padding-right: 30px;
    padding-bottom: 10px;
}

.tblseparate01 td.last, .tblseparate02 td.last, .tblseparate03 td.last, .tblseparate04 td.last, .tblseparate05 td.last, .tblseparate08 td.last, .tblseparate09 td.last {
    padding-right: 0;
}

.tblseparate03 td.lastrow {
    padding-bottom: 0;
}

.tblseparate03 tr.lastrow td, .tblseparate04 tr.lastrow td, .tblseparate08 tr.lastrow td {
    padding-bottom: 0;
}

/**Box08**/
.box08 {
    border-left: solid 1px #a6a6a6;
    padding-left: 25px;
}

/*List*/
ul.list05 li {
    background: url(../images/bullet04.gif) no-repeat 0 6px;
    padding: 0 0 5px 10px !important;
    border-bottom: none !important;
}

ul.list03 li ul.list05 li {
    padding: 0 0 0 10px !important;
}

ul.list05.nopadding li {
    padding: 0 0 0 10px !important;
}

.navbar-default a:link, .navbar-default a:visited, .navbar-default a:active {
    text-decoration: none;
}

/**Box06**/
.box06, .box06_bottom, .box06_left, .box06_right {
    width: 100%;
}

.box06 {
    background: url(../images/t01.gif) repeat-x left top;
    background-color: #e6e6e6;
    padding-top: 2px;
    margin: 5px 0 10px;
}

.box06.bg-success {
    background: url(../images/t02.gif) repeat-x left top;
    background-color:#dff0d8;
}

.box06_bottom {
    background: url(../images/b01.gif) repeat-x left bottom;
    padding-bottom: 2px;
}

.box06_left {
    background: url(../images/l01.gif) repeat-y left top;
    /*padding-left:2px;*/
}

.box06_right {
    background: url(../images/r01.gif) repeat-y right top;
    /*padding-right:2px;*/
}

.box06 .boxcontent {
    padding: 5px 8px;
}

.box06 .boxcontent02 {
    padding: 3px 8px;
}

.box06 .boxcontent.nopaddingbottom {
    padding-bottom: 0;
}

.box06 .boxcontent p {
    padding-bottom: 5px;
}

.stepdiv .box06 {
    margin-bottom: 15px;
}

.stepdiv {
    position: relative;
}

/**Forgot Password**/
.forgot-password-wrapper {
    max-width:500px;
    margin: 0px auto;
}
.forgot-password {
    display: table-cell;
    vertical-align: middle;
    height: auto;
}
.forgot-password table {
    width:100%;
}
.forgot-password .step {
    width:100%;
}
.forgot-password h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 20px;
}
.forgot-password h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    background: none;
    padding: 0;
    font-weight: normal;
}
.forgot-password h4 small {
    text-transform:none;
}
.forgot-password h5 {
    font-style: italic;
    font-weight: normal;
    color: #808080;
    font-size: 11px;
    padding-bottom: 0;
}
.forgot-password h6 {
    font-size: 11px;
    padding-bottom: 5px;
}
.forgot-password .tblseparate04 td {
    padding-bottom: 12px;
}
.forgot-password .tblseparate04 td p:last-child {
    padding-bottom: 0;
}
.forgot-password form label {
    display:block;
    padding-bottom: 5px;
}
.forgot-password .continue-btn {
    min-width: 125px;
}
.forgot-password a {
    color: #003B79 !important;
    text-decoration: none;
}
.forgot-password a:hover {
    text-decoration: underline;
}
.forgot-password a.change-link {
    float:right;
    font-size: 10px;
}
.forgot-password input.inputtext01 {
    width: 458px;
}
.forgot-password input.inputtext01.captcha {
    width: 110px;
}
.forgot-password input.w200  {
    width: 200px;
}
.forgot-password .hint {
    padding-bottom: 15px;
    color: #808080;
}
.forgot-password .hint h6 {
    padding-bottom: 10px;
}

.password-policy{
    list-style: none;
}
.password-policy li{
    padding-top:0px !important;
    padding-right:0px !important;
    padding-bottom:0px !important;
    padding-left: 20px !important;
    position: relative;
}
.password-policy li .check-policy{
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    margin-top: 4px;
    background: #000;
    top: 3px;
    left: 3px;
}
.password-policy li .data-correct, .password-policy li .data-incorrect{
    margin-top: 0;
    left: 0;
}
.data-correct {
    width: 14px!important;
    height: 13px!important;
    display: inline-block;
    background: url(../images/icons/checkmarkgreen_ico.gif) no-repeat 0 0 !important;
}
.data-incorrect {
    width: 14px!important;
    height: 13px!important;
    display: inline-block;
    background: url(../images/icons/ui-icons-warning.gif) no-repeat -1px -1px !important;
}
.change-password-icon{
    position: absolute;
    margin-top: 5px;
}