html, body {
    padding:  0;
    margin:  0;
    font-family: tahoma, arial, helvetica, sans-serif;
}

/* center layout */
.body-inner {
    width: 100%;
    min-width: 1100px;
    height: 600px;
    background: #fff url(../img/page-bg.png) no-repeat center top;
}
.content-wrapper {
    width: 608px;
    margin: 0 auto;
    padding: 96px 0 0 43px;
    position: relative;
}

/* content box */
.content-panel {
    background: url(../img/content-panel-bg-top.png) no-repeat left top;
    padding: 65px 0 0 0;
    margin: 45px 0 0 0;
    position: relative;
}
.content-panel-inner {
    background: url(../img/content-panel-bg-bottom.png) no-repeat left bottom;
    padding: 0 51px 16px 51px;
}

/* content */
.content-panel .content-description {
    font-size: 14px;
    line-height: 24px;
    color: #333435;
    padding:  0 20px 30px 20px;
}
.content-panel form {
    padding: 0;
    margin: 0;
}

/* fields */
.content-panel .field-wrapper {
    height: 48px;
}
.content-panel .field-wrapper label {
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    color: #333435;
    width: 100px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 0 0 52px;
    background: no-repeat 13px center;
}
.content-panel .field-wrapper label.icon-email {
    background-image: url(../img/field-email-icon.png);
}
.content-panel .field-wrapper label.icon-password {
    background-image: url(../img/field-password-icon.png);
}
.content-panel .field-wrapper input {
    width: 172px;
    height: 30px;
    line-height: 30px;
    background: transparent url(../img/field-input-bg.png) no-repeat left top;
    padding: 0 10px;
    margin: 1px 0;
    border: none;
    outline: none;
    font-size: 12px;
    color: #000;
    font-family: tahoma, arial, helvetica, sans-serif;
    vertical-align: middle;
    display: inline-block;
}

/* submit button */
.content-panel .submit-button {
    padding: 0 0 0 157px;
    margin: 1px 0 60px 0;
}
.content-panel .submit-button input {
    vertical-align: top;
    border: none;
    background: transparent no-repeat left top;
    padding: 0;
    margin: 0;
    height: 46px;
    color: transparent;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    display: inline-block;
}
.content-panel .submit-button input:hover {
    background-position: left bottom;
}

/* footer */
.content-panel .footer {
    position: absolute;
    bottom: 16px;
    left: 51px;
    height: 13px;
    width: 506px;
}
.content-panel .footer .left-link{
    font-size: 12px;
    line-height: 12px;
    color: #0491BE;
    text-decoration: underline;
    float: left;
    display: inline-block;
    margin-top: 1px;
}
.content-panel .footer .left-link:hover {
    text-decoration: none;
}
.content-panel .footer .instance-info {
    float: right;
    color: #848586;
    line-height: 13px;
    vertical-align: bottom;
}
.content-panel .footer .instance-info .instance-name {
    font-size: 13px;
    line-height: 14px;
    vertical-align: bottom;
    display: inline-block;
    font-weight: bold;
    width: 290px;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content-panel .footer .instance-info .version {
    font-size: 11px;
    line-height: 11px;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 17px;
    width: 55px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 11px;
}

/* messages */
.content-wrapper .message-top {
    position: absolute;
    top: 136px;
    left: 150px;
    width: 403px;
    background: no-repeat 0 0;
    padding-top: 20px;
    z-index: 2;
}
.content-wrapper .message-bottom {
    background: no-repeat -806px bottom;
    padding-bottom: 20px;
}
.content-wrapper .message-middle {
    background: repeat-y -403px 0;
    padding: 2px 27px 8px 23px;
}
.content-wrapper .message-icon {
    padding: 0 0 0 62px;
    background: no-repeat 7px 7px;
    height: 50px;
    vertical-align: middle;
}
.content-wrapper .message-long .message-icon {
    height: auto;
}
.content-wrapper .message-icon:before {
    content: '\00a0';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.content-wrapper .message {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 280px;
}
/* warning */
.content-wrapper .message-warning,
.content-wrapper .message-warning a {
    color: #be6301;
}
.content-wrapper .message-warning.message-top,
.content-wrapper .message-warning .message-bottom,
.content-wrapper .message-warning .message-middle {
    background-image: url(../img/message-warning-bg.png);
}
.content-wrapper .message-warning .message-icon {
    background-image: url(../img/message-warning-icon.png);
}
/* error */
.content-wrapper .message-error,
.content-wrapper .message-error a {
    color: #bf0000;
}
.content-wrapper .message-error.message-top,
.content-wrapper .message-error .message-bottom,
.content-wrapper .message-error .message-middle {
    background-image: url(../img/message-error-bg.png);
}
.content-wrapper .message-error .message-icon {
    background-image: url(../img/message-error-icon.png);
}
/* success */
.content-wrapper .message-success,
.content-wrapper .message-success a {
    color: #2e7c07;
}
.content-wrapper .message-success.message-top,
.content-wrapper .message-success .message-bottom,
.content-wrapper .message-success .message-middle {
    background-image: url(../img/message-success-bg.png);
}
.content-wrapper .message-success .message-icon {
    background-image: url(../img/message-success-icon.png);
}
/* browsers */
.content-wrapper .message .supported-browsers {
    display: block;
    margin-top: 10px;
    text-align: center;
}
.content-wrapper .message .supported-browsers a {
    display: inline-block;
    padding: 0 0 0 25px;
    background: no-repeat left top;
    line-height: 20px;
    height: 20px;
    margin-right: 15px;
    text-decoration: underline;
}
.content-wrapper .message .supported-browsers a:hover {
    text-decoration: none;
}
.content-wrapper .message .supported-browsers a.icon-browser-chrome {
    background-image: url(../img/browser-chrome-icon.png);
}
.content-wrapper .message .supported-browsers a.icon-browser-firefox {
    background-image: url(../img/browser-firefox-icon.png);
}

.trial {
    padding-top: 50px;
    color : #0683b1;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.trial .heading span{
    font-size: 18px;
}

.demo {
    padding-top: 50px;
    color : #0683b1;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.demo .heading span{
    font-size: 18px;
}
#x-login-mask {
    display: none;    
    background: url(../img/login-mask.png);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}