/*
	Popup
----------------------------*/
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1001;
}
#popupContact div, #popupContact p, #popupContact span, #popupContact h1, #popupContact h2, #popupContact form{
	margin:0;
	padding:0;
}
#popupContact{
	padding:20px 31px 31px 31px;
	* padding:20px 31px 15px 31px;
	width:487px;
	border:solid 1px #000;
	z-index:1002;
	background:#fff;
	display:none;
}
#popupContact #popupContentCustomTitle,
#popupContact #labelPopup{	
	background:#e8436e;	
}
#popupContact #popupContentCustomTitle, 
#popupContact #labelPopup h2{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	color:#fff;
	padding:1px 0 0 16px;
}
#popupContact #popupContentCustomMessage,
#popupContact #popupContent{
	padding:11px 0 0 16px;
}
#popupContact #popupContentCustomMessage, 
#popupContact #popupContent p{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	margin-bottom:18px;
}
#popupContact #popupContent #popupContentLeft{
	float:left;	
	width:176px;
}
#popupContact #popupContent #popupContentLeft #popupProduct{
	float:left;
}
#popupContact #popupContent #popupContentLeft #popupProductTitle{
	color:#00a9d6;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	clear:both;
	padding-top:7px;
	width:145px;
	padding-left:3px;
	font-family:Arial, Helvetica, sans-serif;
}
#popupContact #popupContent #popupContentLeft #popupProductTitle a{
	color:#00a9d6;
}
#popupContact #popupContent #popupContentRight{
	float:left;	
}
#popupContact #popupContent #popupContentRight ul{	
	margin:-9px 0 0 0;
	padding:0;
}
#popupContact #popupContent #popupContentRight ul li{
	list-style:none;
	color:e7436e;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#e7436e;
	font-style:italic;
	margin-bottom:3px;
	*margin-bottom:1px;
}
#popupContact #popupContent #popupContentRight ul li span{
	padding-left:8px;
}
#popupContact #popupContent #popupContentRight ul li input{
	height:14px;
	width:273px;
	margin-bottom:3px;
	border:solid 1px #e0e0e0;
	background:url(../images/img_plugin/bg-input.jpg) no-repeat 0 0;
	font:13px Arial, Helvetica, sans-serif;
}
#popupContact #popupContent #popupContentRight ul li textarea{
	height:88px;
	width:273px;
	border:solid 1px #e0e0e0;
	background:url(../images/img_plugin/bg-textarea.jpg) no-repeat scroll 0 0;
	font:13px Arial, Helvetica, sans-serif;
}
#popupContact #popupContent #popupContentRight ul li #tellFriendSubmit{
	background:url(../images/img_plugin/tell-friend-submit.jpg) no-repeat scroll 0 0;
	width:58px;
	height:18px;
	border:none;
	text-indent:-999px;
	float:right;
	margin:10px 0 0;
	*margin:5px -10px 0 0;
	cursor:pointer;
}

.tellFrienderror{
	display:none;
	color:#ff0000!important;
	font-style:normal!important;
	font-size:11px!important;
}

#popupContentRightConfirmMessage{
	display:none;
}
#successTellFriend{
	display:block;
}

#popupClose{
	text-align:right;
	height:27px;
}

#popupClose a{
	background:url(../images/close.jpg) no-repeat right -1px;
	color:#360007;
	display:block;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	height:15px;
	padding-right:22px;
	text-decoration:none;
}