.overlay{
   text-align: left;
   position: absolute;
   left: 0;
   width: 425px;
   height: auto;
   margin: 3px 0 0 7px;
   border: 1px solid #333333;
   padding: 10 2 2 10;
   background: #000000;
}

.overlayAddComments {
   text-align: left;
   position: absolute;
   left: 0;
   width: 425px;
   height: auto;
   margin: 3px 10px 0 7px;
   border: 1px solid #333333;
   padding: 10 2 2 10;
   background: #000000;
}

.overlay1{
   text-align: left;
   position: absolute;
   left: 0;
   width: 420px;
   height: 290px;
   margin: 3px 0 0 7px;
   border: 1px solid #333333;
   padding: 10 2 2 10;
   background: #000000;
}

.popupreport{
   text-align: left;
   position: absolute;
   width: 400px;
   height: 290px;
   margin: 3px 0 0 3px;
   border: 1px solid #333333;
   padding: 2 2 2 2;
   background: #000000;
}
.popuptext {
   font-size: 9pt;
   color: #faf9f7;
}

.signuptext {
   font-size: 9pt;
}

.required {
   font-size: 9pt;
   color: red;
}

.textBox {
  font-size: 9pt;
  width: 200px;
}

.defaultText {
   font-size: 9pt;
   color: #333333;
}

.defaultTextBorder {
   font-size: 9pt;
   color: #333333;
   border: 1px solid #2c85bf;
}

div#signup {
  width: 700px;
  padding-left: 10px;
    text-align: left;
}

div#forgot_password {
  width: 300px;
  padding-top: 10px;
  padding-left: 15px;
  border: 1px solid #333333;
  background-color: #000000;
}

div#forgot_password_header {
  width: 300px;
  padding-top: 10px;
  padding-left: 15px;
  border: 1px solid #333333;
  background-color: #000000;
    text-align: left;
}

div#signup_paginate {
  width: 700px;
  padding-left: 10px;
}
.popupCaption {
   font-weight: bold;
   font-size: 13pt;
   color: #FFFFFF;
}
div#rateReviewHeader {
   float: left;
   height: 30px;
   margin-top: 2px;
   margin-bottom: 20px;
}

div#closeLink {
   float: right;
   margin-top: 2px;
   margin-bottom: 20px;
}

.closeLink {
   font-size: 9pt;
   color: #2c85bf;
}

div#displayRating {
   font-size: 11pt;
   clear: both;
   color: #faf9f7;
   padding-top: 0;
   padding-bottom: 0;
   height: 40px;
   margin-left: 3px;
   margin-top: 20px;
   margin-bottom: 0;
}

div#displayRating .popuptext {
   margin-top: 4px;
   margin-bottom: 24px;
}

div#displayRating .popuptext .labelYourRating {
   display: block;
   float: left;
   margin-top: 8px;
}

div#signIn {
   font-size: 9pt;
   color: #faf9f7;
   padding-top: 10px;
   padding-left: 40px;
   border: 1px solid #333333;
   margin-top: 5px;
   margin-right: 9px;
   height: 90px;
}

div#signin_header {
   font-size: 12px;
   border: 1px solid #333333;
   background-color: #000000;
   padding-bottom: 8px;
    text-align: left;
}

div#signin_header p {
    margin: 0 0 12px 4px;
    padding: 0;
    clear: both;
}

div#signin_header .closebox_container {
    text-align: right;
}

div#signin_header .closeLink {
    display: block;
    clear: both;
}

div#signin_header .defaultText {
    font-size: 11px;
    border: none;
    padding: 4px 5px;
    width: 135px;
}

div#signin_header #popupLoginButton {
    position: relative;
    top: 2px;
}

div#signin_header a.popup_closebox {
    position: relative;
    top: 5px;
    left: -3px;
}

div#signin_header #popupForgotPasswordButton {
    margin: 0 0 8px 4px;
}

div#addCommentsBox {
   font-size: 9pt;
   color: #faf9f7;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 0;
   border: 1px solid #333333;
   width: 405px;
   margin-top: 5px;
   margin-right: 0;
}

p.error {
  font-size: 8pt;
  color: red;
}

span.error {
  font-size: 8pt;
  color: red;
}

p.success {
  font-size: 8pt;
  color: #2c85bf;
}

span.success {
  font-size: 8pt;
  color: #2c85bf;
}

.blackBold {
  font-weight: bold;
  color: #000000;
}

div#reportHeader {
   font-size: 10pt;
   color: #faf9f7;
   float: left;
   height: 30px;
   margin-top: 2px;
   margin-bottom: 10px;
   margin-left: 2px;
}

div#addReportCommentsBox {
   font-size: 9pt;
   color: #faf9f7;
   padding-top: 0;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
   border: 0px solid #333333;
   margin-top: 5px;
   margin-right: 5px;
   margin-left: 3px;
}

div#addReportViolationBox {
   font-size: 9pt;
   color: #faf9f7;
   padding-top: 0;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
   border: 0px solid #333333;
   margin-top: 5px;
   margin-right: 5px;
   margin-left: 3px;
}

div#buttons {
   margin: 10px 10px 0 0;
   clear: both;
   float: right;
   width: 128px;
}

.buttons a {
   display: block;
   width: 59px;
   height: 20px;
}

.buttons a.cancel {
   float: left;
   background: url(../images/btn_cancel.png) no-repeat 0 0;
}

.buttons a.cancel:active {
   background-position: 0 -20px;
}

.buttons a.submit {
   float: right;
   background: url(../images/btn_submit.png) no-repeat 0 0;
}

.buttons a.submit:active {
   background-position: 0 -20px;
}

.buttons a span {
   display: none;
}

#signInSignUp {
   font-size: 10px;
   position: absolute;
   right: 0px;
   bottom: 1px;
   white-space: nowrap;
}

/* fix for rating stars in the header */
#subHeader span.rating,
#subHeader span.rating em {
	float: none;
	position: static;
}

