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

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

	
	div.input input,
	div.input textarea
	{
		display: block;
		
		padding-leftp: .375em;
	padding-right: .375em;
		width: 427px;
	
		background: white;
		border: 2px solid #CCCCCC;
		
		font-family: Arial, Courier, monospace;
		font-size: 12px;
		
	}

	#sendform button
	{
		display: block;
		background: none;
		color:#FFF;
		font-weight:bold;
		font-size:14px;
		cursor:pointer;
		border: solid 1px #666;
		outline: none;
		margin: 0;
		padding: 0;
		width: 101px;
		height: 33px;
		background: #889bb9;
		
	}
	#sendform button.hover
	{
		color: #889BB9;
		background: #f9f9f9 url(../../img/public/btn_send_on.png) no-repeat 0 0 ;
	}
	

	
	
	


	
	select {

	
		display:block;
		background: white;
		border: 2px solid #CCCCCC;
		
		font-family: Arial, Courier, monospace;
		font-size: 12px;	
}
/* error messages */
	.errFld
	{
		border-color:#CC0000 !important;
		border:2px solid;
	}

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