/*  LOGIN FRAME
--------------------------------------------------------------------------------------------------- */
#rpoSsoContainer {
  background: #fff;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 10px;
  overflow: hidden;
  position: absolute;
  z-index: 11000;
}

#rpoSsoContainerBackdrop {
  background-color: #000000;
  bottom: 0;
  left: 0;
  -moz-opacity:.70; filter:alpha(opacity=70); opacity:.70;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

#rpoSsoContainerToolbar {
  background: url("../img/asset/bg.gif") repeat-x;
  margin: 0;
  padding: 0;
}

#rpoSsoContainerToolbar .label {
  float: right;
  margin: 13px 9px 12px 9px;
}

#rpoSsoContainerToolbar .logo {
  background: url("../img/asset/logo_footer.gif") no-repeat left bottom;
  height: 64px;
  border-right: 1px solid #ffffff;
  width: 158px;
  float: left;
}

#rpoSsoContainerToolbar .top {
  height: 39px;
}

#rpoSsoContainerToolbar .bottom {
  height: 25px;
}

#rpoSsoContainerToolbar a {
  color: #333333;
  float: right;
  font-weight: bold;
  line-height: 25px;
  margin-right: 5px;
  text-transform: uppercase;
}
#rpoSsoContainerToolbar img {
  border: 0;
  padding: 0;
  margin: 0;
}

#rpoSsoContainerToolbar { overflow: hidden; zoom: 1; height: 64px;}

.no-close .ui-dialog-titlebar-close{
  display:none;
}
.ui-dialog .ui-dialog-title{
  line-height:18px;
}