
/* CSS for page Notify Friend Form (#4) */

/* notify friend error */
.notify_friend_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
/* notify friend field labels */
.notify_friend_field_labels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
/* notify friend instructions */
.notify_friend_form_instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
/* notify friend form input box */
.notify_friend_input_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
/* notify friend link text */
.notify_friend_link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
/* title of notify friend page */
.notify_friend_page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
/* Section Title */
.section_title {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
