#popinOverlay{ /* Cache body */
	background:#000;
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
	width:100%;
	height:1288px;
	cursor:pointer;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
}
#popin_send{
	top:0;
	left:0;
	font-family:arial;
	/*padding:10px;*/
}
.contentPopin{
	width:532px;
	padding:10px 0px 0px 11px;
	background:transparent url(../img/popin/bg_content.gif) no-repeat top left;
}
.bottom-popin{
	width:543px;
	height:10px;
	background:transparent url(../img/popin/bg_bottom_content.gif) no-repeat bottom left;
}

.popin{
	position:absolute;
	width:571px;
	z-index:1200;
	opacity: 1;
	display: block;
}

.popin .content{
	/*width:571px;*/
	background:url(../img/popin/bg_popin.gif) no-repeat;
	padding:14px 17px 7px 17px;
}

.headerPopin{
	clear:both;
}

	.headerPopin div{
		overflow:hidden;
	}
		.headerPopin h1{
			font-size:0;
			text-indent:-4000px;
			width:225px;
			height:40px;
			float:left;
			background:url(../img/popin/bg_popin_h1.gif) no-repeat;
		}
		
		.headerPopin .btClose{
			font-size:0;
			text-indent:-4000px;
			width:70px;
			height:23px;
			float:right;
			background:url(../img/popin/bg_popin_close.gif) no-repeat;
		}
	.headerPopin p{
		font-size:18px;
		font-weight:bold;
		color:#001f9d;
		padding-left:52px;
		padding:9px 0px 11px 52px;
		background:url(../img/popin/bg_popin_h2.gif) no-repeat -5px 6px;
	}
.first{padding-top:17px;}
.footerPopin{
	width:100%;
	height:10px;
	background:url(../img/popin/bg_popin.gif) no-repeat 0px bottom;
}
.contentPopin .msgError,.contentPopin .msgErrorMail {
	font-size:12px;
	color:#e31818;
	display:none;
}
.contentPopin .pInput{
	clear:both;
	height:30px;
}
.contentPopin label{
	font-size:11px;
	color:#333333;
	font-weight:bold;
	width:172px;
	text-align:right;
	float:left;
	margin-right:17px;
}
.contentPopin label span{
	font-size:10px;
	color:#9a9a9a;
}
.contentPopin input{
	border:1px solid #d3d3d3;
	height:21px;
	width:182px;
	font-size:12px;
}
.contentPopin textarea{
	border:1px solid #d3d3d3;
	width:321px;
	font-size:12px;
	height:87px;
}
.btnPopin input{
	height:22px;
	width:98px;
	border:0px;
	margin-top:11px;
	float:right;
	cursor:pointer;
	background:url(../img/popin/bg_popin_share.gif) no-repeat 0px bottom;	
}
.btnPopin {
	font-size:10px;
	text-align:left;
	color:#878787;
	padding-top:3px;
}
#popin_send .etoile{color:#E31818;}


