/**************************
	For email popup only
***************************/
#emailPopup,#sendFriendPopup form{}
#emailPopup form p.closeLink, #sendFriendPopup form p.closeLink{ margin:0; text-align:right; overflow:auto; height:25px; }
#emailPopup form a.jqmClose, #sendFriendPopup form a.jqmClose{ display:block; width:25px; height:25px; float:right; }
#emailPopup form fieldset, #sendFriendPopup form fieldset{ border:0; padding:20px 30px 10px 30px; border:none; text-align:left; float:left; }
#emailPopup form fieldset input.text, #sendFriendPopup form fieldset input.text{ width:166px; padding:5px 12px; float:left; margin-right:12px; border:1px solid #fff; background-color:#fff; color:#999; font-family:Arial, sans-serif; font-size:100%; }
#emailPopup form fieldset input#recipients_email, #sendFriendPopup form fieldset input#recipients_email, #emailPopup form fieldset input#sender_email, #sendFriendPopup form fieldset input#sender_email{ margin-right:0; }
#emailPopup form fieldset textarea, #sendFriendPopup form fieldset textarea{ width:370px; height:50px; padding:5px 12px; border:1px solid #fff; background-color:#fff; color:#999; font-family:Arial, sans-serif; font-size:100%; overflow:auto; }
#emailPopup form fieldset br, #sendFriendPopup form fieldset br{ clear:both; }
#emailPopup form fieldset p, #sendFriendPopup form fieldset p{ margin:0; text-align:center; }
#emailPopup form fieldset h3, #sendFriendPopup form fieldset h3{ font-size:15px; margin:25px 0 10px 0; text-align:center; color:#603117; text-transform:uppercase; letter-spacing:1px; }

/* email popup */
#emailPopup, #sendFriendPopup{ background:url("../images/backgrounds/email-popup.png") no-repeat; width:459px; height:315px; top:148px; left:50%; margin-left:-230px; }
.ie6 #emailPopup, .ie6 #sendFriendPopup{ background:url("../images/backgrounds/email-popup.gif") no-repeat; }