﻿#main
{
	padding:20px 24px 20px 24px;
}
.form_cont
{
	float:right;
	width:560px;
	height:410px;
	background:transparent url(/web/design/images/lumix/friend-form-bg.png) no-repeat;
}
.form
{
	padding:25px 34px;
}
.friendLeft
{
	width:300px;	
}

.friendIntro
{
	color:#fff;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	padding:14px 0 22px 0;
}
.friendProd_cont
{
	text-align:center;
}
.prodPreviewText
{
	text-align:left;
	padding:6px 32px;
	color:#999;
	font-size:11px;
}
.messageSent
{
	background:transparent url(/web/design/images/lumix/friend-success-bg.png) no-repeat;
	width:527px;
	height:55px;
	margin:-10px 0 -14px -18px;
	padding:0 20px;
}
.messageSent h2
{
	color:#fff;
	font-size:14px;
	line-height:16px;
	padding:11px 0 5px 0;
}
.messageSent div
{
	color:#fff;
}
.tempMargin
{
	margin-top:30px;
	line-height:1px;
}
.formField
{
	padding:6px 0;
}
.formLabel
{
	color:#000;
	font-weight:bold;
	font-size:14px;
	width:126px;
}
.formValue input, .formValue textarea
{
	border:solid 1px #999;
	width:136px;
	float:left;
	margin-right:10px;
}
.formValue textarea
{
	width:346px;
}
.buttons_cont
{
	margin:10px 0 20px 130px;
}
.privacyNote
{
	color:#999;
	font-size:11px;
	margin:12px 0 0 0;
}
.privacyNote span
{
	color:#666;
	font-size:11px;
	font-weight:bold;
}
.friendError
{
	float:left;
	color:#f00;
	font-weight:bold;
}
.cancelEmailHover
{
	width:105px;
	height:23px;
	display:block;
	float:left;
	background:transparent url(/web/design/images/lumix/cancel-email-hover.gif) no-repeat;
}
.cancelEmailLink, .cancelEmailLink:visited
{
	background:transparent url(/web/design/images/lumix/cancel-email-link.gif) no-repeat;
	width:105px;
	height:23px;
	display:block;
	color:#848484;
	font-size:1px;
	line-height:4px;
	text-indent:4px;
}
.cancelEmailLink:hover
{
	background:none;
}
.sendEmailHover
{
	width:105px;
	height:23px;
	display:block;
	float:left;
	background:transparent url(/web/design/images/lumix/send-email-hover.gif) no-repeat;
	margin-left:-24px;
}
.sendEmailLink, .sendEmailLink:visited
{
	background:transparent url(/web/design/images/lumix/send-email-link.gif) no-repeat;
	width:105px;
	height:23px;
	display:block;
	color:#383838;
	font-size:1px;
	line-height:4px;
	text-indent:4px;
}
.sendEmailLink:hover
{
	background:none;	
}
.messageDisplay span
{
	color:#ff0000;
	font-weight:bold;
	background-color:#fff;
	display:block;
	padding:5px;
}
.messageDisplay 
{
	display:none;
}
.friendErrorMessage
{
	margin-left:128px;
}
h2.friendIntro
{
	color:#fff;
}
