﻿#overlay {
     overflow: auto;
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     min-height:100%;
     z-index: 1000;
     background:rgba(0,0,0,0.6);
     
}

#overlay div {
     width:680px;
     margin: 150px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:left;
  box-shadow:0 4px 12px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  border-radius:6px;
  height:480px;
  text-align:center;
}

#upprev_close{
	background:  white;
    border:0;
    color: #929292;
    float: right;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 0;
    text-transform: uppercase;
 cursor:pointer;cursor:hand;
}
#upprev_title{
	background:  white;
    border:0px solid #ccc;
    color: #000;
    font-weight: bold;
	cursor:pointer;cursor:hand;
	width:330px; 
	margin:-370px 0px 0px 420px;
	font-size:18px;
	padding: 0 0 15px 0;
	display:block;
}
#upprev_divtext{
	background:  white;
    border:0px solid #ccc;
    color: #676868;
    font-weight: bold;
    margin:0px 0px 0px 420px;
    padding: 0 0 15px 0px;
	cursor:pointer;cursor:hand;
	font-size:11px;
	width:330px; 
	overflow:hidden; 
	word-wrap:break-word;
	
}
#upprev_price{
	background:  white;
    border:0px solid #ccc;
    color: #000;
    margin:0px 0px 20px 420px;
    padding: 0 0 5px 0;
	cursor:pointer;cursor:hand;
	font-size:14px;
	font-weight:bold;
	display:block;
	clear:both;
	width:330px; 
}
#report_form input[type="radio"] {
   display:none;
}

#report_form  label {
    display:table;
    background-color:#ddd;
    padding:4px 11px;
 cursor:pointer;cursor:hand;
 border-radius:3px 3px 3px 3px;
 margin: 0.3em;
}

#report_form  input[type="radio"]:checked + label {
    background-color:#bbb;
 box-shadow: -1px 0 5px orange;
}