/* send-to-a-friend form */

	div.input
	{
		margin-bottom: 1em;
		clear: left;
	}
	label 
	{
		font-size: 11px;
		cursor: pointer;
	}

	
	div.input input,
	div.input textarea
	{
	display: block;
	margin: .25em 0;
	padding: 0.275em;
	width: 330px;
	background: white;
	border: 2px solid #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;
		
	}

	#sendform button
	{
	display: block;
	background: none;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	width: 84px;
	height: 22px;
	text-indent: -9999px;
	background: #f9f9f9 url(../../img/public/btn_send.png) no-repeat 0 0;
		
	}
	#sendform button.hover
	{
		background-position: 1px 1px;
	}
	

	
	
	


	
	
/* error messages */
	.errFld
	{
		border-color:#CC0000 !important;
	}

	.errMsg
	{
		color: #CC0000;
		background: url(../../img/public/exclamation.png) no-repeat left center;
		padding-left: 18px;
		font-weight: bold;
		text-transform:uppercase;
	}

