div.container-close {
  position: absolute;
  right: 5px;
  top: 5px;
  background-image: url(../images/slider.close.png);
  width: 13px;
  height: 13px;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
}

div.comments-container {
  position: absolute;
  left: 0;
  top: 25px;
  height: 400px;
  width: 637px;
  display: none;
}

div.comments-bg {
  background-color: #000;
/*  width: 572px;*/
/*  height: 280px;*/
/*  padding: 25px 25px 0px 42px;*/
  width: 637px;
  height: 400px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}


div.comments-box {
  width: 586px;
  height: 379px;
  padding: 21px 0px 0px 28px;
  position: absolute;
  left: 0;
  bottom: 0;
}

div.comments-box form {
  margin: 0;
  padding: 0;
}

div.comments-box h2 {
  color: #ffffff;
  font-size: 20px;
  font-family: Arial, Helvetica, Sans-Serif;
  margin: 0 0 4px 0;
  padding: 0;
}
div.comments-box p.logged-in-as {
  margin-bottom: 1em;
}

div.comments-box p {
  color: #999999;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}


div.comments-box p.securitycheck  {
  color: #fff;
}
div.comments-box p.securitytext {
  margin-bottom: 4px;
}

div.comments-box a#new-captcha {
  color: #999999;
  display: inline;
  font-weight: normal;
  text-decoration: underline;
}

div.comments-box ol.comments-list {
  list-style-type: none;
  margin: 0;
  width: 276px;
  padding: 0px 0px 0px 0px;
  color: #999999;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  line-height: 18px;
  overflow: auto;
  height: 289px;
  float: left;
}

div.comments-box div.comments-form {
  width: 306px;
  float: left;
}


div.comments-box span.comment-author,
div.comments-box span.comment-date,
div.comments-box span.comment-time,
div.comments-box span.comment-separator {
  font: normal normal bold 11px/11px Arial, Helvetica, Sans-Serif;
  color: #ffffff;
}

div.comments-box span.comment-separator {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: normal;
}

div.comments-box div.comment-text {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #777;
}


div#captchaImgDiv img {
  margin-left: 12px !important;
  margin-right: 0px !important;
  margin-bottom: 4px !important;

}

div#captchaInputDiv {
  float: left;
  width: 130px;
}

div#captchaInputDiv label {
  display: none;
}

input#captcha_code {
  padding: 2px 2px 6px 6px;
  width: 122px !important;
  height: 14px;
  background-image: url(../images/comment.input.bg.gif);
  background-color: transparent;
  border: 0;
  outline: 0;
  margin: 0;
}
/* SHARE */

div.share-container {
  position: absolute;
  left: 0;
  top: 25px;
  height: 100px;
  width: 637px;
  display: none;
}

div.share-bg {
  background-color: #000;
  width: 637px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
/*  background-image: url(../images/tabs.bg.png);*/
  opacity: .9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}


div.share-box {
  width: 586px;
  height: 79px;
  padding: 21px 0px 0px 28px;
  position: absolute;
  left: 0;
  bottom: 0;
}

div.share-box img {
  margin-right: 10px;
}



/* RATE */
div.rate-container {
  position: absolute;
  left: 0;
  top: 25px;
  height: 100px;
  width: 637px;
  display: none;
}

div.rate-bg {
  background-color: #000;
  width: 637px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
/*  background-image: url(../images/tabs.bg.png);*/
  opacity: .9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}


div.rate-box {
  width: 586px;
  height: 79px;
  padding: 21px 0px 0px 28px;
  position: absolute;
  left: 0;
  bottom: 0;
}

div.rate-box div.rate-stars img {
  display: block;
  float: left;
  margin-top: 13px;
}
div.rate-box div.rate-stars {
  float: left;
  font-size: 20px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #fff;
  margin-left: 25px;
}

div.rate-box div.rate-stars div.rate-text {
  margin-top: 18px;
  margin-left: 14px;
  float: left;
}
div.rate-box img.rate-fb {
  float: right;
  margin-right: 37px;
  border: 0;
}

p.logged-in-as {
  font-family:Arial,Helvetica,Sans-Serif;
  font-size:11px;
  color:white;
}

/* Input-Containers */
input#submit {
  float:right;
  margin-right: 42px;
  margin-top:8px;
}

div.tabs a.need-help{
  float:left;
  margin-top:12px;
  text-decoration:underline;
  color:#999999;
  clear: both;
}

div.inputc-author,
div.inputc-email {
  float: left;
  background-image: url(../images/comment.input.bg.gif);
}

div.inputc-author,
div.inputc-email {
  width: 130px;
  height: 22px;
}

div.inputc-author label,
div.inputc-email label {
  padding: 2px 2px 6px 6px;
  width: 122px;
  height: 14px;
}

div.inputc-author input,
div.inputc-email input {
  padding: 2px 2px 6px 6px;
  width: 122px;
  height: 14px;
  background-image: url(../images/comment.input.bg.gif);
}

div.inputc-comment label {
  padding: 2px 2px 6px 6px;
  width: 256px;
  height: 14px;
}
div.inputc-comment textarea {
  padding: 2px 2px 6px 6px;
  margin: 0;
  width: 256px;
  height: 98px;
  background-image: url(../images/comment.textarea.bg.gif);
  font: normal normal normal 11px/14px Arial, Helvetica, Sans-Serif;
}

div.inputc-comment {
  height: 106px;
}

div.inputc-author,
div.inputc-email,
div.inputc-comment {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 4px;
  margin-right: 4px;
}

div.inputc-author input,
div.inputc-email input,
div.inputc-comment textarea {
  position: absolute;
  left: 0;
  top:0;
  z-index: 2;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin: 0;
}

div.inputc-author label,
div.inputc-email label,
div.inputc-comment label {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  line-height: 18px;
  position: absolute;
  left: 0;
  top:0;
  z-index: 3;
  color: #888;
}

/*  */
.fbc_connect_button_area {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

a#RES_ID_fb_login img {
  display: none;
}
a#RES_ID_fb_login {
  width: 80px;
  height: 17px;
  background-image: url(../images/fbconnect.gif);
}