.jqmWindow {
    display: none;

    position: fixed;

    top: 7%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    /*background-color: #EEE;*/
    color: #ffffff;
    /*border: 1px solid black;*/
    padding: 12px;
      cursor: default;
}

.jqmOverlay {
  background-color: #000;
  cursor: default;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
  position:absolute;top:0;left:0;z-index:-1;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmClose {
  width: 31px;
  height: 29px;
  display: block;
  float: right;
  margin-bottom: 20px;
  background-image: url(../images/button_close.gif);
  background-repeat: no-repeat;
  outline: none;
}

.jqmClose em {
  display: none;
}

.jqmContent {
  width: 535px;
  clear: both;
  color: #ffffff;
}

.jqmContent h2 {
  font-size: 20px;
  color: #ffffff;

}

.jqmContent table {
 /* width: 525px;*/
}

.jqmContent table td {
  text-align: center;
  vertical-align: top;
}

.AnonymusPostBox {
  width: 200px;
}

.AnonymusPostBox div {
  padding-left: 40px;
  padding-right: 27px;
  text-align: left;
  color: #ffffff;
}

.SignupPostBox {
  width: 125px;
  padding-right: 18px;
}

.SignupPostBox div {
  float: left;
  padding-left: 21px;
  padding-bottom: 15px;
}


.LoginPostBox {
  width: 125px;
  padding-right: 40px;
}

.LoginPostBox div {
  float: left;
  padding-left: 21px;
  padding-bottom: 15px;
}

.jqmWindow .ButtonUl, .jqmWindow .ButtonUl li {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  float: left;
}

.jqmWindow .ButtonUl {
  margin-left: 5px;
}

.jqmWindow .ButtonLeftSide {
  width: 3px;
  height: 36px;
  background-image:url(../images/bg_button_litebox.gif);
}

.jqmWindow .ButtonRightSide {
  width: 3px;
  height: 36px;
  background-image:url(../images/bg_button_litebox.gif);
  background-position: -114px;
}

.jqmWindow  .Button {
  width: 111px;
  height: 36px;
  padding-bottom: 3px;
  border: 0px;
  background-image:url(../images/bg_button_litebox.gif);
  background-position: -3px;
  font-size: 12px;
  font-family: Arial, Tahoma;
  color: #000000;
  cursor: pointer;
}

.jqmWindow  .InputLogin {
  width: 80px;
  height: 15px;
  margin-left: 2px;
}

.jqmContent .PostBlock {
  margin-top: 45px;
}

.jqmContent .PostBlock textarea {
  color: #201c1b;
}

.jqmContent .ErrorBlock,
.jqmContent .MessageBlock  {
  text-align: center;
  border: solid 1px;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.jqmContent .ErrorBlock {
  color: red;
  border-color: red;
}

.jqmContent .MessageBlock {
  color: green;
  border-color: green;
}



