body {
background-color:#f76731;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
line-height:14px;
letter-spacing:.05em;
}

#tellAFriend {
width:375px;
}
#tellAFriend p {
text-align:center;
}

#tellAFriendForm
{
	width: 420px;
	margin: 5px 40px;
	text-align:center;
}

#tellAFriend label
{
	color: #000000;
	display: block;
	font-weight: bold;
	margin: 4px;
	padding-top: 2px;
}

#tellAFriend input
{
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	padding:4px;
}
#tellAFriend textarea
{
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	padding:4px;
}

#tellAFriend label.full
{
	clear: left;
	float:right;
	width: 150px;
	text-align:right;
}
#tellAFriend label.message
{
	clear: both;
	width: 150px;
	text-align:left;
	margin-left:17px;
}
#tellAFriend label.check
{
	margin: 0px 4px;
	padding-top: 0px;
}

#tellAFriend input.full
{
	margin: 4px;
	width: 190px;
	float:right;
}

#tellAFriend textarea.subject
{
	margin: 4px;
	width: 194px;
	float:right;
}

#tellAFriend textarea.message
{
	margin: 4px;
	width: 344px;
	margin-left:17px;
}

#tellAFriend input.partial
{
	margin: 4px;
}

#tellAFriend input.double
{
	margin: 10px 4px;
}

#tellAFriend input.check
{
	margin: -2px 4px 3px 4px;
}

#tellAFriend input.checkDouble
{
	margin: 10px 4px;
}

#tellAFriend label.double
{
	padding-top: 10px;
}



#tellAFriend #submit
{
	margin: 20px 0px 0px 150px;
}

.clear {
clear:both;
}
