﻿.opina1 { cursor:pointer; font-weight:bold; color:#0066CC; text-decoration:none; }
.opina1:hover { text-decoration:underline; }

.opina2 { cursor:pointer; font-weight:normal; color:#0066CC; text-decoration:none; }
.opina2:hover { text-decoration:underline; }

#backgroundPopup{
display:none;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#popupContact{
display:none;
position:fixed;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
height:415px;
width:456px;
}

#popupContact .product-review-box { margin-bottom:25px; }
#popupContact .success, #popupContact .error {
display:block;
font-weight:normal;
margin:4px 0 6px;
}

#popupContact h5 { letter-spacing:-1px; font-size:18px; color:#494949; display:inline; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-weight:normal; }

#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px; cursor:pointer;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}