
/** WebSpace: xms*/
/** WebTheme:  */
body {
  font-weight: bold;
}

#wxLoginFrame { 
  width: 792px;
  border: solid 1px #97cad6;
  margin: 0 auto;
  padding: 3px;
  text-align: left;
}

#wxLoginContainer {
  width: 792px;
  height: 300px;
  float: left;
  background-image: url(/xsuite/xms/styles/default/images/media/login-bg.gif);
  background-repeat: no-repeat;
}

#wxLoginContainerMsg {
  position: absolute;
  left: 430px; top: 120px;
}

#wxLoginInputs {
  width: 279px;
  height: 236px;
  float: left;
  margin: 0 0 30px 0;
}

.wcLoginInput {
  width: 279px;
  font-family: Arial;
  font-size: 11px;
  display: block;
  margin: 0px 0px 12px 0px;
  background: #e8f8fd;
}

.wcLoginCheckbox {
  color: #e8f8fd;
}

#wxRemember {
  width: 100px;
  position: relative;
  color: #2f94aa;
}
#wxAutoLogon {
  width: 100px;
  position: relative;
  color: #2f94aa;
}

#wxPWrecoverIcon {
  left: 4px;
  width: 14px;
  position: relative;
}

#wxPWrecover {
  margin: 0;
  padding: 0;
  width: 120px;
  color: #b0283f;
}

#wxPWrecover a:link {
  color: #b0283f;
  text-decoration: none;
}

#wxPWrecover a:hover {
  color: #b0283f;
  text-decoration: underline;
}

#wxPWrecover a:visited {
  color: #b0283f;
  text-decoration: none;
}

#wxPWrecover a:active {
  color: #b0283f;
  text-decoration: none;
}



/* SUBMIT */

#wxLoginSubmitContainer {
  margin: 0;
  padding: 0;
  width: 58px;
  height: 23px;
}


#wxLoginSubmitList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  overflow: hidden;
  width: 58px;
  height: 23px;
}

#wxLoginSubmitList li {
  margin: 0; 
  padding: 0;
  list-style: none;
  display: inline;
}

#wxLoginSubmitList a {
  float: left;
  padding: 23px 0 0 0;
  overflow: hidden;
  height: 0px !important; 
  height /**/:23px; /* for IE5/Win only */         
}

#wxLoginSubmitList a:hover {
  height: 23px;
  height: 58px;
  padding: 23px 0 0 0;
  background-position: 0 -23px;
}

#wxLoginSubmit a  {
  width: 58px;
  height: 23px;
  padding: 23px 0 0 0;
  background: url(/xsuite/xms/styles/default/images/media/submit.gif) top left no-repeat;
}


/* SUBMIT end */

/* SUPPORT EMAIL */

#wxLoginSupport {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  width: 282px;
  height: 48px;
  border-top: 1px solid #dedede;
  color: #b0283f;
}

#wxLoginSupport a {
  color: #b0283f;
  text-decoration: none;
}

#wxLoginSupport a:hover {
  color: #b0283f;
  text-decoration: underline;
}

/* SUPPORT EMAIL end */

#wxLoginIcons {
  width: 790px;
  height: 152px;
  left: 0px;
  position: relative;
  background: url(/xsuite/xms/styles/default/images/media/login-icons.gif) bottom left no-repeat;
}

#wxLoginIcons img {
   width: 792px;
   height: 152px;
}

#wxLoginAlert {
  color: #ffffff;
  background: #98d7e7;
  width: 727px;
  padding: 10px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  height: 45px;
}
#wxLoginFooter {
  width: 747px;
  margin: 0 auto;
}

.wcLoginFrameShadow {
  width: 800px;
  height: 4px;
  top: 3px;
  left: 0px;
  background: url(/xsuite/xms/styles/default/images/media/frame-shadow.gif) top left repeat-x;
  position: relative; 
  margin: 0 auto;
  padding: 0;
  text-align: left;
}