
.emailInput {display:none;}
#email-a-friend, #email-a-friend-confirmation {
    color:#fff;
    font-size: 12px; 
    background: url(../images/1px-75.png) repeat;
    display: none; 
    position: absolute; 
    z-index:1000; 
    top: 193px; 
    left: 53px; 
    width: 598px; 
    height: 398px; 
    }
#send-to-friend { position: relative; width: 558px; height: 397px; }    
#send-to-friend #emailimage{ position: absolute; right: 0; top: 85px; width: 182px; height: 137px; }
#send-to-friend #emailimage img { border: 1px solid #cc0000; width: 180px; height: 135px; }
#send-to-friend #emailvdinfo{ float:left; font-size: 20px; text-transform: uppercase; color: #ffffff; width: 558px; margin: 10px 0; }
#send-to-friend, #email-confirmation-container { width: 558px; margin: 15px 20px; }
#send-to-friend fieldset, #email-confirmation-container fieldset { border: none; position: relative; width: 558px; height: 397px; }
#send-to-friend legend, #email-confirmation-container legend {
	color: #ffffff;
	font-size: 34px;
	border-bottom: 1px solid #cc0000;
	width: 558px;
}
#email-confirmation-container fieldset p{	padding-top:10px;}
#send-to-friend ul {
	list-style: none;
	width: 348px;

}
#send-to-friend ul li {
	width: 348px;
	clear: left;
	float: left;
	padding: 0 0 5px 0;
	height:
}
#send-to-friend ul li label {
	float: left;
	color: #ffffff;
	font-style: italic;
	height: 33px;
	line-height: 33px;
}
#send-to-friend ul li input {
	float: right;
	width: 240px;
	border: none;
	height: 30px;
	background: #222222;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#send-to-friend ul li.showError label { color:#ff0000; }

#send-to-friend ul li input#email-friend-submit {
	height: 35px;
	width: 120px;
	float: right;
	color: #ffffff;
	cursor: pointer;
	background: url(../images/form-submit-button.png) left top no-repeat; 
	border: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif!Important;
}

#send-to-friend p	{ position: absolute; top: 10px; right: 0; }
