﻿#wrap-form {
	display: none;
	opacity: 0.8;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 16px;
	background-color: rgba(1, 1, 1, 0.725);
	z-index: 100;
	overflow: auto;
}

#ok-form {
	width: 450px;
	height: 120px;
	margin: auto;
	display: none;
	background:  #F7F7F7;
	border:#FEFEFE solid 5px;
	z-index: 200;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 16px;
	border-radius: 25px;
	font-size:110%;
    color:black;
}

#close-form {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size:110%;
}

#form-ok {
	position: absolute;
	font-size:120%;
	padding:10px;
}

#popup-form {
/*	width: 600px;
	margin: auto;
	background:  #F4F4F4;
	border:#FEFEFE solid 5px;
	padding:10px 10px 10px 20px;
	border-radius: 16px;
	font-size:16px;*/
}
.h10,  A.h10:hover   {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #DC2B19;
	text-decoration:none;
}
.text {
display: block;
width: 400px;
height: 18px;
font-size: 16px;	}
.textcomment {
font-size: 16px;	} 



#offer  
{
border-radius: 6px;
font-size: 18px;
color: #FFF;
height: 35px;
width: 250px;
border: 2px solid #CACACA; 
anchor-id: #offer;
background:  #A1A1A1;


}

#offer > a{display: block;
text-align: center;
text-decoration: none;
cursor:pointer;
width: 250px;
height: 35px;
line-height: 35px;
color: #ffffff;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif ;

}

#offer:hover
{background-color: #727272;

}