/* Default Style Sheet (css) for send-to-friend page or inline frame

To override the Default Style Sheet (css), edit this text into a file named "send-to-friend.css". Place this file in your website root folder. 
Send-to-friend scripting uses the file named "send-to-friend.css" in your website root folder, if available, to replace the default cascading style sheet.

Change the content of this file to update the way the send to a friend form is displayed. For example, to narrow the horizontal space required by the 
send-to-friend form elements, replace the default "#stf_form label" rule in the file below with this version:
	#stf_form label {
   		display: block;
    	width: 14em;
	}


*/


#stf_wrap {
	margin: 1em 1em 1em 1em;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

#stf_wrap h1 {
	margin: 0 0 0 0;
	padding: 4px 4px 4px 4px;
	font-size: 16px;
	font-weight: bold;
	
}

#stf_wrap a {
	font-weight: bold;
}

#stf_wrap .alert {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

#stf_wrap .advice {
	font-size: 14px;
	color: #000;	
}

#stf_instructions {
	margin: 0 0 0 0;
	padding: 0 4px 0 4px;

}

/* Styles for input form */
#stf_form legend {
	font-size: 14px;
	font-weight: bold;
}

#stf_form label {
	display: block;
	float: left;
	width: 14em;
	margin-right: 10px;
	text-align: right;
}

#stf_form .fields {
	display: block;
}

#stf_form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#stf_form li {
	line-height: 1.6em;
	margin: 8px 0 8px 0;
	padding: 0px;
}

#stf_form input, textarea {
	background-color: #DDDDDD;
	font-family: Trebuchet, serif;
	font-size: 11px;
}
	
	
#stf_form  #Review {
	background-color: #FFFF99;
	font-size: 11px;
	font-family: Trebuchet, serif;
	font-style: italic;
}

#stf_form radio, checkbox, select {
	background-color:#009900;
}
	
#stf_form input:focus, textarea:focus, select:focus, radio:focus {
	background-color: #FFF;
}

#stf_form #Submit {
}




