/* email to a friend
--------------------------------------------- */

#email-friend-wrapper, .popup-wrapper{
	background: #000;
	font: 14px/1.5em "Courier New", Courier, monospace;
	padding: 27px 21px;
	border:1px solid #333;
}
	#email-friend-wrapper #errors {
		list-style-type: none;
		color: #c00;
	}
	#email-friend-wrapper h1 {
		color: #bbb;
		text-transform: uppercase;
		font-size: 1.1em;
		line-height: 27px;
		height: 27px;
		width: 100%;
	}
	form#email-friend-form {
		background: #000;
		padding: 9px 25px;
	}
		#email-friend-wrapper p{
			margin: 0;
		}
		#email-friend-wrapper label{
			display: block;
			color: #bbb;
		}
		#email-friend-wrapper input, #email-friend-wrapper textarea{
			border: 1px solid #333;
			background: #000;
			color: #bbb;
			font: 14px/1.5em "Courier New", Courier, monospace;
			display: block;
			padding: 2px 5px;
			width: 309px;
		}
		#email-friend-wrapper textarea{
			float: none;
		}
		#email-friend-wrapper p.buttons{
			font-size: 1.1em;
			line-height: 20px;
		}
			#email-friend-wrapper p.buttons input{
				float: left;
				width: auto;
				height: 20px;
				text-decoration: none;
				padding: 0 5px;
				border: 1px solid #333;
				margin-right: 8px;
				cursor: pointer;
				background-color:#fff;
				color:#000;
			}
			#email-friend-wrapper p.buttons a{
				text-decoration: underline;
				color: #bbb;
			}
