.formEmailFriend {
	margin-left:20px; 
	margin-top:14px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:18px; 
	color:#000000;
}

.inputEmailFriend {
	border-left:  1px solid #737373;
	border-top:   1px solid #737373;
	border-right: 1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	width:330px;
	height:16px;
}

.textareaEmailFriend {
	border:  1px solid #737373;
	width:330px;
	height:50px;
	overflow:auto;
}


.contactTable td{
	padding:5px 5px 4px 0px;
}
.contactInput {
	border-left:  1px solid #737373;
	border-top:   1px solid #737373;
	border-right: 1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	width:200px;
	height:16px;
}
.contactTextarea {
	border:  1px solid #737373;
	width:300px;
	height:80px;
	overflow:auto;
}
.error{
	color: #FF0000;
	font-weight: 600;
	font-size: 90%;
	margin-bottom: 18px; 
}
