/** CSS for sendtofriend */
/** Sample selectors:
.sendtofriend.show-item { }
.sendtofriend.show-item .title { }
.sendtofriend.list-items { }
*/

.sendtofriend.show-form {
	width:400px;
}

.sendtofriend.show-form label {
	width:150px;
	display:block;
	float:left;
	margin-top:2px;
	margin-bottom:12px;
}

.sendtofriend.show-form textarea {
	resize:none;
}