.mbox {
  width: 400px;
  margin: 36px auto;
  padding: 18px;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 1px 3px 5px #bbbbbb;
  -moz-box-shadow: 1px 3px 5px #bbbbbb;
  box-shadow: 1px 3px 5px #bbbbbb;
  background-color: #f5f7fa;
  background-image: -moz-linear-gradient(top, #fcfdfe, #ebeff5);
  background-image: -ms-linear-gradient(top, #fcfdfe, #ebeff5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfdfe), to(#ebeff5));
  background-image: -webkit-linear-gradient(top, #fcfdfe, #ebeff5);
  background-image: -o-linear-gradient(top, #fcfdfe, #ebeff5);
  background-image: linear-gradient(top, #fcfdfe, #ebeff5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfdfe', endColorstr='#ebeff5', GradientType=0);
}
.mbox .mboxTitle {
  line-height: 36px;
  font-size: 18px;
}
.mbox .mboxIcon {
  float: left;
  margin-right: 9px;
}
.mbox .mboxMsg {
  padding-left: 40px;
  line-height: 18px;
}
.mbox.mboxInfo .mboxTitle {
  color: #0088cc;
}
.mbox.mboxWarning .mboxTitle {
  color: #f89406;
}
.mbox.mboxError .mboxTitle {
  color: #9d261d;
}
.warningArea,
.infoArea {
  font-size: 12px;
  margin: 18px auto;
  padding: 18px 18px 18px 50px;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 1px 3px 5px #bbbbbb;
  -moz-box-shadow: 1px 3px 5px #bbbbbb;
  box-shadow: 1px 3px 5px #bbbbbb;
  background-color: #ffffcc;
  background-repeat: no-repeat;
  background-position: 9px 18px;
}
.infoArea {
  background-image: url("../../../images/jalios/icons/information.gif");
}
.warningArea {
  background-image: url("../../../images/jalios/icons/warning.gif");
}
.formBox .warningArea,
.tab-page .warningArea,
.formBox .infoArea,
.tab-page .infoArea {
  margin-top: 0;
}

.box .box-body {
  padding: 9px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.box .box-body FIELDSET {
  margin-right: 0;
}
.box .box-body.layout {
  padding: 0;
}
.box .box-body .box-footer {
  margin: 18px -9px -9px -9px;
  padding: 9px;
  background: none;
  -webkit-box-shadow: 0 1px 0 #ffffff inset;
  -moz-box-shadow: 0 1px 0 #ffffff inset;
  box-shadow: 0 1px 0 #ffffff inset;
}
.box .box-footer {
  line-height: 18px;
  padding: 9px;
  border-top: 1px solid #bbbbbb;
  background-color: #f7f7f7;
}
.box.tint {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(top, #ffffff, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
}
/* ----------------------------------------------- */
/*  WIDGET ADD-ON                                  */
/* ----------------------------------------------- */
.EditArea .widget .ctxLangForm {
  display: none;
}
/* Icons */
.widget IMG.cross {
  display: none;
}
.widget .action-ctx {
  display: none;
  padding-left: 0px;
  padding-right: 0px;
}
.widget .add-on A,
.widget .add-on IMG {
  vertical-align: baseline;
  width: 16px;
  height: 16px;
  outline: 0;
}
.widget .add-on A.ss_sprite,
.widget .add-on IMG.ss_sprite {
  background-position: 0;
}
.widget .add-on IMG.ss_mbr_chr,
.widget .add-on IMG.ss_grp_chr,
.widget .add-on IMG.ss_wrk_chr,
.widget .add-on IMG.ss_cat_chr,
.widget .add-on IMG.ss_acl_chr,
.widget .add-on IMG.ss_folder_page {
  background-image: url('../../../images/jalios/assets/16x16/list.gif');
}
.widget .add-on IMG.ss_folder_image {
  background-image: url('../../../images/jalios/assets/16x16/media.gif');
}
.widget .add-on IMG.ss_color_wheel {
  background-image: url('../../../images/jalios/assets/16x16/color_wheel.gif');
}
.widget .add-on IMG.ss_folder_camera {
  background-image: url('../../../images/jalios/assets/16x16/media.gif');
}
.widget .add-on IMG.ss_date_chr {
  background-image: url('../../../images/jalios/assets/16x16/date.gif');
}
.widget .add-on IMG.ss_query_chr {
  background-image: url('../../../images/jalios/assets/16x16/query.gif');
}
.widget .add-on A.ctxWidgetMenu IMG.icon {
  background-image: url('../../../images/jalios/assets/16x16/menu.gif');
  background-position: 0;
}
.widget IMG.ss_add {
  background-image: url('../../../images/jalios/assets/16x16/add.gif');
  background-position: 0;
  margin-left: 4px;
  width: 16px;
  height: 16px;
}
.widget LI .ss_add {
  display: none;
}
.widget LI:last-child .ss_add {
  display: inline;
}
.widget .wdg-tab .ss_add {
  display: inline;
  margin-left: 0px;
}
/* input-append / add-on */
.add-on {
  display: inline-block;
}
.txt-right .add-on {
  float: right;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  margin-left: 0px;
  margin-right: -6px;
}
.input-append {
  /*BUTTON, A.formButton,INPUT[type=submit], INPUT[type=button] { float: left; }*/

  margin-bottom: 0;
}
.input-append .add-on {
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  color: #000000;
  margin-left: -6px;
}
.input-append .action-ctx {
  margin-left: -3px;
}
.input-append A.add-on,
.input-append BUTTON.add-on {
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
}
.input-append A.add-on.icon,
.input-append BUTTON.add-on.icon {
  padding-left: 0px;
  padding-right: 0px;
}
.browser-IE7 BUTTON.formButton.add-on,
.browser-IE8 BUTTON.formButton.add-on {
  padding-top: 3px;
  padding-bottom: 3px;
}
.browser-IE7 A.formButton.add-on,
.browser-IE8 A.formButton.add-on {
  padding-top: 4px;
  padding-bottom: 4px;
}
/* show/hide */
.UI_EDITOR_TEXTAREA .add-on,
.UI_EDITOR_WIKIAREA .add-on,
.UI_EDITOR_WARNAREA .add-on,
.UI_EDITOR_RICHTEXT .add-on,
.UI_EDITOR_IMAGEMAPAREA .add-on {
  display: none;
}
.UI_EDITOR_MEMBERCHOOSER .action-ctx,
.UI_EDITOR_MEMBERSCHOOSER .action-ctx,
.UI_EDITOR_GROUPCHOOSER .action-ctx,
.UI_EDITOR_GROUPSCHOOSER .action-ctx,
.UI_EDITOR_WORKSPACECHOOSER .action-ctx,
.UI_EDITOR_PUBLICATIONCHOOSER .action-ctx,
.UI_EDITOR_PUBLICATIONSCHOOSER .action-ctx,
.UI_EDITOR_WORKSPACECHOOSER .action-ctx,
.UI_EDITOR_QUERYCHOOSER .action-ctx {
  display: inline-block;
}
.UI_EDITOR_MEMBERCHOOSER .add-on.action,
.UI_EDITOR_MEMBERSCHOOSER .add-on.action,
.UI_EDITOR_GROUPCHOOSER .add-on.action,
.UI_EDITOR_GROUPSCHOOSER .add-on.action,
.UI_EDITOR_WORKSPACECHOOSER .add-on.action,
.UI_EDITOR_PUBLICATIONCHOOSER .add-on.action,
.UI_EDITOR_PUBLICATIONSCHOOSER .add-on.action,
.UI_EDITOR_WORKSPACECHOOSER .add-on.action,
.UI_EDITOR_QUERYCHOOSER .add-on.action {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 3;
  border-right-color: #DDDDDD;
}

.formButton {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
  font-weight: bold;
}
.formButton.mainButton,
.input-append .add-on.mainButton {
  color: #ffffff;
  background-color: #7aaef1;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cefeff), color-stop(25%, #8abaff), to(#397cb7));
  background-image: -webkit-linear-gradient(#cefeff, #8abaff 25%, #397cb7);
  background-image: -moz-linear-gradient(top, #cefeff, #8abaff 25%, #397cb7);
  background-image: -ms-linear-gradient(#cefeff, #8abaff 25%, #397cb7);
  background-image: -o-linear-gradient(#cefeff, #8abaff 25%, #397cb7);
  background-image: linear-gradient(#cefeff, #8abaff 25%, #397cb7);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cefeff', endColorstr='#397cb7', GradientType=0);
  text-shadow: -1px -1px 1px rgba(120, 120, 120, 0.7);
}
.login-btn{
	float: right;
}
.box.login TABLE.peer INPUT[type=text],
.box.login TABLE.peer INPUT[type=password] {
  width: 85%;
}
BODY.body .txt-center {
  text-align: center;
}
TABLE.horizontalFormLayout > TR > TD,
TABLE.peer > TR > TD,
TABLE.horizontalFormLayout > TBODY > TR > TD,
TABLE.peer > TBODY > TR > TD {
  float: none;
  line-height: 27px;
}
BODY.body .br {
  margin-bottom: 18px;
}
TABLE.horizontalFormLayout > TR > TH > LABEL, TABLE.peer > TR > TH > LABEL, TABLE.horizontalFormLayout > TBODY > TR > TH > LABEL, TABLE.peer > TBODY > TR > TH > LABEL, TABLE.horizontalFormLayout > TR > TD:first-child > LABEL, TABLE.peer > TR > TD:first-child > LABEL, TABLE.horizontalFormLayout > TBODY > TR > TD:first-child > LABEL, TABLE.peer > TBODY > TR > TD:first-child > LABEL {
    color: #555555;
    display: inline-block;
    font-weight: bold;
    line-height: 27px;
}
.formLabel {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
h3 {
    font-size: 18px;
    line-height: 27px;
}
TABLE.horizontalFormLayout .formLabel, TABLE.peer .formLabel {
    float: right;
    line-height: 27px;
    padding: 0 9px 0 18px;
}
TABLE.peer > TR > TH, TABLE.peer > TBODY > TR > TH, TABLE.peer > TR > TD:first-child, TABLE.peer > TBODY > TR > TD:first-child {
    color: #555555;
    float: none;
    line-height: 27px;
    padding: 0 9px 0 18px;
    text-align: right;
    white-space: nowrap;
    width: 1%;
}
.formTextfield {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px;
    width: 210px;
}
.formTextfield {
    color: #333333;
    margin-bottom: 0;
    width: auto;
}
:-moz-placeholder {
    color: #BBBBBB;
}
.UI_EDITOR_PASSWORD .formTextfield {
    background-image: url("../../../images/jalios/assets/16x16/field_pwd.gif");
    background-position: 99% center;
    background-repeat: no-repeat;
}
DIV.widget:after {
    clear: both;
}
.input-append{
	margin-bottom: 3px;
}