/*
@font-face {
  font-family: OpenSansR;
  src: url(/fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: OpenSansSB;
	src: url(/fonts/OpenSans-Semibold.ttf);
}
*/


  
  	
    .box_pop{
		#display: none;
		position:fixed;
		top:-500px;
		left:30%;
        right:30%;
		    z-index: 99999;
			background:transparent url(/images/pop_images/POP-sale_03.png) no-repeat center;
			background-color: #fff;
			border: 10px solid rgba(80, 161, 206, 1);
		    border-radius: 19px;
			#padding:20px;
			color:#0d0d0d;
			width: 811px;
			height: 428px;
			 top: 0;
    right: 0;
    #bottom: 0;
    left: 0;
    margin: auto;
		}
		.box_pop h1{
			font: 20px OpenSansSB;
		}
		.box_pop_text{
			width:617px;
			height:138px;
			text-align: left;
			margin-left: 231px;
			margin-top: 35px;
		}
		.box_pop_text_1 p{
			font: 15px OpenSansR;
		}
		.box_pop_text_2{
			font: 15px OpenSansR;
			color:#000000;
			margin: 151px 0 9px 40px;
		}
        a.boxclose{
			float: right;
			width: 30px;
			height: 30px;
			background: transparent url(/images/pop_images/cancel.png) repeat top left;
			margin-top: 5px;
			margin-right: 38px;
			cursor: pointer;
        }
		.box_pop_text_1 p{
			margin-bottom:5px;
		}

.button_sendemail{
	font: 18px OpenSansSB;
	width: 230px;
	height: 36px;
	background-color: #409a00;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding-top: 10px;
	cursor: pointer;
	float: left;
	margin-left: 10px;
}
.form_sendemail_first{
	float: left;
	margin-left: 29px;
}
.form_sendemail_first .login {
	width: 248px;
	margin: 0px 0 0px 10px;
	height: 38px;
}
.form_sendemail_first .form {
	border: 1px solid #abadb3;
	font: 16px OpenSansR;
	color: #939393;
	padding: 3px 4px 3px 4px;
	border-radius: 3px;
}
#error, #result {
	margin-left: 37px;
	clear: both;
}

#box_pop_result{
	display:none;
}

.box_pop_result{
	            position:fixed;
           top:140px;
            left:30%;
            right:30%;
			z-index:1001;
			background-color: #fff;
			#background:transparent url(/images/pop_images/POP-sale_03.png) no-repeat center;
			#padding:20px;
			width:811px;
			height:205px;
			color:#0d0d0d;
			
	    border: 10px solid rgba(80, 161, 206, 1);
		    border-radius: 19px;
   #border: 20px solid rgba(0,0,0,0.3);

    -moz-background-clip: border;     
    -webkit-background-clip: border;  
    background-clip: border-box;

    -moz-background-clip: padding;     
    -webkit-background-clip: padding; 
    background-clip: padding-box;

    -moz-background-clip: content;     
    -webkit-background-clip: content;  
    background-clip: content-box;      
	
    #top: 0;
    right: 0;
    #bottom: 0;
    left: 0;
    margin: auto;
}
.box_pop_text h1 {
	font: 22px OpenSansSB;
	color:#568800;
	
}
.chek_thanks{
	width:24px;
	height:19px;
	background:transparent url(/images/pop_images/chek_thanks.png) no-repeat center;
	position: absolute;
    margin: 6px 0 0 -34px;
}
.box_pop_result .box_pop_text{
	    margin-top: 54px;
}

