#sendtofriendform {
	margin-top: 4em;
}

#sendtofriendform h3 {
	color: #f0685c;
	font-size: 1.4em;
	margin-bottom: 0.6em;
}

#sendtofriendform p {
	clear: left;
	height: 1%; /* IE fix */
}

#sendtofriendform label {
	float: left;
	font-weight: bold;
	margin-bottom: 1.2em;
	width: 135px;
}

#yourname,
#friendname {
	width: 180px;
}

#youremail,
#friendemail {
	width: 250px;
}

#personalmessage {
	height: 150px;
	width: 250px;
}

/* -- honeypot spam catcher field -- */
#sendtofriendform .phonenumber {
	display: none;
}

#sendtofriendform .submit {
	display: inline; /* IE fix */
	margin-left: 135px;
}

/* -- error list -- */
#sendtofriendform .errorlist {
	background-color: #fff;
	border: 1px solid #f0685c;
	margin-bottom: 2em;
	padding: 5px;
}

#sendtofriendform .errorlist ul {
	color: #f0685c;
	margin: 0 0 0 20px;
}

