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

	div.input
	{
		margin-bottom: 1em;
		clear: left;
	}
	label 
	{
		font-size: 11px;
		cursor: pointer;
	}
div.input2 input,
div.input2 select,
	div.input2 textarea
	{
		display: block;
		
		margin: .25em 0;
		padding: .375em;
	
		width: 40px;
	
		background: white;
		border: 2px solid #CCCCCC;
		
		font-family: "Courier New", Courier, monospace;
		font-size: 14px;
		
	}
	
	div.input input,
	div.input textarea
	{
		display: block;
		
		margin: .25em 0;
		padding: .375em;
	
		width: 330px;
	
		background: white;
		border: 2px solid #CCCCCC;
		
		font-family: "Courier New", Courier, monospace;
		font-size: 14px;
		
	}

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

	
	
#search form input {top.css (line 38)
border:1px solid #465A7D;
float:left;
height:16px;
margin:4px;
padding-left:3px;
padding-top:2px;
width:140px;
}

	
	
/* 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;
	}