@charset "utf-8";
/* CSS Document */

#tell-a-friend {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:20px;
}
#tell-a-friend h3 {
	margin:0px 0px 15px 0px;
}
#tell-a-friend label {
	display:block;
	width:125px;
	float:left;
	margin:2px 0px 0px 0px;
	font-size:13px;
}
#tell-a-friend input {
	width:250px;
	margin:2px 0px 0px 0px;
	font-size:13px;
}
#tell-a-friend #captcha_code {
	width:204px;
}
#tell-a-friend textarea {
	width:300px;
	height:120px;
}
#tell-a-friend #submit {
	width:60px;
	font-size:14px;
}
#tell-a-friend #errormessage {
	color:#C00;
	font-size:15px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
}
#tell-a-friend #errormessage span {
	color:#C00;
	font-size:12px;
	font-weight:normal;
}
#tell-a-friend #successmessage {
	color:#090;
	font-size:15px;
	font-weight:bold;
	margin:0px 0px 20px 0px;
}
#tell-a-friend #successmessage span {
	color:#090;
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
}
