#envoiEmail {	
	display: none;
}

#msgSendEmail{
	display: none;
}

.Popup {
	background: url(images/bg-top-popup.png) left top no-repeat;
	padding-top: 18px;
	width: 360px;
}
	.Popup .Inner {	
		background: #dadf80;
		color: #000;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		min-height: 375px;
		height: auto !important;
		height: 375px;
		padding: 0px 10px 0px 13px;
		position: relative;
		width: 335px;		
	}
		.Popup .Inner .BtnClose {			
			background: url(images/btn-close.gif) left top no-repeat;			
			position: absolute;			
			right: 7px;
			top: -12px;
			width: 27px;
			height: 27px;
		}
			.Popup .Inner .BtnClose a:link,
			.Popup .Inner .BtnClose a:visited {
				display: block;
				font-size: 0px;
				line-height: 0px;
				text-indent: -10000px;
				width: 27px;
				height: 27px;
			}
		.Popup .Inner .Heading 	{
			background: url(images/tit-email-a-friend.gif) left top no-repeat;
			padding: 0px;
			margin: 0px;
		}
			.Popup .Inner .Heading h3 {		
				font-size: 0px;
				height: 16px;
				text-indent: -10000px;
				width: 100%;			
			}	
		.Popup .Inner .Row {	
				margin-top: 10px;		
			}
			
			.Popup .Inner .Row p.ErrorMsg {
					font-size: 1.2em;
					color: #FF0000;
				}
			.Popup .Inner .Row .LabelStyle,
			.Popup .Inner .Row2 .LabelStyle {
					font-size: 1.2em;
				
				}
				.Popup .Inner .Row .InputStyle,
				.Popup .Inner .Row2 .InputStyle {
					border-top: 1px solid #b7b6b6;
					border-left: 1px solid #dedede;
					border-right: 1px solid #dedede;
					font-size: 1.2em;
					margin-top: 5px;
					padding: 3px 0px 3px 1px;
					width: 329px;
				}	
				.Popup .Inner .Row .InputStyle02 {
					border-top: 1px solid #b7b6b6;
					border-left: 1px solid #dedede;
					border-right: 1px solid #dedede;
					font-size: 1.2em;
					margin-top: 5px;
					padding: 3px 0px 3px 1px;
					width: 329px;
					height: 100px;
				}	
		.Popup .Inner p.Warning {
				float: right;
				font-size: 1em;
				color: #000;
				margin: 0px 3px 18px 0px;
		}	
		.Popup .Inner p.Privacy {
			margin-top: 5px;
		}	
		.Popup .Inner p.Privacy a:link,
		.Popup .Inner p.Privacy a:visited {
			font-size: 1.2em;
			color: #000 !important;
			text-decoration: underline;
			
		}
		.Popup .Inner p.Privacy a:hover {
			text-decoration: none;
			color: #000 !important;
		}
		.Popup .Inner .Content p.Msg {
			font-size: 1.2em;
			font-weight: bolder;
			padding: 7px 0px !important;
			margin: 20px 0px 9px 0px;
		}
		.Popup .Inner .Content input.BtnClosePopUp,
		.Popup .Inner .Content input.BtnSend {
			border: none;
			cursor: pointer;
			display: inline;
			float: left;
			font-size: 0px;
			height: 22px; 
			line-height: 0px;
			margin: 0px;
			padding: 0px;
			text-indent: -10000px;
			width: 83px;
		}		
		.Popup .Inner .Content input.BtnClosePopUp {
			background: url(images/btn-close-popup.gif) left top no-repeat ;
		}
		.Popup .Inner .Content input.BtnSend {
			background: url(images/btn-send.gif) left top no-repeat ;
		
		}		
	.Popup .Bottom {
		background: url(images/bg-bottom-popup.png) left bottom no-repeat;
		font-size: 0px;
		height: 20px;
		line-height: 0px;
		width: 360px;
	}

